Hi,
today I updated to f32 and decided to install nvidia drivers. By looking at this guide Howto/NVIDIA - RPM Fusion I executed these commands
sudo dnf update -y
sudo dnf install akmod-nvidia
sudo dnf install xorg-x11-drv-nvidia-cuda
And after that I got this output from the command
$ lspci -k | grep -A 2 -E “(VGA|3D)”
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Acer Incorporated [ALI] Device 0835
Kernel driver in use: i915
–
01:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)
Subsystem: Acer Incorporated [ALI] Device 0836
Kernel modules: nouveau, nvidia_drm, nvidia
I think it looks right but if I try to open nvidia-settings or nvidia-smi nothing happens. If a game is started I see that the integrated GPU is used (Intel) not nvidia.
Do you have any ideas how to fix this issue.