NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Ubuntu and ATi Catalyst
New Posts  All Forums:Forum Nav:

Ubuntu and ATi Catalyst

post #1 of 8
Thread Starter 
Hi again fellow Linux people! I've been attempting to install the ATI Catalyst Control Center on my laptop in Ubuntu. I havent had very good battery life in my linux install and my processor isnt the issue (checked, speedstep is doing its job) so the only thing left to do that would be the video card and a lack of ATI Power Play. I hopped over to ATI.com and downloaded their linux drivers and generated a Ubuntu 6.06 install from the command line. When I attempt to install the Catalyst Center I get this error line in the package installer

Code:
(Reading database ... 83634 files and directories currently installed.)
Unpacking fglrx-control (from ... /fglrx-control_8.29.6- 1_i386.deb) ...
(Reading database ... 83634 files and directories currently installed.)
Unpacking fglrx-control (from ... /fglrx-control_8.29.6- 1_i386.deb) ...
dpkg: error processing /home/(my name)/desktop/fglrx-control_8.29.6- 1_i386.deb (--install):
 trying to overwrite `/usr/bin/fireglcontrolpanel', which is also in package xorg-driver-fglrx
dpkg-deb: subprocess paste killed by signal (Broken Pipe)

Should I attempt to delete the existing fireglcontrolpanel file?
post #2 of 8
you're pretty much installing the same thing over again from a different package.

so first things first is you gotta purge the xorg-driver-fglrx and fglrx-control packages, then go ahead and install the generated deb that you got.
post #3 of 8
Thread Starter 
Purged and installed.

Unless I installed the wrong one, this isnt what I was expecting. Anyone know what to do to enable PowerPlay on ATI cards? I know it works under linux.
post #4 of 8
to the best of my knowledge actually powerplay is not part of fglrx.... its one of thsoe little things that make ATi's linux support suck really bad.
post #5 of 8
Thread Starter 
Ah I found it!!

In terminal use the following list of commands:

Code:
aticonfig --lsp
aticonfig --setpowerstate *number here*

The first one lists the different power configurations as 1 (low power) through 3 (high power). You enter them after setpowerstate and it changes the clock speeds of your card.
post #6 of 8
ahh nice find. btw...works just as well with the fglrx from the repos...no need to install by hand
post #7 of 8
Thread Starter 
You mean I wasted my time for nothing lol, t'is all good. Its always a learning experience with Linux
post #8 of 8
Heh it is a good find, not that I have dealt with ATi much myself, but for future reference.

Learning experiences are always good as well.

Seablade
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Ubuntu and ATi Catalyst