mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
Also, changed the slightly inaccurate:
GLX Renderer: .....GLX Version: .... to OpenGL: renderer: ...... version: .....
This commit is contained in:
parent
70d659acdf
commit
d44070431e
6
inxi
6
inxi
|
@ -13077,10 +13077,10 @@ print_graphics_data()
|
||||||
direct_rendering='N/A'
|
direct_rendering='N/A'
|
||||||
fi
|
fi
|
||||||
if [[ $B_HANDLE_CORRUPT_DATA == 'true' || $B_EXTRA_DATA == 'true' ]];then
|
if [[ $B_HANDLE_CORRUPT_DATA == 'true' || $B_EXTRA_DATA == 'true' ]];then
|
||||||
direct_render_string=" ${C1}Direct Rendering$SEP3${C2} $direct_rendering"
|
direct_render_string=" ${C1}Direct Render$SEP3${C2} $direct_rendering"
|
||||||
fi
|
fi
|
||||||
part_1_data="${C1}GLX Renderer$SEP3${C2} $glx_renderer "
|
part_1_data="${C1}OpenGL$SEP3 renderer$SEP3${C2} $glx_renderer "
|
||||||
part_2_data="${C1}GLX Version$SEP3${C2} $glx_version$direct_render_string"
|
part_2_data="${C1}version$SEP3${C2} $glx_version$direct_render_string"
|
||||||
# echo $line_starter
|
# echo $line_starter
|
||||||
if [[ $( calculate_line_length "$part_1_data$part_2_data" ) -gt $COLS_INNER ]];then
|
if [[ $( calculate_line_length "$part_1_data$part_2_data" ) -gt $COLS_INNER ]];then
|
||||||
graphics_data=$( create_print_line "$line_starter" "$part_1_data" )
|
graphics_data=$( create_print_line "$line_starter" "$part_1_data" )
|
||||||
|
|
|
@ -21,6 +21,14 @@ This is a good source for lists of wm: http://www.xwinman.org/ http://www.xwinm
|
||||||
However, that does not show how to ID it, so i have to do it on a case by case, but I'll
|
However, that does not show how to ID it, so i have to do it on a case by case, but I'll
|
||||||
add an issue for showing how to get your wm of choice if it's missing to inxi.
|
add an issue for showing how to get your wm of choice if it's missing to inxi.
|
||||||
|
|
||||||
|
Also, changed the slightly inaccurate:
|
||||||
|
|
||||||
|
GLX Renderer: .....GLX Version: ....
|
||||||
|
|
||||||
|
to
|
||||||
|
|
||||||
|
OpenGL: renderer: ...... version: .....
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
-- Harald Hope - Sat, 24 Jun 2017 18:00:21 -0700
|
-- Harald Hope - Sat, 24 Jun 2017 18:00:21 -0700
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue