https://bugs.freedesktop.org/show_bug.cgi?id=99955
--- Comment #6 from Jan Ziak 0xe2.0x9a.0x9b@gmail.com --- (In reply to Alex Deucher from comment #5)
(In reply to Jan Ziak from comment #4)
I am still experiencing this issue on a R9-390 GPU with Mesa git-469da09.
What kernel are you using?
- radeontop is working OK.
$ uname -r 4.11.0-rc4+
$ glversion 4.5 (Core Profile) Mesa 17.1.0-devel (git-02112c3) Gallium 0.4 on AMD HAWAII (DRM 3.10.0 / 4.11.0-rc4+, LLVM 4.0.0)
$ cat ~/bin/shared/glversion #!/bin/bash set -e unset LIBGL_DEBUG INFO="$(glxinfo)" echo "$INFO" | grep "OpenGL core profile version" | sed "s/^.*: *//" echo "$INFO" | grep "renderer string" | sed "s/^.*: *//"