This commit is contained in:
inxi-svn 2008-12-13 20:02:42 +00:00
parent 6de93b726f
commit d5ac332678

10
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
######################################################################## ########################################################################
#### Script Name: inxi #### Script Name: inxi
#### version: 0.8.5-b1-t1 #### version: 0.8.5-b1-t2
#### Date: December 12 2008 #### Date: December 12 2008
######################################################################## ########################################################################
#### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif #### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif
@ -152,9 +152,7 @@ B_X_RUNNING='false'
if [[ -n $DISPLAY ]];then if [[ -n $DISPLAY ]];then
B_X_RUNNING='true' B_X_RUNNING='true'
fi fi
if [[ $B_TESTING_1 == 'true' ]];then
echo B_X_RUNNING: $B_X_RUNNING
fi
### Variable initializations: constants ### Variable initializations: constants
DCOPOBJ="default" DCOPOBJ="default"
DEBUG=0 # Set debug levels from 1-10 DEBUG=0 # Set debug levels from 1-10
@ -2371,6 +2369,10 @@ print_gfx_data()
local screen_resolution="$( get_graphics_res_data )" local screen_resolution="$( get_graphics_res_data )"
local b_is_mesa='false' local b_is_mesa='false'
if [[ $B_TESTING_1 == 'true' ]];then
print_screen_output " B_X_RUNNING: $B_X_RUNNING"
fi
# set A_GFX_CARD_DATA # set A_GFX_CARD_DATA
get_graphics_card_data get_graphics_card_data
# set A_X_DATA # set A_X_DATA