Ubuntu

Mesa 17.0.0 Mesa 3D Graphics Library released - Install on Ubuntu

Mesa 17.0.0 Mesa 3D Graphics Library released - Install on Ubuntu

Mesa 17.0.0 recently released, is an open-source implementation of the OpenGL specification. OpenGL is a programming library for writing interactive 3D applications. This release now implements the OpenGL 4.5 API.

Key New features

Note: some of the new features are only available with certain drivers.

Bug Fixes

See release note for full changelog

How to Install Mesa 17.0.0 3D Graphics Library on Ubuntu 17.04, Ubuntu 16.10, Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04

sudo add-apt-repository ppa:xorg-edgers/ppa sudo apt-get update && sudo apt-get dist-upgrade ---- Install all required dependencies ----- sudo apt-get build-dep mesa ----- Install llvm-dev ----- sudo apt-get install llvm-dev wget https://mesa.freedesktop.org/archive/17.0.0/mesa-17.0.0.tar.gz tar -xvf mesa-17.0.0.tar.gz cd mesa-* ./configure --enable-gallium-llvm make sudo make install

How to remove Mesa from Ubuntu

sudo apt-get remove mesa
glxinfo | grep "OpenGL version"
Microsoft Sculpt Touch Wireless Mouse Review
I recently read about the Microsoft Sculpt Touch wireless mouse and decided to buy it. After using it for a while, I decided to share my experience wi...
AppyMouse On-screen Trackpad and Mouse Pointer for Windows Tablets
Tablet users often miss the mouse pointer, especially when they are habitual to using the laptops. The touchscreen Smartphones and tablets come with m...
Middle mouse button not working in Windows 10
The middle mouse button helps you scroll through long webpages and screens with a lot of data. If that stops, well you will end up using the keyboard ...