You are not logged in.
I have an AMD 7900XTX and need to upgrade my GPU drivers.
I have reviewed the ArchWiki page on this subject: https://wiki.archlinux.org/title/AMDGPU
I am concerned by all of the mentions of xorg because my system uses Wayland.
Are the same instructions applicable or is there something I should be doing differently?
Last edited by Jotunn (2023-05-28 03:20:08)
Offline
Most of the linux graphics stack comes from a lower level then X / wayland and is shared by them.
Archlinux is not an OS / distro where you update a part of the system but uses a rolling release method where you update everything everytime you update.
Jusr run pacman -Syu regularly and you will have the latest versions of all installed packages.
Incase you're considering to switch to mesa-git or mesa-minimal-git : they support and are needed by both .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Just run pacman -Syu regularly and you will have the latest versions of all installed packages.
.
So if I am running in to issues with my GPU which seem to be driver-related, then pacman -Syu should resolve them, and if it doesn't, then my issue is not likely the result of an old graphics driver?
Offline
Correct.
If you get a message from an application about a to old graphics driver on an uptodate (recent pacman -Syu) archlinux, that usually means the app gets a result that doesn't fall in the range it expects and falls back to stating 'its to old' .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline