From 09887eba175a8c2d853603aa919c6950a253438f Mon Sep 17 00:00:00 2001 From: Drtan Samos Date: Sat, 27 Apr 2013 14:07:21 +0200 Subject: A walkaround to enable GDM for Intel graphic cards users. --- configs/gnome/root-image/etc/modprobe.d/i915.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/gnome/root-image/etc/modprobe.d/i915.conf (limited to 'configs/gnome/root-image/etc/modprobe.d/i915.conf') diff --git a/configs/gnome/root-image/etc/modprobe.d/i915.conf b/configs/gnome/root-image/etc/modprobe.d/i915.conf new file mode 100644 index 0000000..9593268 --- /dev/null +++ b/configs/gnome/root-image/etc/modprobe.d/i915.conf @@ -0,0 +1,7 @@ +# A temporary fix to enable GDM to work on some Intel graphic cards (upstream bug https://bugs.freedesktop.org/show_bug.cgi?id=62141). + +# Basic fix. +options i915 i915_enable_rc6=0 + +# Extended fix. +# options i915 i915_enable_rc6=0 i915_enable_fbc=1 lvds_downclock=1 semaphores=1 -- cgit v1.2.2