On a laptop Acer Nitro 5 with Nvidia GeForce GTX 1650, I’ve updated to Fedora 41 and followed these instructions here: https://rpmfusion.org/Howto/NVIDIA
All went fine but after reboot it still uses Mesa Driver on Wayland .
Can someone give me a step by step guide?
The driver really has nothing to do with whether the iGPU or dGPU is chosen for use. The driver determines if the card is properly functioning.
Usage default for the DE is to use the iGPU unless the app is highly graphics demanding.
If you wish the dGPU to be used full time I understand that adding a line into /etc/environment that reads DRI_PRIME=1 then rebooting (or at least log out then back in) should cause the system to use the dGPU exclusively on wayland DE. It works for me on my laptop.
NP
Post 5 seems to have clarified the actual problem for me as whether the iGPU or the dGPU was being used. The title and post 1 seemed related to driver when the topic was actually GPU usage.
Very much an X - Y issue.
I will update the title once we know if the suggested fix actually works.
Yeah this didn’t work for me either…but I think it is because even though my laptop has AMD CPU with integrated GPU, I also have NVIDIA 4090, the only one it recognizes when doing
lspci | grep VGA
is the integrated AMD GPU. Any thoughts on how to get Fedora to recognize my NVIDIA GPU as well?