Bitcoin Forum
May 10, 2024, 08:56:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Installing AMD drivers ubuntu server  (Read 2730 times)
btckeeper (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
July 24, 2012, 07:51:01 PM
 #1

Hello. I need help) I want to install AMD driver on my ubuntu server 64 bit (without desktop environment). How can I do it?
1715374569
Hero Member
*
Offline Offline

Posts: 1715374569

View Profile Personal Message (Offline)

Ignore
1715374569
Reply with quote  #2

1715374569
Report to moderator
1715374569
Hero Member
*
Offline Offline

Posts: 1715374569

View Profile Personal Message (Offline)

Ignore
1715374569
Reply with quote  #2

1715374569
Report to moderator
1715374569
Hero Member
*
Offline Offline

Posts: 1715374569

View Profile Personal Message (Offline)

Ignore
1715374569
Reply with quote  #2

1715374569
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715374569
Hero Member
*
Offline Offline

Posts: 1715374569

View Profile Personal Message (Offline)

Ignore
1715374569
Reply with quote  #2

1715374569
Report to moderator
1715374569
Hero Member
*
Offline Offline

Posts: 1715374569

View Profile Personal Message (Offline)

Ignore
1715374569
Reply with quote  #2

1715374569
Report to moderator
mc_lovin
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


www.bitcointrading.com


View Profile WWW
July 25, 2012, 03:41:01 PM
 #2

something like

Code:
cd /home/user/Desktop/
wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-4-x86.x86_64.run
chmod 755 amd-driver-installer-12-4-x86.x86_64.run
chmod +x amd-driver-installer-12-4-x86.x86_64.run
./amd-driver-installer-12-4-x86.x86_64.run
sync
coldreboot


should work.  if you need a different version, just find the URL on AMD's site and substitute it. 

to uninstall AMD drivers:

Code:
/usr/share/ati/fglrx-uninstall.sh --force

btckeeper (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
July 25, 2012, 07:03:28 PM
 #3

Thanks. I'll try this tomorrow.
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!