mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
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:
parent
5859a8c73d
commit
a28155b16e
3
inxi
3
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/ {
|
||||
|
|
Loading…
Reference in a new issue