From 7990fc4884d047a73bf1405e37b88e3673b4c16f Mon Sep 17 00:00:00 2001 From: Drtan Samos Date: Sat, 27 Apr 2013 21:03:50 +0200 Subject: Walkaround changed to support wider userbase and better performance. --- configs/gnome/root-image/etc/X11/xorg.conf.d/20-intel.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/gnome/root-image/etc/X11/xorg.conf.d/20-intel.conf (limited to 'configs/gnome/root-image') diff --git a/configs/gnome/root-image/etc/X11/xorg.conf.d/20-intel.conf b/configs/gnome/root-image/etc/X11/xorg.conf.d/20-intel.conf new file mode 100644 index 0000000..b4624b2 --- /dev/null +++ b/configs/gnome/root-image/etc/X11/xorg.conf.d/20-intel.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). +Section "Device" + Identifier "Intel Graphics" + Driver "intel" + Option "AccelMethod" "sna" +EndSection + -- cgit v1.2.2