Hi,
Apparently nvidia-590 driver series dropped the support for a GPU on my parents computer. Updating the computer they were met with a black screen (which is an issue of it’s own). No matter, I can fix it (my parents can not). I needed to reboot into a snapshot to get on the tracks (I suppose I could have chrooted).
However I’m met with a bit of a conundrum - what is the current, recommended way to use this GPU on Manjaro? I’ve learned (by pure change) about the existence of nvidia-driver-assistant - but there are problems. It recommends to install 575 -series:
Detected GPUs:NVIDIA GeForce GTX 970 - (pci_id 0x13C2)Detected system:Manjaro Linux Please copy and paste the following command to install the legacy kernel module flavour:sudo pacman -S linux617-nvidia-575xx
However that package conflicts:
$ LANG=C sudo pacman -S linux617-nvidia-575xx
resolving dependencies...
looking for conflicting packages...
:: nvidia-575xx-utils-575.64.05-3 and nvidia-utils-580.119.02-2 are in conflict (nvidia-libgl). Remove nvidia-utils? [y/N] u
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: nvidia-575xx-utils-575.64.05-3 and nvidia-utils-580.119.02-2 are in conflict
No matter, I’ll just remove the conflicting packages ? But shouldn’t nvidia-driver-assistant already recommend the correct course of action?
Currently installed nvidia packages here are:
$ pacman -Qs nvidia
local/egl-gbm 1.1.2.1-1
The GBM EGL external platform library
local/egl-wayland 4:1.1.21-1
EGLStream-based Wayland external platform
local/egl-x11 1.0.4-1
NVIDIA XLib and XCB EGL Platform Library
local/lib32-nvidia-utils 580.119.02-1
NVIDIA drivers utilities (32-bit)
local/libvdpau 1.5-3
Nvidia VDPAU library
local/libxnvctrl 580.119.02-1
NVIDIA NV-CONTROL X extension
local/linux-firmware-nvidia 20251125-2
Firmware files for Linux - Firmware for NVIDIA GPUs and SoCs
local/linux-nvidia-meta 6.17-1
Recommended stable nvidia kernel module
local/linux617-nvidia 580.119.02-3 (linux617-extramodules)
NVIDIA kernel modules for linux617
local/mhwd-nvidia 580.119.02-2
MHWD module-ids for nvidia 580.119.02
local/mhwd-nvidia-390xx 390.157-21
MHWD module-ids for nvidia 390.157
local/mhwd-nvidia-470xx 470.256.02-15
MHWD module-ids for nvidia 470.256.02
local/mhwd-nvidia-570xx 570.207-2
MHWD module-ids for nvidia 570.207
local/mhwd-nvidia-575xx 575.64.05-3
MHWD module-ids for nvidia 575.64.05
local/nvidia-driver-assistant 0.23.48.01-6
Detect and install the best NVIDIA driver packages for the system
local/nvidia-settings 580.119.02-2
Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 580.119.02-2
NVIDIA drivers utilities
By running:
$ LANG=C sudo pacman -S linux617-nvidia-575xx lib32-nvidia-575xx-utils nvidia-575xx-utils
resolving dependencies...
looking for conflicting packages...
:: nvidia-575xx-utils-575.64.05-3 and nvidia-utils-580.119.02-2 are in conflict (nvidia-libgl). Remove nvidia-utils? [y/N] y
:: lib32-nvidia-575xx-utils-575.64.05-1 and lib32-nvidia-utils-580.119.02-1 are in conflict (lib32-nvidia-libgl). Remove lib32-nvidia-utils? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing nvidia-utils breaks dependency 'nvidia-utils=580.119.02' required by linux617-nvidia
Ok, I need to remove linux617-nvidia?
$ sudo pacman -Rns linux617-nvidia
tarkastetaan riippuvuuksia...
virhe: latauksen valmistelu epäonnistui (riippuvuuksia ei voitu ratkoa)
:: removing linux617-nvidia breaks dependency 'linux617-nvidia' required by linux-nvidia-meta
… and nvidia-linux-meta…
$ sudo pacman -Rns linux617-nvidia linux-nvidia-meta
tarkastetaan riippuvuuksia...
virhe: latauksen valmistelu epäonnistui (riippuvuuksia ei voitu ratkoa)
:: removing linux617-nvidia breaks dependency 'linux617-nvidia' required by linux-nvidia-meta
In the end I ran pacman -S linux617-nvidia-575xx lib32-nvidia-575xx-utils nvidia-575xx-utils and sudo pacman -S linux-nvidia-575xx-meta.
As the end result, after upgrading all packages on the system:
$ pacman -Qs nvidia
local/egl-gbm 1.1.2.1-1
The GBM EGL external platform library
local/egl-wayland 4:1.1.21-1
EGLStream-based Wayland external platform
local/egl-x11 1.0.4-1
NVIDIA XLib and XCB EGL Platform Library
local/lib32-nvidia-575xx-utils 575.64.05-1
NVIDIA drivers utilities 575 (32-bit)
local/libvdpau 1.5-3
Nvidia VDPAU library
local/libxnvctrl 590.48.01-1
NVIDIA NV-CONTROL X extension
local/linux-firmware-nvidia 20251125-2
Firmware files for Linux - Firmware for NVIDIA GPUs and SoCs
local/linux-nvidia-575xx-meta 6.17-1
Recommended stable nvidia-575xx kernel module
local/linux617-nvidia-575xx 575.64.05-17 (linux617-extramodules)
NVIDIA kernel modules for linux617
local/mhwd-nvidia 590.48.01-2
MHWD module-ids for nvidia 590.48.01
local/mhwd-nvidia-390xx 390.157-21
MHWD module-ids for nvidia 390.157
local/mhwd-nvidia-470xx 470.256.02-15
MHWD module-ids for nvidia 470.256.02
local/mhwd-nvidia-570xx 570.207-2
MHWD module-ids for nvidia 570.207
local/mhwd-nvidia-575xx 575.64.05-3
MHWD module-ids for nvidia 575.64.05
local/nvidia-575xx-utils 575.64.05-3
NVIDIA 575 drivers utilities
local/nvidia-driver-assistant 0.23.48.01-6
Detect and install the best NVIDIA driver packages for the system
local/nvidia-settings 590.48.01-2
Tool for configuring the NVIDIA graphics driver
After a reboot, the login manager works - but all VCs are broken, and after logging in the KDE Plasma desktop never appears.
Should I revert to the open driver instead? Any other advice?
EDIT: Indeed after upgrading to either 590 or downgrading to 575, the system is in an unusable state. There is no way to get any output, even rescue target is broken. The user is left with two options: boot with an external usb to chroot or boot into a previous snapshot.