diff --git a/inxi b/inxi index b3fd388..d1a8ea0 100755 --- a/inxi +++ b/inxi @@ -3269,6 +3269,9 @@ get_graphics_glx_data() # there is a user case where not f and mesa apply, atom mobo # /opengl version/ && ( f || $2 !~ /mesa/ ) { /opengl version/ { + # fglrx started appearing with this extra string, does not appear to communicate anything of value + sub(/Compatibility Profile Context/, "", $2 ) + gsub(/^ +| +$/, "", $2) $2 && b[$2] } /direct rendering/ {