I am using Fedora 30 with KDE environment. I have installed drivers through RPMFusion. Although drivers have been installed via dnf, but when I run nvidia-settings, I get this:
[sntshk@localhost ~]$ nvidia-settings
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
And this with nvidia-smi:
[sntshk@localhost ~]$ nvidia-smi
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 also tried nvidia-xconfig for new configuration. But after reboot, it stuck with the cursor on the top left side of the screen.
If there is any more information needed, please ask.
You have secure boot enabled, so the nvidia driver can’t be loaded since it isn’t signed. Please disable secure boot in bios.
Furthermore, nouveau still loads, please create/edit /etc/modprobe.d/blacklist.conf adding
Dear Sir, i installed the nvidia driver NVIDIA-Linux-x86_64-430.14 on Dell Inspiron 7460, but when run nvidia-settings show this message : ERROR: Unable to load info from any available system.
root@coruscant Downloads# uname -a
Linux coruscant.localdomain 5.0.17-300.fc30.x86_64 #1 SMP Mon May 20 15:36:26 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
root@coruscant Downloads# lspci |grep -E ‘VGA|3D’
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940MX] (rev a2)
root@coruscant Downloads# nvidia-smi
Sun May 26 20:16:13 2019
±----------------------------------------------------------------------------+
| NVIDIA-SMI 430.14 Driver Version: 430.14 CUDA Version: 10.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce 940MX Off | 00000000:01:00.0 Off | N/A |
| N/A 44C P0 N/A / N/A | 0MiB / 4046MiB | 0% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
EDIT: Don’t blacklist nouveau as others said, It’s totally pointless , nouveau is disabled by others means using the “RPM Fusion” package. (but the secure boot has to be disabled for nvidia to be in a working state).
Hello, I am experiencing a similar problem as the OP but blacklisting nouveau and disabling secure boot have not fixed my problem. On startup my screen shows “nvidia kernel module missing falling back to nouveau”.
I have installed nvidia graphics drivers using rpmfusion (akmod-nvidia) however when i run nvidia-smi I get the error “command not found”.
Here is Nvidia-settings:
[alex@Alex-PC ~]$ nvidia-settings
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
Here is the lspci:
[alex@Alex-PC ~]$ lspci | grep NVIDIA
01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 3GB] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
By reading your bug log, the Nvidia driver is not correctly installed and nouveau is still active.
Please follow this instruction here → Howto/NVIDIA - RPM Fusion