I recently installed Fedora 36, XFCE spin and I can’t seem to get my Nvidia card working. I followed the instruction on RPM fusion and when I type /sbin/lspci | grep -e 3D it does show my Nvidia GPU.
I installed Envycontrol to switch between my Intel gpu and Nvidia. I can switch to integrated mode and hybrid mode with no problem. When I switch to nvidia, after a restart, I get a black screen.
I tried the following:
sudo dnf upgrade
sudo akmods --force && sudo dracut --force
That didn’t work.
Are you using wayland or xorg?
Do you have secure boot enabled or disabled?
Are the kernel modules loading? (apparently not if nouveau is being used)
Please post the output of the following in </> preformatted text tags. dmesg | grep -iE 'secure|nvidia|nouveau' dnf list installed *nvidia* lsmod | grep -iE 'nouveau|nvidia'
Your title says (Nvidia module missing falling back to nouveau)
Your last post with the info I asked for shows that nvidia is clearly installed and loaded, with nouveau not loaded.
Please exactly explain the issue. (and if possible change the title to properly display the problem)
It appears you installed envycontrol from some place other than a fedora repo thus it is likely that the software does not function properly on fedora.