Hello all,
I'm running a kubuntu dapper and would like to optimize graphical acceleration with xorg composite extension, and ati radeon radeon drivers (Radeon 9200SE - 128Mo). By now it works well, but when I let it for example a whole day, with transluancy (just on window decoration) and shadows it becomes very slow, and I must restart X. Is there some option I could enable in Device section to optimize this ?
This is the device section for the graphic card driver in my xorg.conf :
"Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9200 SE (RV280)"
Driver "radeon"
BusID "PCI:1:0:0"
# Option "backingstore" "true"
Option "AGPMode" "4"
Option "AGPSize" "64" # default: 8
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
EndSection
"
I'm running a kubuntu dapper and would like to optimize graphical acceleration with xorg composite extension, and ati radeon radeon drivers (Radeon 9200SE - 128Mo). By now it works well, but when I let it for example a whole day, with transluancy (just on window decoration) and shadows it becomes very slow, and I must restart X. Is there some option I could enable in Device section to optimize this ?
This is the device section for the graphic card driver in my xorg.conf :
"Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9200 SE (RV280)"
Driver "radeon"
BusID "PCI:1:0:0"
# Option "backingstore" "true"
Option "AGPMode" "4"
Option "AGPSize" "64" # default: 8
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
EndSection
"
Comment