From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- os/etc/modprobe.d/i915.conf | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 os/etc/modprobe.d/i915.conf (limited to 'os/etc/modprobe.d/i915.conf') diff --git a/os/etc/modprobe.d/i915.conf b/os/etc/modprobe.d/i915.conf deleted file mode 100644 index 534e4cd..0000000 --- a/os/etc/modprobe.d/i915.conf +++ /dev/null @@ -1,19 +0,0 @@ - -# force the driver to probe framwork laptop gpu anyway -options i915 force_probe=46a6 - -# panel self refresh: -# go to lower standby states when system is idle -options i915 enable_psr=1 - -# frame buffer compression: -# save memory bandwidth (and so power consumption) -options i915 enable_fbc=1 - -# control offloading of media decoding to graphics microcontroller (guc) -# and hevc microcontroller (huc) -#options i915 enable_guc=3 -#options i915 enable_guc=2 - -# preserve bootloader framebuffer to avoid flickering -options i915 fastboot=1 -- cgit 1.4.1