From d44070431eb16e21744de1da4cbc0a05ceec41a9 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Sat, 24 Jun 2017 18:23:17 -0700 Subject: [PATCH] Also, changed the slightly inaccurate: GLX Renderer: .....GLX Version: .... to OpenGL: renderer: ...... version: ..... --- inxi | 6 +++--- inxi.changelog | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index a4711a2..d6e4c3d 100755 --- a/inxi +++ b/inxi @@ -13077,10 +13077,10 @@ print_graphics_data() direct_rendering='N/A' fi 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 - part_1_data="${C1}GLX Renderer$SEP3${C2} $glx_renderer " - part_2_data="${C1}GLX Version$SEP3${C2} $glx_version$direct_render_string" + part_1_data="${C1}OpenGL$SEP3 renderer$SEP3${C2} $glx_renderer " + part_2_data="${C1}version$SEP3${C2} $glx_version$direct_render_string" # echo $line_starter if [[ $( calculate_line_length "$part_1_data$part_2_data" ) -gt $COLS_INNER ]];then graphics_data=$( create_print_line "$line_starter" "$part_1_data" ) diff --git a/inxi.changelog b/inxi.changelog index 37db754..e3e71cf 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -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 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