Comment 26 for bug 351186

Revision history for this message
Michel (degreef-michel) wrote : Re: [ubuntu 9.04 beta]slow unminimizing with ati card and desktop effects enabled

KDE Windows with effect extremely slow. Creation of new window, moving windows or resizing are all affected.
I believe it is related to ATI card, I am using a Mobility Radeon 3650.

I notice on my monitor that both Xorg and plasma are taking most of my computer resources even when no activity takes place: On the average I would say that palsma takes about 50% of CPU and Xorg about 10%. This is on an Intel Core2 Duo CPU's computer. My screen resolution is 1920x1200.

I upgraded from Kubuntu 8.10 (completely up-to-date) to Kubuntu 9.04 on the day of the official release, using the alternate disk image for the upgrade. About half the upgrade was taken from the CD I burnt, the last half straight from the repository. That happened following a restart of the upgrade process.

I had no speed problems with 8.10. With 9.04 it takes up to 5 seconds to maximise, or minimise) a window, and about 2-3 seconds to create one.

Here are some relevant details. Let me know if anything else may be useful.

***********
lshw:
***********
---
*-display
                description: VGA compatible controller
                product: Mobility Radeon HD 3650
                vendor: ATI Technologies Inc
                physical id: 0
                bus info: pci@0000:01:00.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: bus_master cap_list
                configuration: driver=fglrx_pci latency=0 module=fglrx
...

***********
xorg.conf
***********
Section "ServerLayout"
 Identifier "aticonfig Layout"
 Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "Monitor"
 Identifier "aticonfig-Monitor[0]-0"
 Option "VendorName" "ATI Proprietary Driver"
 Option "ModelName" "Generic Autodetecting Monitor"
 Option "DPMS" "true"
EndSection

Section "Device"
 Identifier "aticonfig-Device[0]-0"
 Driver "fglrx"
 BusID "PCI:1:0:0"
EndSection

Section "Screen"
 Identifier "aticonfig-Screen[0]-0"
 Device "aticonfig-Device[0]-0"
 Monitor "aticonfig-Monitor[0]-0"
 DefaultDepth 24
 SubSection "Display"
  Viewport 0 0
  Depth 24
 EndSubSection
EndSection