Help on using a different mesa branch for 9070s testing

Hi guys, i'm trying to help developers on mesa git resolving 9070 gpus issues. They asked me to try a different branch but i don't know how to do it...can you help me on how to do it? thanks
70 Replies
xxNotorioussss
https://docs.bazzite.gg/Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/rebase_guide/ You want to rebase to testing. Open up a terminal window in desktop mode and use the guide on the link to change to testing. You can always go back to stable when everything is running smoothly with the new 9070 cards.
Rebase Guide - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
Vahn
VahnOP3d ago
Thanks, i'm already on testing release, but the guy on mesa asked me to test a specific branch of the mesa development repository, and that's what i don't know how it is done
asen23
asen233d ago
what are they asking you to do, its likely you can do it inside arch distrobox
Vahn
VahnOP3d ago
one of the developers has a development branch on the mesa git repo where he's fixing radv issues for 9070s. He asked me to test that branch. I wanted to do it on my bazzite installation but as far as i'm ok with tinkering...i'm no linux expert
asen23
asen233d ago
well yes you test but how? open an app? run benchmark?
Vahn
VahnOP3d ago
run games
asen23
asen233d ago
the easiest way is probably to use bazzite-arch distrobox then ask them for guides on running their branch in arch
Vahn
VahnOP3d ago
Thanks for the advice. i tried asking for support there, but the guy didn't respond. Also i've found this guide https://gist.github.com/Venemo/a9483106565df3a83fc67a411191edbd. Can you tell me if it's legit? it seems fairly simple
asen23
asen233d ago
it could work, youll need to do the compile step in fedora distrobox and run it in host
Vahn
VahnOP3d ago
i can't compile it directly on my host?
asen23
asen233d ago
you arent supposed to compile anything in host when using atomic distro
Vahn
VahnOP3d ago
supposed or allowed? what are the downsides? I understand that's an immutable system...but is it an hard block or something i can circumvent for the sake of one test? thanks for your patience
asen23
asen233d ago
supposed, you can compile in host but it will give you more problem in the long run using distrobox arent complicated basically the downside is you need to layer tons of things which can slow or outright prevent updates if conflict happen
Vahn
VahnOP3d ago
ok thanks, understood. Basically installing everything that's needed to compile the new mesa can eventually lead to a general instability that can compromise subsequent updates
asen23
asen233d ago
correct
Kyle Gospo
Kyle Gospo3d ago
You can use distrobox to test this Make a box, install Mesa in that box, and then install the application you want to test in that box It'll use the custom branch of Mesa and not affect your system
asen23
asen233d ago
would the gist worked? looks like its just compiling it and injecting it using environment variable
Kyle Gospo
Kyle Gospo3d ago
Could, yeah
Vahn
VahnOP3d ago
can a distrobox impact gaming performance? If it works, i'd like to use this workaround until they release it and finally play games without having to fear for a crash or a vertex explosion
asen23
asen233d ago
the impact should be negligible but there is some drawback like no gamescope
Vahn
VahnOP3d ago
i don't know, i think i'll gonna try my luck with compiling on the host and deal with the consequences once they release it officially. I can easily reinstall everything if needed
asen23
asen233d ago
try compiling in distrobox first there is a gui for that boxbuddy
Vahn
VahnOP3d ago
nice
asen23
asen233d ago
use that image and whatever names
No description
asen23
asen233d ago
then open terminal and just use it like normal
Vahn
VahnOP3d ago
thanks
Zanterack
Zanterack3d ago
What is the branch they wanted you to try out?
Vahn
VahnOP2d ago
I compiled the custom Mesa repo then I have to install steam and the game I want to try right?
asen23
asen232d ago
you can just use the compiled file in your host use their script to inject the file
Vahn
VahnOP2d ago
This is nice. I didn’t understand I could otherwise I would have had nothing against it 😂
dabe glavins
dabe glavins2d ago
is it really true that when you install mesa in a distrobox container, the graphical apps run from that container will use the mesa installed in the container? seems too convenient... but I'm also a noob when it comes to driver-level stuff
asen23
asen232d ago
yes that is the case
dabe glavins
dabe glavins2d ago
very neat I'll take a performance hit any day to avoid crashing or booting into windows XD
Vahn
VahnOP2d ago
I guess the script must be used on the host and not the distrobox
asen23
asen232d ago
yes, put that into steam launch option make sure to adapt the filepath
Vahn
VahnOP2d ago
Can you help me with this? What’s the path I should look for? Thanks mate
dabe glavins
dabe glavins2d ago
like just make sure MESA=$HOME/mesa in the mesa-run.sh script is actually pointing to wherever the compiled mesa is on your system it could be somewhere different based on where your container's home directory was when you built, just check to make sure
Vahn
VahnOP2d ago
That’s the thing I don’t understand. Where’s my distrobox located?
dabe glavins
dabe glavins2d ago
ah right, well I haven't used that GUI boxbuddy but normally you enter the shell of a distrobox using distrobox enter <name> so maybe there's a way to pop up a terminal for the distrobox using that gui as well once you're in a shell on that distrobox then you can compile mesa per the gist
Vahn
VahnOP2d ago
And that’s what I’ve done Now I have to create the script on my host But make it point to the distrobox compiled folder
dabe glavins
dabe glavins2d ago
gotcha, so by default distrobox just uses the home directory of you, the host, so it should just be where you expect on the host, eg ~/mesa if you used the paths in the gist
asen23
asen232d ago
by default its is using your home check if there is a mesa folder there
Vahn
VahnOP2d ago
Nope
asen23
asen232d ago
open your distrobox and type pwd
Vahn
VahnOP2d ago
Ok now i understand I did a sudo su at the beginning And fucked it up probably
asen23
asen232d ago
is the file there? youll just need to copy it probably
Vahn
VahnOP2d ago
When I type pwd it says I’m on root/ But if I reopen a terminal it correctly places me inside my home
asen23
asen232d ago
ls when sudo su
Vahn
VahnOP2d ago
Folders are there
asen23
asen232d ago
i assume there is /root/mesa?
Vahn
VahnOP2d ago
Yep
asen23
asen232d ago
then just do cp -r /root/mesa/ /home/[username]/mesa/
Vahn
VahnOP2d ago
Done
asen23
asen232d ago
it should show up now w8 i forgot -r lol
Vahn
VahnOP2d ago
I knew 😉
asen23
asen232d ago
oh you also need to chown it to your user probably
Vahn
VahnOP2d ago
Ok now I run wukong with this script? What should I put inside steam launch options? The gist says to run games from the script Not the other way around
Vahn
VahnOP2d ago
Omg I missed it thanks Yep it doesn’t work…i tried with vkcube as suggested before trying with steam and it says I lack vulkan installable driver installed…so it’s a problem of path inside the script or probably the compiled folder itself
asen23
asen232d ago
which script did you try? try ls-ing the variable
Vahn
VahnOP2d ago
Thank you guys! I’ve done it! I forgot to change the ninja install folder for the meson setup I chose And what’s better is that the game doesn’t crash anymore! I’ve even managed to make it work with sleep This is the fix that fixes them all probably 😂
dabe glavins
dabe glavins2d ago
that's awesome. I was hoping you'd have a good outcome, since I'm likely going to try this exact same process soon lol
Vahn
VahnOP2d ago
Do you think I can’t use this in game mode?
asen23
asen232d ago
should be fine
Vahn
VahnOP2d ago
It is
dabe glavins
dabe glavins2d ago
as a side note, I just discovered this https://github.com/ublue-os/bazzite-arch, because of course ublue has thought of everything
asen23
asen232d ago
bazzite was using that in the past but switched to layered steam
dabe glavins
dabe glavins2d ago
the solution you're using now is still best for performance but it's just super neat that the prebuilt container exists at all ah cool

Did you find this page helpful?