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 Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/338669

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

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to