I decided to switch to the nvidia-open-dkms
drivers. When I ran nvidia-inst --test
, it displayed this:
$ nvidia-inst --test
2025-04-21 15:01:59: Note: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107 [GeForce RTX 4060] [10de:2882] (rev a1) (prog-if 00 [VGA controller])
06:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER] [10de:21c4] (rev a1) (prog-if 00 [VGA controller])
2025-04-21 15:01:59: Info: nvidia-inst version 25.4.8-1
2025-04-21 15:01:59: Info: Command line: nvidia-inst --test
2025-04-21 15:01:59: Info: Selected mode: nvidia (Nvidia's open source)
2025-04-21 15:02:02: Info: Removing packages: lib32-nvidia-utils
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
COMMANDS TO RUN:
pacman -Rs --noconfirm --noprogressbar --nodeps lib32-nvidia-utils nvidia-dkms
pacman -Syuq --noconfirm --noprogressbar --needed nvidia-open-dkms
Since I run steam
, this was a non-starter. Manually running the above commands without lib32-nvidia-utils
worked as expected. Is this a bug, or a known limitation?