ATI xorg-driver fglrx install:
All I do when installing fglrx in ubuntu is:
Code:
$ sudo apt-get install xorg-driver-fglrx
You can also use Synaptic, or aptitude.
After it installs:
Code:
$ sudo /etc/init.d/gdm stop
This will kill X and dump you to a command line. Here you do:
Code:
sudo nano /etc/X11/xorg.conf
A file will open and you scroll down to this section:
Code:
# === ATI device section ===
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "ati"
Change the ati, to fglrx.
Ctrl+x to close and "y" to save.
Then:
Code:
sudo modprobe fglrx
If no errors:
This will bring you back into X, and gnome. Then:
Code:
scott@black:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 Pro Generic
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)
If you get something like this then you are good to go. If not then do:
Code:
$ sudo dpkg-reconfigure xserver-xorg
Answer the questions there, and don't forget to choose fglrx for the driver.