Results 1 to 10 of 13
Hi gang,
I just installed an nVidia driver for my Dell laptop running the latest flavor of Ubuntu (Lazy Lynx, or whatever it's up to). After it rebooted, the screen ...
- 09-12-2010 #1Just Joined!
- Join Date
- May 2004
- Location
- Southern California
- Posts
- 47
[SOLVED] Installed nVidia driver...lost all video
Hi gang,
I just installed an nVidia driver for my Dell laptop running the latest flavor of Ubuntu (Lazy Lynx, or whatever it's up to). After it rebooted, the screen came up black. I have no video. How do I get rid of this driver and get my video back???
Mike
- 09-12-2010 #2
Hmmm, that's weird. If you have an Nvidia card, you should be good to go. But for now put the Live CD in and boot it, mount your root partition. If root partition is at say... /dev/sda3 you'd do from a terminal as sudo:
Once mounted, edit /etc/X11/xorg.conf:Code:mkdir /mnt/sda3 mount /dev/sda3 /mnt/sda3
Find the line under "Device" where it says:Code:gedit /mnt/sda3/etc/X11/xorg.conf
...and change it to:Code:Driver "nvidia"
If it still fails, try:Code:Driver "nv"
If it threw you any error messages, post them here please.Code:Driver "vesa"
- 09-12-2010 #3
Older cards may require older drivers Gentoo Linux nVidia Guide - Compatibility
What card you have?
- 09-12-2010 #4
Post the output of this
Code:lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-12-2010 #5Just Joined!
- Join Date
- May 2004
- Location
- Southern California
- Posts
- 47
- 09-12-2010 #6Just Joined!
- Join Date
- May 2004
- Location
- Southern California
- Posts
- 47
No joy on this command line sequence
Hi Dapper,
I booted with my older Ubuntu CD, opened a terminal window, and I had no problems with the mkdir /mnt/sda3 line but the second line, "mount /dev/sda3 /mnt/sda3 didn't work because the /dev directory doesn't have a folder called sda3. I didn't get any further than that.
Do I need to create a directory in the /dev directory?
Thanks.
Mike
- 09-12-2010 #7
When you boot to the black screen, do you get a log in prompt when you press Ctrl + Alt + F1?
If you do log in as yourself and run the commands
cd /etc/X11
sudo nano xorg.conf
and try Dan's suggestions about the driver line in there.If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 09-12-2010 #8
sda3 was as an example... sorry if that wasn't clear. You are going to mount where your root partition is. If you don't know, do:
That's with a small "L" not a "one."Code:fdisk -l
...and see if it clues you in. I'm presuming the black screen you say you have means you have absolutely nothing, not even a command line prompt. After booting from hard drive, try Ctrl + Alt + F1 and see if you can get a command line prompt. Then you can edit xorg.conf without having to mount from a live CD.
Edit: elija faster on the draw...
- 09-13-2010 #9Just Joined!
- Join Date
- May 2004
- Location
- Southern California
- Posts
- 47
Praise the Lord and pass the ammunition!!! I was able to get a command line with CTRL+ALT+F1 and changed the xorg.conf file driver to read "nv" and then did a >sudo shutdown -r now and it fired right up!!
Thanks so much for all of your help...ALL OF YOU!! Slowly but surely I'm learning this stuff (I keep a notebook full of notes and these posts are now in it too!).
Now, that leads me right into what caused this problem in the first place and perhaps you can shed some light on this because it's the whole reason I had to post the original question. I opened up the System>Preferences>Appearance menu and it gives me three options: None, Normal, and Extra. It defaults to None. It's when I selected "Normal" that it looked for the driver and I asked it to install the nVidia driver it said I needed. Well, now I have the thing working again but I still can't get anything other than "None". When I try to select "Normal", it says the system is unable to do it. Any ideas on that one?
Thanks.
Mike
- 09-13-2010 #10
Check Hardware Drivers in Administration Menu of Ubuntu. If it lists Nvidia Graphics card and suggests driver installation, go for it.
"nvidia" driver works better than Linux native "nv" driver. In any case, you can set driver "nv" any time.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



