Results 1 to 12 of 12

Thread: After Nvidia driver installs, system reboot's to blank screen.

  1. #1
    Join Date
    2013-Mar
    Posts
    1

    After Nvidia driver installs, system reboot's to blank screen.

    I can press c+a+f1 and log in that way so no big deal I lost the gui login. When I type # /etc/init.d/gdm3 start if says failed.
    I have followed two different ideas on what would/should work but have had no luck.
    -from Samiux
    # apt-get install nvidia-detect nvidia-libopencl1 nvidia-opencl-common nvidia-support nvidia-opencl-icd nvidia-visual-profiler nvidia-glx nvidia-installer-cleanup nvidia-kernel-common nvidia-smi nvidia-alternative nvidia-opencl-dev libglx-nvidia-alternatives nvidia-kernel-dkms nvidia-cuda-toolkit nvidia-vdpau-driver nvidia-xconfig glx-alternative-nvidia libgl1-nvidia-alternatives nvidia-settings libgl1-nvidia-glx xserver-xorg-video-nvidia libcublas4 libcudart4 libcufft4 libnpp4 libnvidia-compiler libcuda1 libcuinj4 libnvidia-ml1 libxvmcnvidia1 libcusparse4 libcurand4 python-pycuda-doc python-pycuda-headers python-pycuda nvidia-cuda-doc nvidia-cuda-gdb
    ######### rebuild 2
    # apt-get install nvidia-glx nvidia-kernel-dkms nvidia-xconfig
    Same thing upon reboot both times. No gui login, just blinking _ , but I do have access to files command line. I can work command line if I must, but I'm thinking someone might have a helpfull hint.

    I am running an XPS L702X quad-core, with a gt555m graphics card.

    On another note the card worked in r3 with pyrit

  2. #2
    Join Date
    2013-Mar
    Location
    in the system
    Posts
    13
    I hae tried the same thing and now mine also boots to a blank screen.
    I noticed mine did it after the Xorg configuration and checking the log file at /var/log/Xorg.0.log tells me there is a fatal server error - No screens found

    Anyone have any idea how to fix that?

  3. #3
    Join Date
    2013-Mar
    Location
    in the system
    Posts
    13
    All I did to fix the problem is this:

    Reboot and either use CTRL+ALT+F1 to login to my user or log in via recovery mode in the grub loader.
    Once there I deleted xorg.conf and rebooted. System is back to normal. I'll keep looking for a solution to find the screen though and post here if I do.

    Keep in mind that I never had an xorg.conf before and I have a backup if it needs to be replaced. I suggest making a backup of it before you remove it

  4. #4
    Join Date
    2013-Apr
    Posts
    2
    just rename your xorg.conf and then startx or reboot if you must have your desktop. diagnose the problem, in the event of "no screens found", just add one with the res you want (usually pretty simple though, xorg wasn't meant to be complicated. google is your friend!)

  5. #5
    Join Date
    2013-Mar
    Location
    Canada
    Posts
    5
    Found this in a Debian forum, worked for me for install, had to follow readme for nvidia driver chapter 6 for setup.. but pretty easy to do.

    aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms


    *** Even better yet.. found this right here in the Kali docs section: http://docs.kali.org/general-use/ins...-on-kali-linux
    Last edited by koz; 2013-06-19 at 04:49.

  6. #6
    Join Date
    2013-Jun
    Posts
    13
    http://docs.kali.org/general-use/ins...-on-kali-linux. This is a great help, except I have installed KDE desktop. When I go to ctrl + alt + f1 and attempt to install nvidia driver it fails because x is still running. Looking for answer on how to properly shut down X in kde environment

  7. #7
    ALT+CTRL+F1 or F2
    Login as root
    Rename xorg.conf file.
    Code:
     mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bkp
    Reboot and you'll get your X back. Now you can troubleshoot.

    To find out which X Manager is running:
    Code:
     service --status-all | less
    Once you've identified it, stop it.
    Code:
    service kdm stop (to stop Kde X)
    service gdm3 stop (to stop Gnome X)
    Supported syntaxex service service-name-here {start|stop|restart|reload|force-reload|status}

  8. #8
    Join Date
    2013-Jun
    Posts
    13
    Thanks for the info blackMORE. I had to run the command service kdm stop to fix problem. The nvidia driver installs fine, so it says. If I run the config utility to create xorg.conf I have to delete or more to be able to login kdm. I am still missing something. In r3 I had no problems installing nvidia.

  9. #9
    Join Date
    2014-Aug
    Posts
    2
    here is the solution

    ctrl + alt + f1 login to console

    aptitude install nvidia-xconfig

    wait for installation to complete

    now you can type :

    nvidia-xconfig

    --------------------------------

    reboot

  10. #10
    Join Date
    2017-Jun
    Posts
    2
    Quote Originally Posted by Greek View Post
    here is the solution

    ctrl + alt + f1 login to console

    aptitude install nvidia-xconfig

    wait for installation to complete

    now you can type :

    nvidia-xconfig

    --------------------------------

    reboot
    I tried this, to no avail, BUT, it did bring up the booting processes now, but stops and then entire screen flashes at: "[ OK ] Started User Manager for UID 131", then after 5 minutes quits flashing, but stuck at command prompt at "Started User Manager for UID 131"
    starting to hate Nvidia, but they are the video card monopoly now I guess.... dang I want to get out of the Winblows OS's, but this nightmare is worse

    Kali Linux 2017.3 64bit
    AMD Phenom4 processor
    Dual boot Kali/Win7
    Nvidia GT545
    6gig DDR3

    Hello, why are these Nvidia drivers so hellbent on screwing up Linux OS's?? Just put Kali 2017.3 here on an AMD 4-core Phenom9850 processor/AMD board. Have a Nvidia GTX545 in it. As with everyone else apparently, as soon as I installed Nvidia/Cuda package, after reboot, got the black screen (no cursor), but apparently the systems running because my shared internet connection is still working on this winblows laptop. My Linux expertise is minimal, only playing w/ it for a couple months now. I see where people say log-in with Ctrl+Alt+F1,...where do ya do this at??, I get no response. It's a dual boot system (w/ Winblows), I get the normal login, can boot to winblows, but select Linux, , it goes black, I can tell it's a resolution problem me thinks. I go to recovery, but just get a prompt after password...clueles what to do after that. Is there a certain time when to hit Ctrl+Alt+F1?? ...or is there anyway to get me back to a desktop? Thanks
    Last edited by darkit; 2018-01-26 at 19:46. Reason: Merging posts

  11. #11
    Join Date
    2017-Jun
    Posts
    2
    Update: while trying to figure out which solution to try with the 101 "solutions" out there, I tried installing dmlight, and now I at least have a log-in and a desktop, but the default kali background is only about 1/2 showing on the right of screen, and theres nothing on the desktop, no task bar either. I can right click terminal and pullup firefox through terminal only.

    lspci -nn | egrep -i 3d|display|vga
    VGA compatible controller [0300]: NVIDIA Corporation GF116 [GeForce GT545 OEM] [10de:1241] (rev a1)

    nvidia-smi fails because it cant communicate with the NVIDIA driver

    hashcat -I
    only thing comes up is "Device ID #1....and it just lists my CPU pthread - AMD Phenom 9850

    Hope this helps with my needing help ..Thanks

  12. #12
    Join Date
    2018-Feb
    Posts
    2
    I just tried installing nvidia legacy drivers for an 8800 GT and blacklisted noveau, after rebooting the system, an error screen would appear saying that there was an error and I should log out and try again.
    In that very moment I realized that there was a conflict because of the non existence of the Xorg.config file, the presence of the nvidia drivers and the noveau drivers being blacklisted. So in order to be able to log in again I had to delete all nvidia related files and un-blacklist noveau.

    While on the error screen press Ctrl + Alt + F2 keys combination.
    Then,
    This should purge all nvidia files
    Code:
    #sudo apt-get remove --purge nvidia-*
    If there is an error run this:
    Code:
    #sudo dpkg --configure -a
    Then we force load the noveau driver on the next reboot
    Code:
    #echo 'noveau' | sudo tee -a /etc/modules
    Then reboot the system and you should be able to normally boot.

Similar Threads

  1. Nvidia update - reboot stuck on dash screen
    By hiren in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-11-28, 22:04
  2. Nvidia 460 gtx install driver + nvidia-settings black screen
    By zero-z in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2013-08-28, 03:30
  3. nVdia Driver blank screen please help !!! :(
    By shadowfirex in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2013-05-02, 03:51

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •