summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-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
+