Results 1 to 5 of 5

Thread: Nvidia driver not loaded

  1. #1
    Join Date
    May 2019
    Beans
    1

    Nvidia driver not loaded

    OK I solved the problem following these instructions:

    $ sudo apt-get remove --purge '^nvidia-.*'
    $ sudo apt-get autoremove
    $ sudo rm /usr/share/X11/xorg.conf.d/20-intel.conf
    $ sudo rm /etc/X11/xorg.conf
    $ sudo rm /var/log/Xorg.*
    $sudo apt install nvidia-prime
    $ sudo prime-select nvidia
    $ grep blacklist /etc/modprobe.d/* | grep nvidia
    sudo rm /etc/modprobe.d/blacklist-framebuffer.conf
    $ sudo rm /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
    $ grep blacklist /lib/modprobe.d/* | grep nvidia
    $ sudo rm /lib/modprobe.d/blacklist-nvidia.conf
    $ sudo rm /lib/modprobe.d/nvidia-graphics-drivers.conf
    $ sudo apt-get install nvidia-driver-430
    $ sudo reboot

    Hello guys. I am here because I hope that somebody will hopefully help me. I have a laptop with Inte UHD graphics and also Nvidia MX150 graphics.
    So during the clean installation of Ubuntu 19.04 I checked that I want to use proprietary graphics driver for my Nvidia graphics card. After the installation I would able to see the Nvidia-settings and open it, but it always tells me that the nvidia driver is not loaded.


    I also tried the installation of the newest 430 driver with disabled secureboot from ppa sources, but unfortunately it is always like this. Yesterday I tried to install the driver from the run package which I downloaded from the Nvidia website, but it fails at DKMS error, so I tried to blacklist the Nvidia Nouveau driver, which I think I succesfully done, but it the result of the installation was the same with DKMS error.
    Now I am really desparated and sad, that an easy task like this is just not working. The Ubuntu always uses my Intel Graphics instead, which is sad because I occasionally play games via Steam....

    Anybody here, who can help me figure this out please? Also I am including the Nvidia Bugreport.
    Attached Files Attached Files
    Last edited by vippo91; May 20th, 2019 at 10:43 AM. Reason: Solved

  2. #2
    Join Date
    Jan 2019
    Beans
    40

    Re: Nvidia driver not loaded

    Thanks, this solution at the top worked for me! I have Ubuntu 19.04 installed with a NVIDIA Corporation GP107 [GeForce GTX 1050] card. Not that I fully understand the solution, but it works!

    On a freshly installed PC with Ubuntu 18.10, I had to run the following command as well, before I could install the 430 driver:

    sudo add-apt-repository ppa:graphics-drivers/ppa

    Unfortunately, I could not reproduce the installation on a freshly installed system.

    However, I found a suitable fix at entry #19 of https://bugs.launchpad.net/gdm/+bug/1798790

    Try this as a workaround: edit /etc/gdm3/custom.conf
    and uncomment the line:
    #WaylandEnable=false
    Last edited by hgkrug1; May 28th, 2019 at 01:12 PM.

  3. #3
    Join Date
    Jan 2018
    Beans
    8

    Re: Nvidia driver not loaded

    Ubuntu 19.04, nvidia-418: The solution for me was to set the primary display in the PC BIOS to Auto, instead of Nvidia. The bios mentioned that if NVIDIA is selected, the Intel GPU is also active. If you don't have that bios option: Nvidia Optimus: https://wiki.archlinux.org/index.php...splay_Managers

  4. #4
    Join Date
    Sep 2011
    Beans
    4

    Re: Nvidia driver not loaded

    I have 2 dedicated nvidia GFX cards, not a hybrid so I don't use prime or the like. However, after I added that same ppa and tried to install nvidia-driver I too got the same errors. What fixed it for me was to install "xserver-xorg-video-nvidia-430". Again, I'm not on prime, so my fix may or may not help.

    Good luck.

  5. #5
    Join Date
    Jul 2010
    Beans
    2

Tags for this Thread

Bookmarks

Posting Permissions

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