mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
test 2
This commit is contained in:
parent
6de93b726f
commit
d5ac332678
10
inxi
10
inxi
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 0.8.5-b1-t1
|
||||
#### version: 0.8.5-b1-t2
|
||||
#### Date: December 12 2008
|
||||
########################################################################
|
||||
#### 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
|
||||
B_X_RUNNING='true'
|
||||
fi
|
||||
if [[ $B_TESTING_1 == 'true' ]];then
|
||||
echo B_X_RUNNING: $B_X_RUNNING
|
||||
fi
|
||||
|
||||
### Variable initializations: constants
|
||||
DCOPOBJ="default"
|
||||
DEBUG=0 # Set debug levels from 1-10
|
||||
|
@ -2371,6 +2369,10 @@ print_gfx_data()
|
|||
local screen_resolution="$( get_graphics_res_data )"
|
||||
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
|
||||
get_graphics_card_data
|
||||
# set A_X_DATA
|
||||
|
|
Loading…
Reference in a new issue