Hi all,
I have a new Lenovo with an NVIDIA Geforce RTX 4050 and have installed Fedora 39.
I am trying to disable the built in GPU but I am failing at it.
Currently, I have:
lspci -n -n -k | grep -A 2 -e VGA -e 3D
pcilib: Error reading /sys/bus/pci/devices/0000:00:08.3/label: Operation not permitted
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107M [GeForce RTX 4050 Max-Q / Mobile] [10de:28a1] (rev a1)
Subsystem: Lenovo Device [17aa:3af8]
Kernel driver in use: nvidia
--
05:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] [1002:1681] (rev 0b)
Subsystem: Lenovo Device [17aa:3af8]
Kernel driver in use: amdgpu
and
glxinfo | grep -e OpenGL.vendor -e OpenGL.renderer
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, rembrandt, LLVM 17.0.6, DRM 3.57, 6.7.10-200.fc39.x86_64)
What do I have to do to disable the AMD Radeon Graphics and make the system use the NVIDIA one?
Thank you