Installing
-
2. Installing MESA Drivers
Then to Install the Latest MESA Drivers
Just Upgrade your System with:sudo zypper ref && sudo zypper update
In case to check for some New MESA Package use:
zypper search -t mesa
And reboot:
sudo reboot
Then to Check MESA Version
First, Install the Required Package:sudo zypper in mesa-utils
And for OpenGL play:
glxinfo | grep "OpenGL version"
Or for the Vulkan implementation:
glxinfo | grep Vulkan
So Now I’m truly Happy if My Guide could Help you to Install the Latest MESA in openSUSE!
Contents