Results 1 to 4 of 4

Thread: nvidia-settings outputs "ERROR: Unable to load info from any available system"

  1. #1
    Join Date
    Sep 2021
    Beans
    2

    nvidia-settings outputs "ERROR: Unable to load info from any available system"

    I have Ubuntu 20.04.3, I installed nvidia-drive-470, my video card is GTX 1050Ti.
    As I said in title nvidia-settings outputs
    Code:
    ERROR: Unable to load info from any available system
    
    
    (nvidia-settings:8026): GLib-GObject-CRITICAL **: 11:41:14.621: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
    ** Message: 11:41:14.623: PRIME: No offloading required. Abort
    ** Message: 11:41:14.623: PRIME: is it supported? no
    and the nvidia-settings window is empty. The graphics in my system details is "llmvpipe (LLVM 12.0.0,256 bits)" instead of my graphics card.


  2. #2
    Join Date
    May 2010
    Beans
    3,247

    Re: nvidia-settings outputs "ERROR: Unable to load info from any available system"

    If the system has that switching GPU nonsense then try:
    Code:
    prime-run nvidia-settings
    Does that help any?

  3. #3
    Join Date
    Sep 2021
    Beans
    2

    Re: nvidia-settings outputs "ERROR: Unable to load info from any available system"

    Quote Originally Posted by ActionParsnip View Post
    If the system has that switching GPU nonsense then try:
    Code:
    prime-run nvidia-settings
    Does that help any?
    This outputs
    Code:
    prime-run: command not found

  4. #4
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: nvidia-settings outputs "ERROR: Unable to load info from any available system"

    fab1can - Hello

    Seems that the driver (module) is not loaded. What method did you use to install the driver ?
    What have we available to work with - post the outputs of terminal commands:
    Code:
    sudo lshw -C display
    lspci -k | grep -iEA5 'vga|3d'
    dpkg -l | grep -i nvidia
    From these diagnostics we see what it will take to make things right.

    all in the process
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

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
  •