Comment 9 for bug 1531224

Revision history for this message
Sb (sb56637) wrote :

The workaround is to use Intel UXA acceleration instead of SNA:

--------------------------------------
/etc/X11/xorg.conf.d/20-intel.conf
--------------------------------------

Section "Device"
   Identifier "Intel Graphics"
   Driver "intel"
   Option "AccelMethod" "uxa"
EndSection

--------------------------------------

Of course this is only a workaround, and only LightDM is affected by Intel SNA acceleration, so I agree that this bug should be confirmed and handled.