I've installed the current nvidia restricted driver and rebooted my machine and now I get a black or blank screen.
How can I fix this?
|
I've installed the current nvidia restricted driver and rebooted my machine and now I get a black or blank screen. How can I fix this? |
|||||
|
|
Remove any Drivers that may be causing the issue, open the terminal and type ( open it from the dash, using the ubuntu icon on the left corner)
or
(Depending on which one you have installed) or deactivate them from the restricted driver settings. reboot. then on a terminal type this:
reboot. |
|||||||||
|
Remove everything to do with the Nvidia proprietary drivers.
Start from scratch.
Reinstall all the things!
Reconfigure the X server.
Source: Ubuntu Wiki |
||||
|
|
Maybe Ubuntu IT'S working but using another card output. For me, my nVidia GeForce 7300 has 2 output, a VGA and a DVI. It seems like the default output when you install the drivers is to DVI but I don't have a DVI monitor so I managed to get to Recovery Mode (available in GRUB when you boot) and type this:
Now Reboot. This command directs the same graphics to both outputs. From there on, you can keep experimenting with this nVidia utility until you get what you want. For more information type:
Hope that helps. |
|||
|
|
|
I agree with Wolf above. Have you tried the open source drivers? And how did you install the restricted driver? I just installed a new Nvidia card similar to yours and installed the restricted driver by following this tutorial and everything worked out great. This page shows to methods, one using a GUI and the other via terminal but with only three needed commands. Install Proprietary/Restricted Drivers |
|||
|
|
|
Regarding the topic title: What is the current restricted nvidia driver version used in Ubuntu natty? You can find anything about releases, versions, bugs, requested features on Launchpad. To understand what it is about you can take their tour. The question about the latest version of the nVidia driver can be found on “nvidia-current” binary package in Ubuntu Natty i386. So as of 2011-04-20 the latest version is 270.41.06-0ubuntu1. But that is not necessarily the recommended one. The latest one for me always seems buggy (like 'tearing' etc). |
||||
|
|
|
Does that thread on Ubuntu Forums help you? In short, it seems that the linux-header packages for some of the kernels (notably the PAE kernels) are not properly installed, and the nvidia driver compilation fails silently when installing the nvidia packages. |
|||
|
|
|
Instead of using nvidia-current you should really try to use an older nvidia driver e.g. the 173.xx. This solved the problem for me. Just start jockey-gtk and chose the 173.xx driver. Than reboot your system. |
|||
|
|
|
Try in
Replace "1680x1050x32| with your native resolution (to get it run Then in
Update grub: sudo update-grub Might work... |
|||
|
|
Try |
||||
|
|
I got a blank screen as well, but this was on a laptop with and nVidia optimus card 4200m. Optimus does not seem to be supported well on Ubuntu. I had to disable optimus from the bios and then reinstall the nividia driver. More here if you want to read http://developerslog.org/?p=69 |
|||
|
|
Press Alt+Ctrl+F1 to get to tty1 (terminal), then run this:
That will remove any nvidia driver packages. If that still doesn't work, try this also:
That will remove a corrupted xorg configuration file if it exists. You will need to reboot after finishing these commands. (Ctrl+Alt+del) PS. If you have an nvidia optimus card, do not install the x-swat or any other nvidia drivers. The best working drivers for nvidia optimus cards come from the bumblebee project. |
||||
|
|
|
This happened to me when running an AMD cpu: Learned it was an IOMMU/AMD -v Bug = Incompatible with Nvidia. Disabling Virtualization bios settings fixed this. |
||||
|
|
|
In my case it was a problem with the monitor giving my Nvidia GPU a bad EDID To debug your error, you can add this line to the screen section in the the
Now check your If you find an error like this:
Then you can resolve it by adding this line to the device section
|
||||
|
|
|
I was getting a black screen when booting. I have a NVIDIA 6200 graphics card. Renaming xorg.config and rebooting worked for me. The xorg.config file created by nvidia-xconfig: version 304.51 (buildmeister@swio-display-x86-rhel47-06.nvidia.com) was causing the problem. |
||||
|
|