I’m trying to use Envision to set up Monado in order to use VR. However, Envision says I’m missing the mesa-libGL-devel dependency. When I try to add it via rpm-ostree install mesa-libGL-devel, I get the following errors:
package mesa-libGL-devel-24.2.8-1.fc41.x86_64 from updates requires mesa-libGL(x86-64) = 24.2.8-1.fc41, but none of the providers can be installed
cannot install both mesa-libGL-24.2.8-1.fc41.x86_64 from updates-archive and mesa-libGL-1:24.2.8-101.bazzite.1.fc41.x86_64 from @System
How do I clean this up? I tried rpm-ostree uninstall mesa-libGL but it said that package isn’t requested.
I’m having the same issue as well on this. I would really like to setup my VR on Bazzite but this thing makes it impossible to do it properly. A quick bandaid solution would be nice.
Right now mesa is a repackaged version that uses Valve’s patches. Trying to install the devel package directly is trying to pull a version from update archives which doesn’t match the version you have installed.
You can swap out packages using rpm-ostree and it’s shown in fedora magazine and was used extensively in the Bazzite Containerfile prior to the switch over to dnf5.