hi guys hope this helps
when you boot you need to go to runlevel 3 (text mode) until you can get your driver sorted out
to do this when you first boot you need to edit your GRUB boot comand
to do this you will hit the E key as your comp boots
if you have a grub password enter it
then hit E again to edit the boot time arguments
add this to the end of the one that you normaly boot from
"linux 3"
this will take you to runlevel 3
so that you can fix your driver before statring X
when you get a login
login as root
then navigate to the dir that contains the driver(you may have to mount that dev first)
run the rpm with this comand
Code:
#rpm -Uvh --force ati*.rpm
(replace ati* with name of your package)
if you get no errors
Code:
#cd /usr/X11R6/bin/fglrxconfig
run the config with this comand
folow the prompts
if you are unsure acept the defaults
the run this to check
if that works you are good to go
start the Xserver with this comand
you will need to download the driver from another computer or before you start this.
put it on a cd, Zip, or somewhere where you can mount and get at it while in text mode
you can download the .rpm and the binary installer from ati here
https://support.ati.com/ics/support/...ge&folderID=27
if you know how i would recomend makeing your own package from the binary,
but if you dont know how stik to the .rpm
ATI's instructions are here
http://www2.ati.com/drivers/linux/li...4.13-inst.html
PLEASE READ THESE
IF YOU HAVE MORE QUESTIONS FEEL FREE TO CONTACT ME