Page 1 of 2

Cinnamon + ATI drivers = slowdown

Posted: Mon Aug 13, 2012 9:44 am
by sepul
running mint 13 - cinnamon edition.

I have tried (installed) both amd/ati proprietary included in mint "additional drivers" and also the latest one from the amd website (12.6). both of them make graphic updates slower than before and cpu usage of cinnamon process very high. especially when window updates occur.

does anybody else have this problem ? what is the workaround ?

Re: Cinnamon + ATI drivers = slowdown

Posted: Sun Aug 19, 2012 4:07 pm
by kelebek333
You can try to enable Tear Free on CCC.

Image

Re: Cinnamon + ATI drivers = slowdown

Posted: Thu Aug 23, 2012 8:45 am
by sepul
"tear free" is now on.
the window movement/transitions and animations are now smooth.
but the main problem with high cpu usage still remains. especially when window updates/redraws are needed.
cinnamon is almost always the most cpu consuming app in the list.

here is some examples (on ATI 5750 + intel core2 quad cpu):
running glxgears (60fps): glxgears=100% cpu, cinnamon 92%,... all the time
moving around in the cinnamon's main menu: cinnamon - 200~240% cpu
moving a single nautilus window around on the desktop: 148% cpu
a single terminal window is open (with blinking cursor) : 36% cpu

Re: Cinnamon + ATI drivers = slowdown

Posted: Thu Aug 23, 2012 11:11 am
by kelebek333
Are you try to install manuel installation.

You can install following.

1. You must remove driver from repo version.

Code: Select all

sudo /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx*
sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get autoremove
sudo apt-get install xserver-xorg-video-ati
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
After reboot your PC.

2 . Install ATI driver from website.

Code: Select all

mkdir amd-driver-12-6
cd amd-driver-12-6
wget -c www2.ati.com/drivers/linux/amd-driver-installer-12-6-x86.x86_64.run
chmod +x amd-driver-installer-12-6-x86.x86_64.run
sudo sh amd-driver-installer-12-6-x86.x86_64.run
sudo amdconfig --initial -f
After installation reboot your PC.

Re: Cinnamon + ATI drivers = slowdown

Posted: Fri Aug 24, 2012 4:37 am
by sepul
Uninstalled and reinstalled those stuff as u told, but didn't help

Re: Cinnamon + ATI drivers = slowdown

Posted: Sat Aug 25, 2012 3:00 am
by kelebek333
I think that, it's a driver problem. You can try to install 12.8 version.

Firstly uninstall driver as foolwing.

Code: Select all

sudo /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx*
sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get autoremove
sudo apt-get install xserver-xorg-video-ati
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
Then install ATI 12.8 version driver.

Code: Select all

mkdir amd-driver-12-8
cd amd-driver-12-8
wget -O amd-driver-installer-12-8-x86.x86_64.zip http://goo.gl/HUyH4
unzip amd-driver-installer-12-8-x86.x86_64.zip
chmod +x amd-driver-installer-8.982-x86.x86_64.run
sudo sh amd-driver-installer-8.982-x86.x86_64.run
sudo aticonfig --initial -f

Re: Cinnamon + ATI drivers = slowdown

Posted: Sat Aug 25, 2012 7:14 am
by sepul
installed 12.8 drivers. no change, still the same
I think the problem is somehow with cinnamon not playing well with amd drivers.

Re: Cinnamon + ATI drivers = slowdown

Posted: Sun Aug 26, 2012 4:32 am
by kelebek333
If you added extensions or applets on cinnamon, you can try to return default all settings.
For this, use cinnamon settings applet or following code.

Code: Select all

gsettings reset-recursively org.cinnamon

Re: Cinnamon + ATI drivers = slowdown

Posted: Sun Aug 26, 2012 12:26 pm
by sepul
reset the settings, again, no success.

Re: Cinnamon + ATI drivers = slowdown

Posted: Tue Aug 28, 2012 2:36 am
by kelebek333
Did you try to change icons, GTK+ and Cinnamon Themes.

Then, press ALT+F2 type r and run for refesh Cinnamon.

Re: Cinnamon + ATI drivers = slowdown

Posted: Tue Aug 28, 2012 2:17 pm
by weboide
I have the exact same issue on a fresh install of Mint 13 and Cinnamon.

Re: Cinnamon + ATI drivers = slowdown

Posted: Tue Aug 28, 2012 7:30 pm
by chinux23
I have the exact same problem. I am running i7 930 with ati 5970 with proprietary drivers. The cinnamon always takes about 40% of CPU usage in idle. The ui looks really nice, but it feels laggy. To me, this is one last thing that prevent me from migrating. Any solutions?

Re: Cinnamon + ATI drivers = slowdown

Posted: Wed Aug 29, 2012 7:50 am
by weboide
My workaround was to go back to open source radeon drivers. Just remove fglrx or fglrx-updates and reboot. If you have a multi-display setup, you can set it up in the built-in-Mint Displays settings.

Re: Cinnamon + ATI drivers = slowdown

Posted: Fri Aug 31, 2012 10:07 am
by ernie dingbat
weboide wrote:My workaround was to go back to open source radeon drivers.
That worked for me, thank you.

Re: Cinnamon + ATI drivers = slowdown

Posted: Sat Sep 01, 2012 9:45 am
by sepul
chinux23 wrote:I have the exact same problem. I am running i7 930 with ati 5970 with proprietary drivers. The cinnamon always takes about 40% of CPU usage in idle. The ui looks really nice, but it feels laggy. To me, this is one last thing that prevent me from migrating. Any solutions?
yeah, default opensource drivers works, but they only support opengl2.1. I need more advanced driver features like opengl3,4+ support and better graphics performance which the official drivers only provide.

Re: Cinnamon + ATI drivers = slowdown

Posted: Mon Sep 03, 2012 7:43 pm
by nickjhs
sepul wrote:
chinux23 wrote:I have the exact same problem. I am running i7 930 with ati 5970 with proprietary drivers. The cinnamon always takes about 40% of CPU usage in idle. The ui looks really nice, but it feels laggy. To me, this is one last thing that prevent me from migrating. Any solutions?
yeah, default opensource drivers works, but they only support opengl2.1. I need more advanced driver features like opengl3,4+ support and better graphics performance which the official drivers only provide.

Yep I have the same issue here. I have a Phenom 11 quad 965 and a radeon 6870. I have noticed cores one and three at or close to 100% whilst practically idle, generally they sit around the 40 to 50% mark. (just chromium and system monitor open). Moving windows around the desktop is very laggy even with "tear free" option.

Re: Cinnamon + ATI drivers = slowdown

Posted: Thu Sep 06, 2012 11:50 pm
by sagarthegreat1
confirming the presence of the issue:
tried these drivers:
1)ATI/AMD proprietary FGLRX drivers(post release updates)
2)ATI/AMD proprietary FGLRX drivers
3)amd-driver-installer-12.6-legacy-x86.x86_64 (downloaded from amd site)
all of these lead to very laggy graphic performance, like when one tries to run CRYSIS on onboard graphics.
The only driver that works relatively smooth is the open-source radeon, provided by default in mint13.

Re: Cinnamon + ATI drivers = slowdown

Posted: Fri Sep 07, 2012 12:43 pm
by Cerule
Maybe worth trying Kde? Dunno if it's the desktop but I have Mint 13 kde Ati 4550 hd with core2duo 2.8 ghz and typically about 5% cpu load when idle. Using ati's propriety drivers. Videos do have tearing if "Tear free desktop" is turned off but no problems when turned on.

Re: Cinnamon + ATI drivers = slowdown

Posted: Fri Sep 07, 2012 2:08 pm
by sepul
Switched to mate. Very stable, no problems with amd drivers and very practical
Waiting for cinnamon to get more stable ...

Re: Cinnamon + ATI drivers = slowdown

Posted: Tue Sep 11, 2012 2:17 pm
by Staffy
Switched to mate. Very stable, no problems with amd drivers and very practical
Waiting for cinnamon to get more stable ...
Same here tried every fix I could find the only fix that works is to change to somethimg else. I have tried KDE and XFCE and non of them have the same issues, so logic says it isn't the drivers.

I'll keep my eyes on cinnamon to see if this gets fixed as I liked the feel of it.