You are not logged in.
Hello everyone,
I am new to Arch Linux and Linux in general.
I am using a laptop with hybrid graphics:
i) Integrated GPU: AMD Ryzen 5 4600H (iGPU)
ii)Dedicated GPU: NVIDIA GeForce GTX 1650 Ti Mobile
My Wayland compositor / desktop environment is niri.
While installing NVIDIA drivers, I ran nvidia-smi, but it reports that no devices were found:
$ nvidia-smi
No devices were foundHowever, the NVIDIA GPU is detected by the system:
$ lspci -nn | grep -i nvidia
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile] [10de:1f95] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:10fa] (rev a1)I am unsure whether this is related to: Hybrid graphics (AMD iGPU + NVIDIA dGPU) or Wayland / niri or Missing configuration or incorrect driver
Offline
What, exactly, did you install and what kernel are you running?
Offline
I use the standard arch kernel "linux 6.18.5.arch1-1" and I installed "Nvidia-open" Driver through ~
sudo pacman -S nvidia-openOffline