mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
changed advanced graphics data to: advanced data
This commit is contained in:
parent
199377f147
commit
8be45faa8b
2
inxi
2
inxi
|
@ -5525,7 +5525,7 @@ print_gfx_data()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n $root_x_string ]];then
|
if [[ -n $root_x_string ]];then
|
||||||
root_x_string="${C1}Advanced Graphics Data:${C2} N/A $root_x_string"
|
root_x_string="${C1}Advanced Data:${C2} N/A $root_x_string"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
display_full_string="$x_vendor_string$x_driver_string${C1}${res_tty}${C2} ${screen_resolution} $root_x_string"
|
display_full_string="$x_vendor_string$x_driver_string${C1}${res_tty}${C2} ${screen_resolution} $root_x_string"
|
||||||
|
|
Loading…
Reference in a new issue