0

does anyone know how to install "ATI RADEON HD 3600" Driver on ubuntu 12.10 , 32bit version ?

where should i download it and how should i install ?

thanks ;

tsepehr
  • 97
  • 1
  • 1
  • 9

1 Answers1

0

Proprietary:

Go here and choose the driver.
Once it's downloaded, go in the command line and find where you have the .run file located, and move it to a folder called driver.
Run:

cd driver/
unzip *.zip
chmod +x *.run
sudo ./*.run

And install it.

Once it's done, sudo shutodown -r -h now.
To configure the settings and such, run amdcccle preferably as root.

engraze
  • 63
  • 5