Comment # 6
on bug 99955
from Jan Ziak
(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/^.*: *//"
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel