summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrtan Samos <drtan@lavabit.com>2013-04-27 21:03:50 +0200
committerDrtan Samos <drtan@lavabit.com>2013-04-27 21:03:50 +0200
commit7990fc4884d047a73bf1405e37b88e3673b4c16f (patch)
treedd74c223bb25d37cfe1e3f9e0d002e7f7fb6f648
parent9761e6a782c357a9b510f51eea71f21e0199a314 (diff)
Walkaround changed to support wider userbase and better performance.
-rw-r--r--configs/gnome/root-image/etc/X11/xorg.conf.d/20-intel.conf7
1 files changed, 7 insertions, 0 deletions
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
+