I have just done a clean install of karmic. It works and there are no display artifacts and I can enable desktop effects but there is a bad in doing anything that draws anything; opening new apps, resizing windows etc. By having top open I can see that xorg takes lots of cpu when this occurs, 20-60%. It is worse with desktop effects on but also happens with them off.
From a bit of reading it sounds that this is most likely to be a driver issue. My graphics card is an ATI 9800pro that I understand isn't supported by the proprietary driver and will be running on the open source one. I am surprised to be getting problems tbh as I don't think I installed the proprietary driver under 8.10 or 9.04 and didn't have problems.
I have found some posts that suggested making alterations to xorg.conf. However, karmic doesn't have one. I followed instructions in this post to create one and added the new lines to the device section but it wouldn't boot and produced a message of error in line 16.
http://kubuntuforums.net/forums/inde...pic=3107466.15
This is the xorg.conf I tried, can anyone see what is wrong or has any other ideas of what I could try.
thanks
From a bit of reading it sounds that this is most likely to be a driver issue. My graphics card is an ATI 9800pro that I understand isn't supported by the proprietary driver and will be running on the open source one. I am surprised to be getting problems tbh as I don't think I installed the proprietary driver under 8.10 or 9.04 and didn't have problems.
I have found some posts that suggested making alterations to xorg.conf. However, karmic doesn't have one. I followed instructions in this post to create one and added the new lines to the device section but it wouldn't boot and produced a message of error in line 16.
http://kubuntuforums.net/forums/inde...pic=3107466.15
This is the xorg.conf I tried, can anyone see what is wrong or has any other ideas of what I could try.
thanks
Code:
Section "Device" Identifier "Configured Video Device" Option "MigrationHeuristic" "greedy" Option "AccelMethod" "XAA" Option "AccelDFS" "true" Option "AGPMode" "4" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection
Comment