PPA description: https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa
The goal of this PPA is to provide the latest point release of Mesa plus select non-invasive early backports. Deviations from upstream packages are listed on the package details page.
--- Support status ---
Bionic (18.04), Focal (20.04), Jammy (22.04) - Discontinued - Long term users can use kisak-mesa stable
Noble (24.04) - Supported
Oracular (24.10) - End of Life (Removal after 2025-08-20)
Plucky (25.04) - Preliminary support (Not tested locally)
Note: Please report any issues to mesa. ARM builds are not tested locally.
I think we should update the ppa repository. sudo add-apt-repository ppa:kisak/turtle
However, for the command apt install -y mesa-utils, it still reverted to the official Ubuntu repository. Therefore, I had to manually install apt install mesa-vulkan-drivers.
The good news is that this enables vulkaninfo --summary to recognize the graphics card, but for glxinfo -B, we have to fall back to llvmpipe.
link microsoft/wslg#40 (comment)
link microsoft/WSL#12581 (comment)
PPA description: https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa
I think we should update the ppa repository.
sudo add-apt-repository ppa:kisak/turtleHowever, for the command
apt install -y mesa-utils, it still reverted to the official Ubuntu repository. Therefore, I had to manually installapt install mesa-vulkan-drivers.The good news is that this enables
vulkaninfo --summaryto recognize the graphics card, but forglxinfo -B, we have to fall back tollvmpipe.link microsoft/wslg#40 (comment)
link microsoft/WSL#12581 (comment)