← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 338669] Re: (Needs UXA) painting artifacts after qt4.5 upgrade on intel chipset

 

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.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.
https://bugs.launchpad.net/bugs/338669

Title:
  (Needs UXA) painting artifacts after qt4.5 upgrade on intel chipset