Results 1 to 8 of 8
Help!
I've accidently locked myself out of the GUI by installing Nvidia drivers which (obviously) had spme sort of problem with my system. The drivers were from the official repository, ...
- 06-05-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 93
How do I rescue from bad Nvidia Drivers?
Help!
I've accidently locked myself out of the GUI by installing Nvidia drivers which (obviously) had spme sort of problem with my system. The drivers were from the official repository, and installed with Yast. How do I revert my system back to my old Nvidia drivers (installed in a command promt) or at least get my GUI back so I can try and fix/salvage what I can?
- 06-05-2007 #2
Can you get to a command prompt? If so, you can change your video driver to the generic "vesa" driver, which will give you a non-3D-accelerated graphical interface from which you can attempt to fix things. To do this you'll need to edit the xorg.conf file, which is located in the /etc/X11/ directory. Log in as root user:
Now open up the file in a text editor:Code:su <enter> Password: <your root password, then enter>
Scroll down toward the bottom and look for a section similar to this:Code:nano /etc/X11/xorg.conf
Change the Driver line from whatever it says to say "vesa" instead.Code:Section "Device" Identifier "Nvidia Geforce 4" Driver "nvidia"
Now exit with CTRL+X, answering yes when it asks to save the changes. Finally, try restarting your X Windows graphical desktop with the startx command.Code:Section "Device" Identifier "Nvidia Geforce 4" Driver "vesa"Registered Linux user #270181
TechieMoe's Tech Rants
- 06-05-2007 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 93
I tried the above method but it didn't fix the problem. nano was apparently unavailable so I just used edit instead. The result was similar to the problem I had before, in that the comp would not start an x server. I also tried reinstalling the nvidia drivers via the command line (correctly) from known good drivers. This didn't fix the problem either. Becoming more desperate I attempted 'updating' Suse from the original DVD, while this hasn't fixed my problem it has f***ed the bootloader and allowed me access to a dormant install of windows... SuSE is quickly losing my friendship...
Any further ideas?
- 06-05-2007 #4Just Joined!
- Join Date
- Nov 2006
- Location
- Stoney Stanton - England
- Posts
- 78
When I had similiar problems I used the installation dvd and reinstalled all the xorg rpms. This got me up and running again.
- 06-05-2007 #5Just Joined!
- Join Date
- Mar 2007
- Posts
- 93
how do you do that?
- 06-06-2007 #6Just Joined!
- Join Date
- Nov 2006
- Location
- Stoney Stanton - England
- Posts
- 78
start your system up and when you get to the black screen log-on as root. Then type:-
yast2
and press enter
put your dvd in the drive and follow the screens to install the needed rpms.
- 06-08-2007 #7Just Joined!
- Join Date
- Mar 2007
- Posts
- 93
OK, managed to get the system to load the GUI, but now the Nvidia drivers won't install properly. I've tried doing it properly through the command line but although the drivers say they've installed they aren't appearing in Sax...
- 06-08-2007 #8Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote
