This commit is contained in:
inxi-svn 2008-12-13 20:17:26 +00:00
parent 9a8050c46d
commit bb0cbc65a8

4
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash
########################################################################
#### Script Name: inxi
#### version: 0.8.5-b1-t4
#### version: 0.8.5-b1-t5
#### Date: December 12 2008
########################################################################
#### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif
@ -2375,7 +2375,7 @@ print_gfx_data()
else
print_screen_output "DISPLAY: shows as fucking null even though as you see below it's not null!"
fi
print_screen_output "gfx app tests: $( for app_name in xrandr xdpyinfo glxinfo;do type -p $app_name;done )"
print_screen_output "DISPLAY: $DISPLAY"
print_screen_output "B_X_RUNNING: $B_X_RUNNING"
fi