How to install Mesa 17.3.3 on Ubuntu 16.04 and 17.10
The latest MESA 3D graphics library 17.3.3 is now available in the Ubuntu-X team PPA repository for Ubuntu 16.04 and Ubuntu 17.10.
Mesa 17.3.3 implements the OpenGL 4.5 API, but the version reported by glGetString (GL_VERSION) or glGetIntegerv (GL_MAJOR_VERSION)/glGetIntegerv (GL_MINOR_VERSION) depends on the specific driver used. Some drivers do not support all the functions required in OpenGL 4.5. OpenGL 4.5 is available only when the context is created because it does not support compatibility context.
MESA 17.3.3 is a bug fix released one week ago. It fixes errors found since 17.3.2.
- Dota crashes when switching from game to desktop
- Calculation coloring Er: Incorrect alignment when the structure value is assigned to the structured SSBO
- Check whether the Python Mako template is installed.
For more details, see release notes.
How to install Mesa 17.3.3 in Ubuntu 16.04 and 17.10 through PPA:
1. Open the terminal, use the Ctrl + Alt + T keyboard shortcut, or search for "terminal" from the application initiator ". When opening, run the command to add PPA:
Sudo add-apt-repository ppa: ubuntu-x-swat/updates
Enter the password (the screen is not displayed when you Enter the password), and then press Enter.
2. Refresh your system and run the following command to install and upgrade your system:
Sudo apt-get update
Sudo apt-get dist-upgrade
3. To view the result, run the following command:
Glxinfo | grep "OpenGL version"
How to restore:
To restore the original Mesa 3D graphics library in Ubuntu, go to the command console and run the following command:
sudo apt install ppa-purge && sudo ppa-purge ppa:ubuntu-x-swat/updates