Bitcoin Forum
April 26, 2024, 09:01:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: del  (Read 15346 times)
myself
Guest

del
June 18, 2011, 12:36:06 PM
Last edit: September 09, 2012, 11:17:57 PM by myself
 #1

del
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714122099
Hero Member
*
Offline Offline

Posts: 1714122099

View Profile Personal Message (Offline)

Ignore
1714122099
Reply with quote  #2

1714122099
Report to moderator
1714122099
Hero Member
*
Offline Offline

Posts: 1714122099

View Profile Personal Message (Offline)

Ignore
1714122099
Reply with quote  #2

1714122099
Report to moderator
1714122099
Hero Member
*
Offline Offline

Posts: 1714122099

View Profile Personal Message (Offline)

Ignore
1714122099
Reply with quote  #2

1714122099
Report to moderator
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 18, 2011, 01:24:24 PM
 #2

Download and install ATI Driver 11.5 for Linux 64bit.
   cd ~
   wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run
   sudo sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty
   sudo dpkg -i *.deb
   sudo apt-get -f install
   sudo aticonfig -f --initial --adapter=all
   sudo reboot

Verify that the ATI Driver is setup and running
   cd ~
   DISPLAY=:0 sudo fglrxinfo

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 18, 2011, 02:05:49 PM
 #3

Code:
 sudo aticonfig -f --initial --adapter=all
sudo: aticonfig: command not found
  Sad

Said another way:  You don't have it installed.  Issue ALL of the commands in my Post, in order.  Provide the output of each one.

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 18, 2011, 02:13:52 PM
 #4

i did but somehow fails

It fails to paste the output of your commands here in the Post?

I'm trying to help, but without either remote access to your box, or you providing the output from the system when you run the commands, it's going to be impossible.

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 18, 2011, 02:41:14 PM
 #5

Try /usr/bin/aticonfig instead of just aticonfig

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 18, 2011, 03:57:01 PM
 #6

Try /usr/bin/aticonfig instead of just aticonfig
same thing  Sad

Last try.  I checked my Ubuntu 11.04 Desktop system and see this:

Code:
pickerin@digger:~$ ls -la /usr/bin/aticonfig
lrwxrwxrwx 1 root root 27 2011-06-15 20:42 /usr/bin/aticonfig -> /etc/alternatives/aticonfig
pickerin@digger:~$ ls -la /etc/alternatives/aticonfig
lrwxrwxrwx 1 root root 28 2011-06-15 20:42 /etc/alternatives/aticonfig -> /usr/lib/fglrx/bin/aticonfig

So, ultimately, the aticonfig program is installed under /usr/lib/fglrx/bin/aticonfig

So:

Code:
ls /usr/lib/fglrx/bin

What's the output?

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 18, 2011, 08:20:26 PM
 #7

Code:
ls /usr/lib/fglrx/bin
amdcccle              amdxdg-su   atiodcli      fglrxinfo
amdnotifyui           aticonfig   atiode        fglrx_xgamma
amdupdaterandrconfig  atieventsd  fgl_glxgears


thx allot for the help i did solve it  Grin got all cards runing

Yep, there you go.  Looks like your install didn't provide the appropriate symbolic links, but you do have it installed.
I can give you the commands to create the symbolic links if you'd like.  They are:

Code:
sudo ln -s /usr/lib/fglrx/bin/aticonfig /etc/alternatives/aticonfig
sudo ln -s /etc/alternatives/aticonfig /usr/bin/aticonfig

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!