Description
Fork of official Fedora Mesa repo, with D3D12 support
Installation Instructions
Create a repo in /etc/yum.repos.d/mesa-wsl.repo
:
[mesa-wsl]
name=Copr repo for mesa-wsl owned by nicknas
baseurl=https://download.copr.fedorainfracloud.org/results/nicknas/mesa-wsl/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/nicknas/mesa-wsl/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
priority=1
After created the repo, just type these commands:
sudo dnf upgrade
sudo dnf reinstall mesa*
sudo dnf install mesa-d3d12
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | aarch64 (67)*, i386 (39)*, x86_64 (69)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (1)*, i386 (0)*, x86_64 (54)* | Fedora 39 (31 downloads) |
Fedora 40 | aarch64 (4)*, i386 (0)*, x86_64 (95)* | Fedora 40 (32 downloads) |
Fedora 41 | aarch64 (0)*, i386 (0)*, x86_64 (0)* | Fedora 41 (4 downloads) |
Fedora rawhide | aarch64 (78)*, i386 (52)*, x86_64 (86)* | Fedora rawhide (31 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable nicknas/mesa-wsl
More info about enabling Copr repositories