Comment 24 for bug 1472471

Revision history for this message
Cyril Soler (csoler-users) wrote :

I dont have an /etc/X11/xorg.conf file. Still, my /var/log/Xorg.0.log states that the accel method used is indeed SNA. In which file can I specify the "uxa" parameter?

     [ 36.193] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend

It's using /usr/share/X11/xorg.conf.d/*, but there's no file in there that would contain a "Device" section.

Should I create a Xorg.conf file in /etc/X11/ from scratch and put that in it?

Section "Device"
    Identifier "intel"
    Driver "intel"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "UXA"
EndSection