Questions tagged [mesa]

Mesa is a software library for 3D computer graphics that provides a generic Khronos-compliant OpenGL implementation for rendering three-dimensional graphics on multiple platforms.

Mesa is a software library for 3D computer graphics that provides a generic Khronos-compliant OpenGL implementation for rendering three-dimensional graphics on multiple platforms.

Mesa is open source software, released under the terms of the MIT License. It was initially developed by Brian Paul in August 1993, and is still maintained by him today. The project contains many contributions from other people, especially in the area of hardware support.

As of April 2008, it is the only commonly known, fully open source implementation of OpenGL which is continually updated to support the latest OpenGL specification. It is widely used, most importantly by the X.Org implementation of the X Window System, where it serves as the OpenGL core for the open source X.Org/DRI OpenGL drivers. X.Org provides the essential functionality used by most graphical applications which run on Unix-like platforms such as Linux.

Wayland is also using Mesa-compatible drivers with DRI2 support

236 questions
146
votes
8 answers

Terminal command to show OpenGL version?

I want to find out the OpenGL version I'm using. I have access to Ubuntu via SSH. Which command shall I execute?
Kabumbus
  • 1,563
17
votes
1 answer

Since 23 May 2023 Ubuntu 22.04 Mesa updates, Chrome won't display website graphics

These updates were installed this morning: [UPGRADE] apport:amd64 2.20.11-0ubuntu82.4 -> 2.20.11-0ubuntu82.5 [UPGRADE] apport-gtk:amd64 2.20.11-0ubuntu82.4 -> 2.20.11-0ubuntu82.5 [UPGRADE] dpkg:amd64 1.21.1ubuntu2.1 -> 1.21.1ubuntu2.2 [UPGRADE]…
Sam
  • 841
11
votes
4 answers

How can I know if my GPU card driver supports Vulkan?

I have 3rd gen Intel mobile CPU i5-3210M, with integrated HD4000 graphics.How can I tell what driver version (i915) I have and does it support Vulkan? What Mesa version I have in Kubuntu 16.10? What happens if I run a game made with Vulkan API…
Hrvoje T
  • 551
10
votes
1 answer

Is there a GUI for configuring the Radeon Open Source Drivers and Mesa 3D similar to Catalyst Control Center?

Is it possible to change the settings of the radeon open source drivers and Mesa 3D graphics library? I am thinking of something similar to Catalyst Control Center that would allow me to control settings such as: toggling VSYNC toggling…
10
votes
1 answer

how to address apt-upgrade problem involving libglx-mesa0 and Nvidia driver

I have an Nvidia 1070 system with Ubuntu 18.04, Nvidia driver 396.37, CUDA 9.0, and then TensorFlow and Keras running on it. Having run sudo apt update, when I run sudo apt upgrade, I get the following: $ sudo apt upgrade Reading package lists...…
9
votes
2 answers

Ubuntu 20.04.1 upgrade failure / ERROR Dist-upgrade failed: 'Broken packages after upgrade: colord'

I am trying to upgrade from Ubuntu 18.04.5 to 20.04.1 via: $ sudo do-release-upgrade This fails as follows: ... Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade. This was likely caused by: Unofficial…
JJD
  • 882
8
votes
3 answers

MESA and glx errors when running glxinfo Ubuntu 24.04

System: Windows 10 Host Ubuntu 24.04 running in Oracle VM Display set to VMSVGA When I run the following: glxinfo | grep OpenGL I receive the following output: MESA: error: ZINK: failed to choose pdev glx: failed to create drisw screen OpenGL…
Mike
  • 247
7
votes
2 answers

Updating OpenGL from version 3.0 to latest 4.5

I am trying to update my OpenGL driver to the latest version. I have tried the following ppas: ppa:oibaf/graphics-drivers ppa:eek:ibaf/graphics-drivers ppa:ubuntu-x-swat/updates So far nothing works. Is there any solution for this? Output of…
7
votes
1 answer

How do I install the latest Mesa release?

Which is the preferred way to install the latest stable version of Mesa on Ubuntu? I believe that would be a PPA, but not the bleeding-edge one like xorg-edgers. I would like to see a PPA that contains the latest stable release. Right now 10.3 has…
7
votes
4 answers

Now that Mesa 9.2 stable is a out, is there a way to upgrade to it in Ubuntu 13.04 without using unstable ppas?

I have a notebook with an AMD graphics card and I use it for games occasionally. The performance in Ubuntu 13.04 using open-source drivers is only OK, but I understand that mesa 9.2, combined with a new kernel (I have 3.11rc7 already installed)…
7
votes
3 answers

"error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS32" installing ATI drivers

I was following the instructions on section 3.2 of this page. Everything went well until step 8, which is to use sudo amdconfig --initial to create a new xorg.conf file, but I get the following error: amdconfig: error while loading shared…
Ivan Lerner
  • 371
  • 2
  • 3
  • 15
7
votes
2 answers

Weird screen flicker/tearing while using 75hz on AMD GPU

I hope it's not making much difference that I'm posting my question here even if I'm using Pop!_OS. The problem also occurs on a Manjaro live usb. I'm using a Ryzen 1500x CPU, 16GB of RAM, MSI B350m Gaming Pro motherboard with an RX 580 8GB…
6
votes
2 answers

Upgrading to latest version of OpenGL on Ubuntu 15.10

I currently have an intel integrated GPU Intel 5100 iris graphics and I would like to upgrade to the latest version of OpenGL available. I currently have OpenGL 3.0 and mesa 11.0.2 installed.
The Enigma
  • 185
  • 1
  • 3
  • 9
6
votes
0 answers

libGL.so and gl.h not available from standard path

I've just done a fresh install of 11.10, + nvidia-current from xswat ppa (cause the current version shipped with ubuntu is broken for my gpu). Please take time for understanding each steps. I don't know where to report this issue. Installation of…
6
votes
2 answers

OpenGL Warning not in mesa table

I am running Ubuntu 13.04 on a virtual machine. My host is: windows 7 64 bit machine i7-2630QM NVIDIA geforce gtx 460M graphics I have installed openGL, glut and mesa onto my Linux OS in the virtual machine. When I made a test openGL program it…
1
2 3
15 16