Mesa is an open-source graphics driver used to support hardware acceleration for GPUs on Linux. It provides OpenGL, Vulkan, and other graphics APIs support for Linux.
In this video, i will show you the process of installing Mesa drivers on Ubuntu 22.04 LTS.
Useful Links:
VPS/VDS - https://www.mivocloud.com/
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
lspci -nn | grep -E 'VGA|Display'
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt install mesa-utils
glxinfo | grep "OpenGL version"
glxgears