Results 1 to 3 of 3

Thread: Nvidia Driver issue after logging in

  1. #1

    Nvidia Driver issue after logging in

    After I log into kali my screen freezes on a gray screen with static in the upper left corner. The problem seems to be driver related to my graphics card(Nvidia 960M) after I've updated to 2018.2 and kernel 4.17. I'm using the 64-bit kali. There isn't any error message, but it locks up after I enter the password during log in. I'm able to enter recovery mode and tried purging nvidia, and when I try to reinstall it it tell me "nvidia-updates-current is an invalid installation candidate"

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    I bet you have an Optimus laptop and this hybrid system doesn't always work well. I suggest to stick with the intel card for now and boot with nouveau.modeset=0

  3. #3
    Join Date
    2018-Oct
    Posts
    2
    Quote Originally Posted by confused_lemon View Post
    After I log into kali my screen freezes on a gray screen with static in the upper left corner. The problem seems to be driver related to my graphics card(Nvidia 960M) after I've updated to 2018.2 and kernel 4.17. I'm using the 64-bit kali. There isn't any error message, but it locks up after I enter the password during log in. I'm able to enter recovery mode and tried purging nvidia, and when I try to reinstall it it tell me "nvidia-updates-current is an invalid installation candidate"
    i was having same problem but it was fixed after doing that:


    sudo nano /etc/default/grub
    Change line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
    Ctrl-X, press Y and then Enter to save and exit.
    sudo update-grub
    Reboot and you should no longer have the black screen problem.



    edit: better way
    --------------------------
    * apt-dist upgrade
    * on /etc/modprobe.d/nouveau.blacklist.conf add blacklist nouveau
    REBOOT
    * apt-get install libcuda-ml1libnvidia-ml1 --no-install-recommends -y
    * DONT REBOOT
    *edit /etc/modprobe.d/nvidia.conf and comment out where it says: "remove-nvidia-current rmmmood nvidia nvidia-uvm" if that file not exist just ignore it
    apt-get install nvidia-kernel-amd4 nvidia-kernel-common nvidia-kernel-dkms
    REBOOT



    now u can remove the text on grub acpi=off and reboot=pci
    Last edited by azamet; 2018-10-16 at 06:24.

Similar Threads

  1. Replies: 1
    Last Post: 2016-02-24, 04:37
  2. Nvidia Driver and linux-headers-3.14-kali1-amd64 Issue
    By lillypad in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2015-03-06, 00:54
  3. Replies: 0
    Last Post: 2013-07-31, 23:14

Posting Permissions

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