I have recently installed F34 on a new Razer Blade 14 (laptop) machine with an NVIDIA 3060 GPU and AMD CPU. So far I have manged to install the Nvidia drivers from rpm fusion, and make the dGPU the primary GPU. The laptop screen runs fine off the GPU, as well as the HDMI video, however HDMI audio is not working (as far as I know the HDMI port is directly connected to the dGPU). The internal laptop speakers are working, but they may be running off the CPU’s internal GPU.
Hoping someone has some ideas on what to do here. Here are some screenshots of various things to give you an idea of what I am working with.
Here is the file /etc/X11/xorg.conf.d/nvidia.conf (against the file’s wishes, I edited it and put the
Option "PrimaryGPU" "yes"
lines in there)
1 #This file is provided by xorg-x11-drv-nvidia
2 #Do not edit
3
4 Section "OutputClass"
5 Identifier "nvidia"
6 MatchDriver "nvidia-drm"
7 Driver "nvidia"
8 Option "AllowEmptyInitialConfiguration"
9 Option "SLI" "Auto"
10 Option "BaseMosaic" "on"
11 Option "PrimaryGPU" "yes"
12 EndSection
13
14 Section "ServerLayout"
15 Identifier "layout"
16 Option "AllowNVIDIAGPUScreens"
17 Option "PrimaryGPU" "yes"
18 EndSection
The output of
lspci | grep VGA
is
01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne (rev c4)
The output of
lspci | grep Audio
is
01:00.1 Audio device: NVIDIA Corporation Device 228e (rev a1)
04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir Audio Processor (rev 01)
04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
Here is a screen shot of the Nvidia driver settings screen
I would post more screen shots of the pulse audio settings while the HDMI video out is working, however I can only embed one screenshot. Under Output Devices on the Pulse Audio Settings it only lists “Family 17h HD Audio Controller Speaker + Headphones,” and under configuration it does list, “HDA NVidia,” however it cannot be changed from the “Off” position (there is no other option).
Please let me know if there is any more information I can provide to help get this issue resolved!
Just would really like the mic and audio out to work!
Thanks so much for your time!