Re: [SOLVED] plasma-desktop rendering problem
for ati Mobility gpu's, especially as they have 32mb or less of vram, I have been testing and tweaking my xorg.conf since Intrepid. I used these steps to both temporarily fix the screen and tweak xorg to make it all nice:
Open any program (or Right-click somewhere on your desktop to bring up the context menu, so you can select "Desktop Settings", or anything with a titlebar). Then you can right-click on the currently garbled titlebar, and select "configure Window Behavior", once there you can try Kwin effects, which will bring back your plasma
(This may or may not work for all gpu's,but is worth a try)
Now if you have a clean karmic , you won't have an xorg.conf file . If you don't, then you can create one , just open kate with kdesudo: type alt-f2, and enter
and paste this in:
You can try just adding the line to the "Device" section
and leaving out any other lines with 'Option" in them, but it does pose a definite performance hit, and possibly a stability hit on systems with <32mb vram, but at least for my Compaq Evo N610c's gpu, the combination of XAA and the other options in the "Device" section cures the plasm rendering problem AND a garbled image that flashes on my system during login. Plus desktop effects work just dandy , as long as I don't go overboard on the bling
for ati Mobility gpu's, especially as they have 32mb or less of vram, I have been testing and tweaking my xorg.conf since Intrepid. I used these steps to both temporarily fix the screen and tweak xorg to make it all nice:
Open any program (or Right-click somewhere on your desktop to bring up the context menu, so you can select "Desktop Settings", or anything with a titlebar). Then you can right-click on the currently garbled titlebar, and select "configure Window Behavior", once there you can try Kwin effects, which will bring back your plasma
(This may or may not work for all gpu's,but is worth a try)
Now if you have a clean karmic , you won't have an xorg.conf file . If you don't, then you can create one , just open kate with kdesudo: type alt-f2, and enter
Code:
kdesudo kate /etc/X11/xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "radeon"
Option "AccelMethod" "XAA" #either XAA or EXA. "XAA" is the default
Option "RenderAccel" "off"
Option "EnablePageFlip" "true" #only works with accelmethod "XAA".
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Identifier "Configured Video Device"
Driver "radeon"
Option "AccelMethod" "XAA" #either XAA or EXA. "XAA" is the default
Option "RenderAccel" "off"
Option "EnablePageFlip" "true" #only works with accelmethod "XAA".
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Code:
Option "AccelMethod" "EXA"
Comment