Also, changed the slightly inaccurate:

GLX Renderer: .....GLX Version: ....

to

OpenGL: renderer: ...... version: .....
This commit is contained in:
Harald Hope 2017-06-24 18:23:17 -07:00
parent 70d659acdf
commit d44070431e
2 changed files with 11 additions and 3 deletions

6
inxi
View file

@ -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" )

View file

@ -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