Graphical glitches everywhere

After updating the OS the GUI freakoud and there are A LOT of graphical artifacts. Missing letters (even in the log in screen) and whatever is happening here (https://imgur.com/a/sHJDytk). I’m on arch 5.17.6. I switched from KDE to Gnome and the problem persists in fact its even worse on gnome.

Can we see the output of pacman -Q | grep -i mesa

lib32-libva-mesa-driver 22.0.3-1
lib32-mesa 22.0.3-1
mesa-demos 8.4.0-8
mesa-git 22.2.0_devel.153886.622e2ae08a8.d41d8cd98f00b204e9800998ecf8427e-1
mesa-utils 8.4.0-8

This is your issue.

Switch to mesa

sudo pacman -Syu mesa

*-git packages usually pull straight off the main development branch which means you are often running untested software.

4 Likes

thank you so much. I got a heart attack when this happened.

5 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.