WhitewaterFoundry / Fedora-Remix-for-WSL

Fedora Remix for Windows Subsystem for Linux.
Other
693 stars 51 forks source link

after latest mesa update rendering is software only #213

Closed phush0 closed 7 months ago

phush0 commented 7 months ago

update from 23.1.9 to 23.2.1 lead to llvmpipe only rendering and no hardware acceleration

crramirez commented 7 months ago

Yes you cannot upgrade mesa by yourself because the upstream one doesn't include D3D12. We compile each mesa version that we ship with Fedora to include the Direct3D 12 support. Sometimes is impossible and we need to lock the version.

Run the update.sh. It will download the right version and put the version locks to avoid the version get updated again by accident.

phush0 commented 7 months ago

installing dnf5 will break version lock just to be aware

crramirez commented 7 months ago

Good to know. Thanks for reporting.