How to switch from mesa-git on aur to mesa from pacman extra repo

pretty much the topic, I’ve tried sudo pacman -Syu mesa and it throws out

sudo pacman -Syu mesa
[sudo] password for haise:
:: Synchronising package databases...
 endeavouros                                                                                                                                                      11.4 KiB   233 KiB/s 00:00 [----------------------------------------------------------------------------------------------------------------------] 100%
 core is up to date
 extra                                                                                                                                                             8.0 MiB  34.4 MiB/s 00:00 [----------------------------------------------------------------------------------------------------------------------] 100%
 multilib                                                                                                                                                        125.0 KiB  1582 KiB/s 00:00 [----------------------------------------------------------------------------------------------------------------------] 100%
 rumpowered is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
:: mesa-1:25.2.7-1 and mesa-git-26.0.0_devel.215422.c0d809820f3.d41d8cd-1 are in conflict (libva-mesa-driver). Remove mesa-git? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing mesa-git breaks dependency 'vulkan-intel' required by lib32-vulkan-intel
:: removing mesa-git breaks dependency 'vulkan-mesa-device-select' required by lib32-vulkan-mesa-device-select
:: removing mesa-git breaks dependency 'vulkan-driver' required by steam

I’m trying to switch back since detroit become human doesnt work at all with mesa-git sadly

You need to also add a vulkan driver for your GPU at the same time. Probably vulkan-intel

Try:

sudo pacman -Syu mesa vulkan-intel

That’s your usual stack to roll back to mesa release on intel:

pacman -S mesa vulkan-mesa-layers vulkan-intel opencl-mesa vulkan-mesa-device-select

4 Likes

that worked thank you

1 Like

Nice.

That said, I was interested in Detroit Become Human too. Luckily they have a demo. I have clocked hundreds of hours on my Intel card in a few dozen games. I had one game with graphical glitches and one that just outright refuses to run during that time.

The game that was a complete no-go was Detroit. So same experience here.

detroit is by far not a perfect experience on intel, the water/rain textures look super bright blue and randomly it freezes usually at the start of new levels but not all the time or random times and CPU gets maxed out randomly

For me it was immediately crashing after the game menu screen. But that was a few moons ago. So apparently you got further than me. Let me check again…

you will need to have anv_assume_full_subgroups=32 %command% in the steam launch options to get rid of black squares over everything

Still an insta-crash when starting after the game-menu here, even with that parameter.

A750, i915, mesa-git.

yeah mesa git breaks detroit become human I have to run mainline

Maybe I’ll test on mesa-stable tomorrow. If I get a different result somehow I’ll ping back.