The installation went great and everything up and running (at least as far as I can tell
I heard that I should upgrade to the newest fglrx drivers for better video performance, so I decided to have a go.
After backing up /etc/X11/xorg.conf I did the following:
sudo apt-get update
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
sudo gedit /etc/X11/xorg.conf
and added
Section "Extensions"
Option "Composite" "false"
EndSection
to the xorg.conf file.
Everything seemed to go well so far, but then I rebooted "sudo shutdown -r now"!
Now I am told that the computer "Failed to start the X server (your graphical interface). It is likely that it is not set up correctly ..."
I am running the 2.6.20-15-generic kernel, and the graphics card is ATI FireGL 9000 64MB.
Is this graphics card not supported by the drivers, or did I do something wrong?
I got the system up and running again by copying back the original xorg.conf. Are there any benefit from using other drivers than the default one?
Thanks in advance for any help



