bsder
(bsder)
October 5, 2024, 5:54am
1
I need to pick up the latest Mesa to get Intel drivers that support the Vulkan extension VK_EXT_descriptor_buffer.
How do I do that with Fedora Silverblue?
Presumably I’m going to need something from copr. Presumably this:
https://copr.fedorainfracloud.org/coprs/che/mesa/
However, the directions are all for dnf. I probably need something which I can use with rpm-ostree, no?
Thanks.
yuntaz
(Sakiko Togawa)
October 6, 2024, 6:42pm
2
Hi, the instructions should also work on Silverblue. You can manually download and create all the repository files in /etc/yum.repos.d
, as rpm-ostree
uses that directory just like dnf
does. Is there any specific issue?
bsder
(bsder)
October 9, 2024, 7:53am
3
Hmm, adding those repos did seem to do something . However, I’m currently caught trying to get some other things working.
I’ll post more once I can validate whether this worked.