Bitcoin Forum
May 09, 2024, 10:21:48 AM *
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?
1715250108
Hero Member
*
Offline Offline

Posts: 1715250108

View Profile Personal Message (Offline)

Ignore
1715250108
Reply with quote  #2

1715250108
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
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!