Comment 78 for bug 338669

Revision history for this message
Masiosare (luis-zaldivar) wrote :

I'm on maverick and the UXA fix works as expected

lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12)

Just creating a file called /etc/X11/xorg.conf with this content

$ cat /etc/X11/xorg.conf
Section "Device"
        Identifier "Configured Video Device"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Configured Video Device"
EndSection
Section "Device"
        Identifier "Configured Video Device"
        Option "AccelMethod" "UXA"
        Option "Tiling" "No"
EndSection

fixes all the issues.