NVIDIA X server settings is displaying empty window

50,674

Solution 1

I had the same problem. The reason was in the version of the nvidia-settings utility. I used https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers to install drivers. Run the command to list installed packages:

dpkg -l | grep nvidia-

she brought out:

ii nvidia-compute-utils-430 430.26-0ubuntu0 ~ gpu19.04.1 amd64 NVIDIA compute utilities
ii nvidia-dkms-430 430.26-0ubuntu0 ~ gpu19.04.1 amd64 NVIDIA DKMS package
ii nvidia-driver-430 430.26-0ubuntu0 ~ gpu19.04.1 amd64 NVIDIA driver metapackage
ii nvidia-kernel-common-430 430.26-0ubuntu0 ~ gpu19.04.1 amd64 Shared files used with the kernel module
ii nvidia-kernel-source-430 430.26-0ubuntu0 ~ gpu19.04.1 amd64 NVIDIA kernel source package
ii nvidia-prime 0.8.10 NVIDIA's Prime all Tools to enable
ii nvidia-settings 418.56-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver
ii nvidia-utils-430 430.26-0ubuntu0 ~ gpu19.04.1 amd64 NVIDIA driver support binaries
ii xserver-xorg-video-nvidia-430 430.26-0ubuntu0 ~ gpu19.04.1 amd64 NVIDIA binary Xorg driver

The apt search nvidia-settings command confirmed that there is only a version of nvidia-settings / disco, now 418.56-0ubuntu1 amd64.

Solution, deleted all nvidia by using:

apt purge *nvidia*

Download the latest driver from: https://www.nvidia.com/object/unix.html After installing the driver from the .run file, the settings are opened normally.

Solution 2

Running this command made the trick for me:

sudo prime-select nvidia

Source: https://forums.linuxmint.com/viewtopic.php?t=294384

Solution 3

I found a solution for this issue. The driver isn't initializing, but the secure boot (SB) doesn't need to be disabled. If you correctly configure the SB on your computer, after installing the driver, a window opens asking for a password. Set your password. After finishing the setup, reboot your PC.

After a few seconds, a blue screen appears, press enter and select the first option (I don't remember what says, but is a thing with MOK, KOM, whatever). It asks for a password, write the password that was set up before, and reboot.

Share:
50,674
Amuoeba
Author by

Amuoeba

Updated on September 18, 2022

Comments

  • Amuoeba
    Amuoeba over 1 year

    I have problems with running NVIDIA X server settings to adjust GPU fan speeds. When launching the utility it only opens an empty window like this:

    Blank window

    Below is additional info from nvidia-smi utility and lsb_release -a:

    nvidia-smi image

    Ubuntu version:
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 18.04.1 LTS
    Release:    18.04
    Codename:   bionic
    

    I will be happy to hear any tips about what could be the reason for this kind of behaviour.

  • bertieb
    bertieb about 5 years
    Welcome to Super User! Why would disabling secure boot fix the problem here?
  • Sulten
    Sulten about 5 years
    I had the same problem after upgrading CPU and MOBO. Something about secure boot was preventing the driver from initializing. I deleted the keys and disabled secure boot and it corrected the issue.
  • Supamee
    Supamee about 5 years
    I already had secure boot disabled and still had this issue
  • Max Tkachenko
    Max Tkachenko almost 5 years
    I think it's a bug in 410 driver. Also I can't use any external video outputs.
  • Ali Tou
    Ali Tou over 4 years
    That apt purge * nvidia * can be super harmful and wrong. I don't know what did you mean by this.
  • Радогор
    Радогор over 4 years
    You are right, in my message the error should be apt purge *nvidia* and of course you need to be careful and see what is proposed for removal.
  • Ali Tou
    Ali Tou over 4 years
    So please fix your post to avoid people making mistakes. And Merry Xmas.
  • immerzl
    immerzl about 4 years
    This was the helpful answer in my case. I was installing Ubuntu 19.10 on a new laptop (with Nvidia graphics card). In the Ubuntu installation, I enable the installation of 3rd party drivers and provided a password for secure boot. The reboot after installation brings you into the MOK manager. In my first attempt I ignored this and continued to boot. The Nvidia X server window was empty. After reading this, I redid the installation but now I paid more attention to the MOK manager, I accepted the new key. Now the Nvidia X server app is working. THANKS.
  • l00k
    l00k about 3 years
    If you don't see settings after changing performance profile - this solutions works.
  • liutis
    liutis almost 3 years
    Thanx. I got the same problem with second monitor. I made apt purge *nvidia* and installed new drivers as normal with sudo ubuntu-drivers autoinstall. Fixed.
  • Toto
    Toto over 2 years
    Can you elaborate on this a litle more?