I was wondering if there is a way l get OpenGL 4.1 supported, currently only get 3.1 on the open source driver
(xf86-video-ati), so I don’t need to install FGLRX, as it won’t work come 42.2.
GPU is an Radeon HD 7000 series.
Hi
See https://www.x.org/wiki/RadeonFeature/
Note 19: OpenGL 4.1 is currently only supported on CYPRESS, CAYMAN and ARUBA. All other chips are currently limited to OpenGL 3.3
On Wed 26 Oct 2016 03:06:01 AM CDT, malcolmlewis wrote:
Hi
See RadeonFeature
Note 19: OpenGL 4.1 is currently only supported on CYPRESS, CAYMAN and
ARUBA. All other chips are currently limited to OpenGL 3.3
What is the exact card?
Code:
/sbin/lspci -nnk | grep -A3 VGA
Hi
Just checked on openSUSE 42.2 (one of my test systems) HP ProBook 455
G1;
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8350G] [1002:9997]
Subsystem: Hewlett-Packard Company Device [103c:194e]
Kernel driver in use: radeon
Kernel modules: radeon
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD ARUBA (DRM 2.43.0, LLVM 3.8.0)
OpenGL core profile version string: 4.1 (Core Profile) Mesa 11.2.2
OpenGL core profile shading language version string: 4.10
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE Leap 42.1|GNOME 3.16.2|4.1.34-33-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
On a technical note, you’ve listed the wrong driver; xf86-video-ati is the package for the Xorg radeon driver (radeon_drv.so) … the capabilities of the Mesa driver for your device (r600_dri.so) is what you’re seeking … both of those are userspace … there is also the kernel driver (radeon.ko)