Opengl 4.3 Install Ubuntu

Update opengl ubuntu
Posted by1 year ago
Archived

Can somebody help me with this? When open the game on steam ... appear a warning ' update opengl to 3.3'

Mesa is the GL library used. Ubuntu 16.04 includes Mesa 11.2 which supports OpenGL 4.1. Just install the libgl1-mesa-dev and mesa-common-dev packages to install the development files for it. If you really need 4.5, you will likely need to develop against the propreitary AMD or NVidia drivers, and you will need a card which actually supports 4.5 to run any software you create using that. OpenGLをUbuntu12.04にインストールした時のメモ。 #OpenGLライブラリ sudo apt-get install freeglut3-dev libglew1.5-dev #動かない場合以下もインストールすると動くらしい sudo apt-get install libxmu-dev libxi-d.

It’s my first question. I hope it’s all right.

OS: Ubuntu 18.04 LTS x86_64 Host: MS-7693 3.0

Kernel: 4.15.0-24-generic Uptime: 14 mins Packages: 1928 Shell: bash 4.4.19 Resolution: 1920x1080 DE: Budgie WM: Mutter(Budgie) Theme: Pop [GTK2/3] Icons: Pop [GTK2/3] Terminal: tilix CPU: AMD FX-6300 (6) @ 3.500GHz GPU: AMD Radeon R7 370 Memory: 1479MiB / 15987MiB OpenGL version string: 3.1 Mesa 18.1.1

Linux MS-7693 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 08:44:47 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 270/370 OEM] (rev 81)

5 comments

I'm not an expert and am looking for troubleshooting guidance.

I'm pretty sure my GPU hardware supports OpenGL 4.3, but I'm actually just looking for support up to 4.1 since I have Mesa 12.0.6 installed.

glxinfo grep 'OpenGL version' returns:

I think I have the radeon driver installed. lspci -k grep -EA2 'VGA 3D' returns:

Opengl 4.3 Install Ubuntu Download

Ubuntu

Not sure where to proceed from here. My understanding is that I'm using the recommended graphics driver for 16.04 LTS, and Mesa 12.0.6 should support up to 4.3, but I'm only getting 3.0 at the moment. How can I get this up to at least 4.1?

Thanks in advance.

Edit 1:

I should probably mention I'd like to develop software that will run on an up-to-date out-of-the-box 16.04 LTS install, and I'd rather not request a prospective user update their kernel if necessary. I'll live with OpenGL 3.0 if the current linux kernel doesn't support anything higher.

That said, I see that we can soon expect kernel 4.8 for the 16.04.2 release, so maybe this problem will be fixed then.

Thanks.

Teeeeeeeeeeeeeeeeeeeeeeeeeeeej
TeeeeeeeeeeeeeeeeeeeeeeeeeeeejTeeeeeeeeeeeeeeeeeeeeeeeeeeeej

2 Answers

Take a look at https://askubuntu.com/a/691693/712104Use glxinfo grep OpenGL to get all OpenGL information and take a look at the OpenGL core profile - this will give you the actual OpenGL version.

GPMuellerGPMueller

Opengl 4.3 Install Ubuntu Windows 7

I faced a similar problem, although my hardware supports higher versions it does not update.
If you want to run programs with a higher version of openGL you can try using the below command as found in the forum
MESA_GL_VERSION_OVERRIDE=4.5 MESA_GLSL_VERSION_OVERRIDE=450 <programname>

twitutwitu

Not the answer you're looking for? Browse other questions tagged 16.04openglmesa or ask your own question.