From a28155b16e945fead52881e22644df3ccc5944ba Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 29 May 2011 03:39:55 +0000 Subject: [PATCH] removing some extra fglrx glx version information: Compatibility Profile Context This does not appear to communicate anything of value or interest --- inxi | 3 +++ 1 file changed, 3 insertions(+) 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/ {