summaryrefslogtreecommitdiff
path: root/configs/gnome/root-image/etc/X11/xorg.conf.d/20-intel.conf
blob: b4624b2b99452f1612062bdefa238ea36e11e5ef (plain)
1
2
3
4
5
6
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