removing some extra fglrx glx version information: Compatibility Profile Context

This does not appear to communicate anything of value or interest
This commit is contained in:
inxi-svn 2011-05-29 03:39:55 +00:00
parent 5859a8c73d
commit a28155b16e

3
inxi
View file

@ -3269,6 +3269,9 @@ get_graphics_glx_data()
# there is a user case where not f and mesa apply, atom mobo # there is a user case where not f and mesa apply, atom mobo
# /opengl version/ && ( f || $2 !~ /mesa/ ) { # /opengl version/ && ( f || $2 !~ /mesa/ ) {
/opengl version/ { /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] $2 && b[$2]
} }
/direct rendering/ { /direct rendering/ {