mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
fixed dual gfx bug
This commit is contained in:
parent
9c27241efd
commit
fce18b8fa4
5
inxi
5
inxi
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 0.1.31
|
#### version: 0.1.32
|
||||||
#### Date: October 28 2008
|
#### Date: October 28 2008
|
||||||
########################################################################
|
########################################################################
|
||||||
#### inxi is a fork of infobash, the original bash sys info script by locsmif
|
#### inxi is a fork of infobash, the original bash sys info script by locsmif
|
||||||
|
@ -1208,10 +1208,9 @@ print_it_out()
|
||||||
then
|
then
|
||||||
long_gfx="${long_gfx}$( echo -ne "${C1}Direct rendering${C2} ${GLXDR}${CN}" )"
|
long_gfx="${long_gfx}$( echo -ne "${C1}Direct rendering${C2} ${GLXDR}${CN}" )"
|
||||||
fi
|
fi
|
||||||
|
print_screen_output "$long_gfx"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
print_screen_output "$long_gfx"
|
|
||||||
|
|
||||||
if [ "$VERBOSITY_LEVEL" -ge 2 ]
|
if [ "$VERBOSITY_LEVEL" -ge 2 ]
|
||||||
then
|
then
|
||||||
print_networking_data
|
print_networking_data
|
||||||
|
|
Loading…
Reference in a new issue