The drivers were properly installed and you rebooted, but the modules did not load.
now we need to know if you have secure boot enabled or disabled. dmesg | grep -i secure should give a 2 line response that says either enabled or disabled.
If secure boot is enabled then you have 2 choices
disable secure boot in the bios
sign the nvidia modules so they can be loaded even with secure boot enabled.
$ dmesg | grep -i secure [ 4.234225] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 72.167872] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 72.511812] Bluetooth: hci0: Secure boot is enabled
But when I booted, I did get a kernel error report (like Iāve been having at almost every reboot) about nouveau failing. IIRC, thatās the non nividia driver.
On the other hand, the fedora configuration panel About clearly says āGraphics: NVIDIA GeForce RTX⢠3060 Laptop GPU / Advanced Micro Devices, Inc. [AMā¦ā. So I presume yes.
That is not an error, per se. It is telling you that the nouveau fallback service (which is triggered when nvidia cannot be loaded) fails (because it is not needed). Merely an alert message but not a fault to worry about.
And yes the āAboutā panel is now telling you both GPUs seem to be activeā¦