LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem installing the ATI Proprietary Driver (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-the-ati-proprietary-driver-588168/)

jacatone 09-29-2007 03:47 AM

Problem installing the ATI Proprietary Driver
 
I'm running Kubuntu 7.04. I opted to install the ATI Proprietary driver "the Ubuntu way" by downloading the fglrx file and going into xorg.conf and changing ati to fglrx and rebooting. Only problem, when I rebooted, all I get is a blinking cursor. Fortunately , I made a backup of the xorg.conf file before hand. How do I get back to the desktop from this blinking cursor?

Compaq Presario 5000
384 megs of ram
ATI Radeon 9550 graphics card

jimmy512 09-29-2007 04:02 AM

Okay. Push ctrl+alt+f1 to get to a terminal. Login with your username and password. Check your log files in /var/log

Code:

cat /var/log/Xorg.0.log | grep EE
This will only display error lines in the xorg log file - post these up.

To return your original configuration:

Code:

sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
Replace xorg.conf.backup with the file name of your backup.

This should return your original configuration, and give you a desktop which you can work from. Reboot the computer with:

Code:

shutdown now -h -r
Hopefully you will have a nice shiny desktop.


All times are GMT -5. The time now is 04:08 PM.