mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
(no version, more debugging)
This commit is contained in:
parent
74b5708a65
commit
1a146d7148
3
inxi
3
inxi
|
@ -1895,7 +1895,8 @@ get_graphics_glx_data()
|
||||||
# A_GLX_DATA=( $( cat ../../modules/data/glxinfo-intel-sput | gawk -F ': ' '
|
# A_GLX_DATA=( $( cat ../../modules/data/glxinfo-intel-sput | gawk -F ': ' '
|
||||||
# there are arch bugs that make glxinfo generate bad output errors
|
# there are arch bugs that make glxinfo generate bad output errors
|
||||||
# A_GLX_DATA=( $( glxinfo | gawk -F ': ' '
|
# A_GLX_DATA=( $( glxinfo | gawk -F ': ' '
|
||||||
A_GLX_DATA=( $( cat ../../modules/data/glxinfo-bad-rendering | gawk -F ': ' '
|
# A_GLX_DATA=( $( cat ../../modules/data/glxinfo-bad-rendering | gawk -F ': ' '
|
||||||
|
A_GLX_DATA=( $( glxinfo | gawk -F ': ' '
|
||||||
# note: function declarations go before BEGIN? It appears so, confirm.
|
# note: function declarations go before BEGIN? It appears so, confirm.
|
||||||
# the real question here though is why this function is even here, seems
|
# the real question here though is why this function is even here, seems
|
||||||
# just to be a complicated way to pack/print a variable, but maybe the
|
# just to be a complicated way to pack/print a variable, but maybe the
|
||||||
|
|
Loading…
Reference in a new issue