diff --git a/inxi b/inxi index e2a94d1..3d234b8 100755 --- a/inxi +++ b/inxi @@ -3,7 +3,7 @@ #### Script Name: inxi #### version: 1.7.7 #### Date: June 21 2011 -#### Patch Number: 00 +#### Patch Number: 01 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -541,7 +541,6 @@ main() # only do this if inxi has been started as a konversation script, otherwise bypass this # KONVI=3 ## for testing puroses if [[ $KONVI -eq 1 || $KONVI -eq 3 ]];then - if [[ $KONVI -eq 1 ]]; then ## dcop Konversation (ie 1.x < 1.2(qt3)) DCPORT="$1" DCSERVER="$2" @@ -1274,6 +1273,7 @@ debug_data_collector() cat $FILE_CPUINFO &> $debug_data_dir/proc-cpu-info.txt cat $FILE_MEMINFO &> $debug_data_dir/proc-meminfo.txt cat $FILE_MODULES &> $debug_data_dir/proc-modules.txt + cat /proc/net/arp &> $debug_data_dir/proc-net-arp.txt check_recommends &> $debug_data_dir/check-recommends.txt # first download and verify xiin if [[ $B_UPLOAD_DEBUG_DATA == 'true' || $1 == 'disk' || $1 == 'sys' || $1 == 'all' ]];then @@ -3731,7 +3731,7 @@ get_graphics_x_data() { eval $LOGFS local x_vendor='' x_version='' temp_array='' xdpy_info='' a_x_working='' -B_SHOW_X_DATA=true + if [[ $B_SHOW_X_DATA == 'true' && $B_ROOT != 'true' ]];then # X vendor and version detection. # new method added since radeon and X.org and the disappearance of version : ...etc