Hi!
I just upgraded to Fedora 23 and I was hoping that with the version 11.0.4 of mesa, I'll be able to have OpenGL 4.1.
I have an AMD GPU, which uses the "radeon" driver (I'm always confused with the drivers... I think I should either be using radeonsi or r600, but no... here I have just "radeon").
Here is the output of `glxinfo | grep OpenGL`:
And here is the output of `lspci -k | grep -EA3 'VGA|3D'`:
So what am I missing here?
Thanks!
I just upgraded to Fedora 23 and I was hoping that with the version 11.0.4 of mesa, I'll be able to have OpenGL 4.1.
I have an AMD GPU, which uses the "radeon" driver (I'm always confused with the drivers... I think I should either be using radeonsi or r600, but no... here I have just "radeon").
Here is the output of `glxinfo | grep OpenGL`:
Code:
$ glxinfo | grep OpenGL OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD BARTS (DRM 2.43.0, LLVM 3.7.0) OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.0.4 (git-ec14e6f) OpenGL core profile shading language version string: 3.30 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL core profile extensions: OpenGL version string: 3.0 Mesa 11.0.4 (git-ec14e6f) OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL extensions: OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.0.4 (git-ec14e6f) OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00 OpenGL ES profile extensions:
Code:
$ sudo lspci -k | grep -EA3 'VGA|3D' 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] Subsystem: PC Partner Limited / Sapphire Technology Device 174b Kernel driver in use: radeon Kernel modules: radeon
Thanks!
Comment