Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] ATI Catalyst(fglrx) on Siduction?  (Read 16715 times)

timc

  • Guest
[EN] ATI Catalyst(fglrx) on Siduction?
« on: 2012/06/18, 18:11:03 »
Is installing the ATI proprietary driver fglrx supported on Siduction? There is a section in the Bluewater manual on the nVidia proprietary driver, but nothing similar for ATI.

The reason I ask is because my HD6770 card runs very hot with the open source radeon driver. I have tested this in Ubuntu, Sabayon, and Arch and my card runs about 15-20C cooler with fglrx. The fan also runs slower, consequently.

In Siduction, I have attempted to install the driver downloaded directly from AMD, but I had conflicts both with the 3.4 kernel and Xorg. I also tried installing it with the smxi scripts. However, I have fglrx running successfully on Sabayon and Arch Linux with kernel 3.4 and Xorg 1.12.

Tim

Offline OppaErich

  • OLE
  • User
  • Posts: 381
ATI Catalyst(fglrx) on Siduction?
« Reply #1 on: 2012/06/18, 18:54:19 »
AFAIK: fglrx does not work with the current xserver. So it is _pointless_ to install that driver. But towo is the expert, I'm sure he'll chime in soon.

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.939
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #2 on: 2012/06/18, 19:05:05 »
fglrx 12.6 supports xserver 1.12.x but the kernel 3.4 is not supported by fglrx. Btw many users has told, that fglrx 12.6 does not work in 64bit at the moment.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

timc

  • Guest
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #3 on: 2012/06/18, 21:58:56 »
Thanks. I will not try to push my question but, like I said, I do have Catalyst 12.6 working with Xorg 1.12 on Arch Linux with 3.4.2 kernel 64-bit. I need to check the exact versions I have on Sabayon 9, but it is also a 3.4 64-bit kernel.

I will wait, patiently..

Tim

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.939
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #4 on: 2012/06/18, 22:00:41 »
Since i don't use fglrx i can only tell, what users have sayed.
Maybe th 64bit problem only exist in debian.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

timc

  • Guest
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #5 on: 2012/06/19, 14:02:08 »
Ok, thank you, towo.

Tim

timc

  • Guest
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #6 on: 2012/06/26, 13:56:26 »
I believe I have found the solution, but it is somewhat complicated and I am not sure I want to mess with it. It involves making sure to have the exact correct version of xserver-xorg-core and "pinning" it so it does not get updated. What a mess.

These instructions are for Debian sid, so I assume they would also work for Siduction.

http://packages.debian.org/sid/fglrx-driver

http://wiki.debian.org/ATIProprietary

Tim

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.939
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #7 on: 2012/06/26, 14:02:07 »
Again, the xserver in sid is not the problem for fglrx in sid, since
fglrx 12.6-beta is in sid.
You can't use fglrx on kernels > 3.3.x and in siduction we have 3.4.4 at the moment.
If you have running fglrx in Arch with linux 3.4.x, then for sure the fglrx-kernel-module is patched, otherwise it would not work.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline ralul

  • User
  • Posts: 1.814
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #8 on: 2012/06/26, 15:47:20 »
simple minds like positive expressions:
Stick with Debian Wheezy Linux-3.2 and fglrx-beta without needles and pins.
experiencing siduction runs better than my gentoo makes me know I know nothing

timc

  • Guest
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #9 on: 2012/06/26, 22:17:28 »
Ok, thanks again, towo and ralul. I give up.

Tim

timc

  • Guest
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #10 on: 2012/08/24, 19:23:41 »
I have at least found a workaround for the open source driver making the ATI video card run very hot:

Code: [Select]
echo low > /sys/class/drm/card0/device/power_profile

https://bugs.freedesktop.org/show_bug.cgi?id=41762

My card is now running about 15C cooler.

Tim

Offline ralul

  • User
  • Posts: 1.814
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #11 on: 2012/08/25, 15:59:37 »
Yes, put this command into your /etc/rc.local
experiencing siduction runs better than my gentoo makes me know I know nothing

lizbeth

  • Guest
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #12 on: 2012/11/03, 01:08:02 »
There is a AMD Catalyst Driver You can download from the AMD Site.  There's 12.10 and 12.11 Beta Drivers that can be used with 64bit and kernel 3.6.  I'm running the Liquorix kernel and Catalyst 12.10 without a problem.  If you want 12.10, in a terminal:

wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.10-x86.x86_64.zip
unzip amd-driver-installer-catalyst-12.10-x86.x86_64.zip
sudo sh ./amd-driver-installer-12-10-x86.x86_64.run


If you want 12.11 Beta go here:

http://www2.ati.com/drivers/beta/amd-driver-installer-catalyst-12.11-beta-x86.x86_64.zip

unzip it then open a terminal:

sudo sh ./amd-driver-installer-12-11-beta-x86.x86_64.run

Enjoy!

Offline agaida

  • User
  • Posts: 1.760
    • http://g-com.eu
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #13 on: 2012/11/03, 16:37:57 »
This is not ubuntu, this is sid. So most of the year the prop. drivers are broken badly. Please recommend prop. drivers directly from ati only if you are able and willing to fix a lot of broken systems.
There's this special biologist word we use for "stable". It's "dead". ~ Jack Cohen

lizbeth

  • Guest
RE: ATI Catalyst(fglrx) on Siduction?
« Reply #14 on: 2012/11/03, 17:03:41 »
I'm not running ubuntu, I'm running sid on lmde with the liquorix 3.6 kernel and i have an amd radeon chipset.  The 12.10 Catalyst is NOT a beta driver.