Results 1 to 7 of 7

Thread: Problem with nvidia driver on 19.10

  1. #1
    Join Date
    Nov 2019
    Beans
    45

    Problem with nvidia driver on 19.10

    I've installed 19.10 and the drivers for my nvidia 1050Ti graphics card seem to have installed OK from the iso. When I check "additional drivers" I see that I am using nvdia driver 440 which should be the latest one for my graphics card, there are several other nvidia drivers listed as well as the nouveau driver.

    However when I run nvidia-smi from the terminal i get the error "
    NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running."
    I use Blender and when I try to choose my nvidia card for rendering, Blender says no gpu found.

    I tried removing and reinstalling the nvidia drivers but still the driver does not seem to be running.

    The Xserver is set to the nvidia card. When I run lspci | grep NVIDIA I get "01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)" so I think the card is seen. I ran nvidia-settings from the terminal to be sure it is set to my card. i disabled secure boot and reinstalled drivers again. but still get the same error when running nvidia-smi.

    I just left Windows 10 to switch to Ubuntu and could really use some guidance to get my graphics card working. Any help will be greatly appreciated.

    Thanks,

    Bob

  2. #2
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    3,988
    Distro
    Xubuntu

    Re: Problem with nvidia driver on 19.10

    Is this a laptop or desktop? If a laptop, they sometimes have 2 graphics cards in them and will normally run on the lower power Intel card. Check in your BIOS and see if you can disable that card so that you will only use the Nvidia card.

  3. #3
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Problem with nvidia driver on 19.10

    Good point.

    The output from
    Code:
    sudo lshw -C video
    will show if there are one or two cards and the drivers in use.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  4. #4
    Join Date
    Nov 2019
    Beans
    45

    Re: Problem with nvidia driver on 19.10

    i am running on a laptop. The output I get from sudo lshw -C video is pasted below. I notice that the nvidia card says "unclaimed" with "physical id=0"

    *-display UNCLAIMED
    description: 3D controller
    product: GP107M [GeForce GTX 1050 Ti Mobile]
    vendor: NVIDIA Corporation
    physical id: 0
    bus info: pci@0000:01:00.0
    version: a1
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: latency=0
    resources: memory:a3000000-a3ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:4000(size=128) memory:a4000000-a407ffff
    *-display
    description: VGA compatible controller
    product: UHD Graphics 630 (Mobile)
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 00
    width: 64 bits
    clock: 33MHz
    capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:136 memory:a2000000-a2ffffff memory:80000000-8fffffff ioport:5000(size=64) memory:c0000-dffff

  5. #5
    Join Date
    Aug 2007
    Location
    Canada
    Beans
    459
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Problem with nvidia driver on 19.10

    https://docs.blender.org/manual/en/l...?highlight=gpu

    apt-get install nvidia-cuda-toolkit
    Best, Gnusci

    "Never make a calculation until you know the answer." -- Wheeler, Spacetime Physics, pg 60.

  6. #6
    Join Date
    Nov 2019
    Beans
    45

    Re: Problem with nvidia driver on 19.10

    Thanks for the tip, Gnusci, my nvidia card is on the supported list of the blender manual. i am using Blender 2.81 and it still says no GPU found.

    I installed the nvidia cuda toolkit but I still get the error. Is there something I need to configure in the toolkit? If so, I don;t see a way to do that.

    sudo bvidia settings returns:

    ERROR: NVIDIA driver is not loaded


    ERROR: Unable to load info from any available system


    (nvidia-settings:4379): GLib-GObject-CRITICAL **: 12:58:17.846: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
    ** Message: 12:58:17.848: PRIME: Requires offloading
    ** Message: 12:58:17.848: PRIME: is it supported? yes

    and nvidia-smi still says that that the driver isn't running


    I beginning to think I might have to reinstall 19.10 again and start over.

  7. #7
    Join Date
    Nov 2019
    Beans
    45

    Re: Problem with nvidia driver on 19.10

    The step I was missing was to enroll MOK on reboot. When I rebooted and rentered my password the nvidia 440 driver was recognized. Thanks to Gnusci and mörgæs for the suggestions.

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
  •