Nvidia Driver Install Black Screen
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. Mar 10, 2019 Installing the nvidia-driver-418 and restarting the machine creates the same black screen after the login page. As other users here, switch to other tty is not possible. Only remote ssh connection allows operations on the machine. After another uninstall everything works fine with opensource drivers. Jul 29, 2019 The official.deb (local) works, but only after you install the graphics-drivers ppa version of nvidia-driver-418. ```sh sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update sudo apt-get install nvidia-driver-418 ``` Then reboot. You should not have a permanent black screen and you should be able to use nvidia-smi. Dec 06, 2018 Fix for failure NVIDIA Web Driver on High Sierra, black screen, panics. Thread starter iLikeHackintosh; Start date Oct. So your next step is to install NVIDIA Web drivers and instead of having nice and smooth picture you got black screen or infinite reboot loop. If you upgraded from Sierra and have updated Sierra several times you might. Black screen when updating nvidia driver to latest version. However, if i try to update the drivers to the latest version, 365.10, during installation the display goes black and won't come back until i restart the PC. How to Solve blank screen problem after installing/ updating Graphics Driver Shafin Hasnat. Windows 7 AMD Video Driver Black Screen Fix. How To Fix ALL Nvidia Driver Issues. Ubuntu – black screen on ubuntu laptop after installing nvidia drivers I’m running Ubuntu on my Lenovo Y50 laptop, with a Nvidia GPU. And every time I do an update (or restart it?), I see the Ubuntu logo, hear the chime to log in, and then see a blank black screen, or a small white dot in the upper corner.
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?
16 Answers
Remove all Nvidia-related packages
Log in to a terminal: Ctrl+Alt+F1 (terminal is visible with a blank screen)
sudo apt-get remove --purge nvidia-*
Start from scratch
sudo apt-get remove --purge xserver-xorg-video-nouveau xserver-xorg-video-nv
Reinstall everything
sudo apt-get install nvidia-commonsudo apt-get install xserver-xorg-video-nouveausudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
Reconfigure the X server
sudo dpkg-reconfigure xserver-xorg
Source: Ubuntu Wiki
- 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.
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 /etc/X11/xorg.conf file
Now check your /var/log/Xorg.0.log file.
If you find an error like this:
Then you can resolve it by adding this line to the device section
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:
Themes of microsoft powerpoint 2016 free download. 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.
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.
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.
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).
RinzwindRinzwindInstead 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.
Wolf F.Wolf F.Try in /etc/default/grub:
Replace '1680x1050x32 with your native resolution (to get it run vbeinfo in the grub console when booting).
Nvidia Driver Install Black Screen Linux
Then in /etc/grub.d/00_header:
Update grub:
sudo update-grub
Might work..
con-f-usecon-f-useTry acpi=off. That solved my booting into blank screen issue for Ubuntu 11.10.
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
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.
The biggest trouble I had was getting a Macbook Pro to install the Nvidia drivers!!!
The solution is to change the Master Boot Partition to REMOVE EFI and go with Legacy MBP.
This is discussed on a few webpages but is not so easy to follow.
Using this idea, I booted from a Live CD and then using Gparted removed the EFI boot partition, changed it from EFI to FAT32 and then using Boot-Repair rebuilt it as a legacy boot using the main Partition with 13.04 64 bit installed
---WARNING BACK UP YOUR DATA FIRST. YOU COULD SCREW UP EVERYTHING ON YOUR HDD ---
Insert Live CD - Boot up as try UbuntuRun Gparted - Change EFI boot partition from EFI to FAT32.
open a new Terminal, then type:
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
Press Enter.
Then type:
sudo apt-get install -y boot-repair && (boot-repair &)
In boot repair select ADVANCED OPTIONS
Uncheck Use the Standard EFI File under main optionsUncheck Separate /boot/efi partition under GRUB LOCATION
follow prompts on how to use the legacy Boot loader that Boot Repair will give you.
Now install and load the NVidia drivers as many post
I used the method 2 on this page http://www.dedoimedo.com/computers/ubuntu-ringtail-nvidia.html
I was working on this for probably 18 hours and tried EVERY option available. I mean every possibly way to install these friggin drivers, and this was the only solution that works for the Macbook Pro 7.1 Running 13.04 with Nvidia_current (nvidia_304)
I've tried everything here and the solution for me was to switch to lightdm, works perfectly now!
Nvidia Driver Install Black Screen Windows 10
Just install clear ubuntu (no updates, no software) connect with internet, download your driver and install and reboot! Worked for me! Thanks for my neighbour!!! (that was his idea)
protected by Community♦Dec 11 '13 at 1:48
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
