Hi,
I installed the nvidia driver using the process described in this page. And the video driver doesn’t seem to load properly.
Half of the time after boot, nvidia X Server settings show only the basic info but not the configurations.
Through journalctl
I found logs that indicates nvidia driver wasn’t loaded properly
...
Mar 19 23:21:37 fedora /usr/bin/nvidia-powerd[1160]: Found unsupported configuration. Exiting...
...
Mar 19 23:21:38 fedora systemd[1]: nvidia-fallback.service - Fallback to nouveau as nvidia did not load was skipped because of an unmet condition check (ConditionPathExists=!/sys/module/nvidia).
...
These don’t look like what should be happening, though I have no reference so maybe they are alright? The full boot log is here if you need to see more.
Are these normal behaviour, what should I do next to try to fix this? I also found online that some people say I should switch from Wayland to X11, and that supposed could fix the issue. Should I try that? Would that cause any other issues?
Here are some other info I hope can be useful. As you can see, the driver seems to be installed properly.
ythan@fedora:~$ modinfo -F version nvidia
550.54.14
than@fedora:~$ dnf list installed \*nvidia\*
Installed Packages
akmod-nvidia.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
kmod-nvidia-6.7.9-200.fc39.x86_64.x86_64 3:550.54.14-1.fc39 @@commandline
nvidia-gpu-firmware.noarch 20240312-1.fc39 @updates
nvidia-modprobe.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
nvidia-persistenced.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
nvidia-settings.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-cuda.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-cuda-libs.i686 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-cuda-libs.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-kmodsrc.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-libs.i686 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-libs.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-power.x86_64 3:550.54.14-1.fc39 @rpmfusion-nonfree-nvidia-driver
lsmod | grep -iE "nvidia|nouveau"
nvidia_drm 126976 28
nvidia_modeset 1605632 5 nvidia_drm
nvidia_uvm 6651904 0
nvidia 60362752 135 nvidia_uvm,nvidia_modeset
video 77824 2 i915,nvidia_modeset