From d852268eb7d10a695505c4778c5a886390caf9cb Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Fri, 2 Dec 2016 16:03:42 -0800 Subject: [PATCH] New version, new tarball. This will matter to some users, inxi had failed to add 'modesetting' graphics driver, so it would not show in output, which causes support issues for users of that specific driver, like some cases of Intel. Also inxi would always have failed to show it unloaded in cases where radeon/nouveau were used but it had been loaded by xorg to begin with. So probably worth updating packages I'd say. --- inxi | 6 +++--- inxi.changelog | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index e759a05..be571d0 100755 --- a/inxi +++ b/inxi @@ -1,8 +1,8 @@ #!/usr/bin/env bash ######################################################################## #### Script Name: inxi -#### Version: 2.3.4 -#### Date: 2016-11-03 +#### Version: 2.3.5 +#### Date: 2016-12-02 #### Patch Number: 00 ######################################################################## #### SPECIAL THANKS @@ -6217,7 +6217,7 @@ get_graphics_driver() eval $LOGFS # list is from sgfxi plus non-free drivers - local driver_list='amdgpu|apm|ark|ati|chips|cirrus|cyrix|fbdev|fglrx|glint|i128|i740|intel|i810|imstt|mach64|mga|neomagic|nsc|nvidia|nv|openchrome|nouveau|radeon|radeonhd|rendition|s3virge|s3|savage|siliconmotion|sisusb|sis|tdfx|tga|trident|tseng|unichrome|vboxvideo|vesa|vga|via|voodoo|vmware|v4l' + local driver_list='amdgpu|apm|ark|ati|chips|cirrus|cyrix|fbdev|fglrx|glint|i128|i740|intel|i810|imstt|mach64|mga|modesetting|neomagic|nsc|nvidia|nv|openchrome|nouveau|radeon|radeonhd|rendition|s3virge|s3|savage|siliconmotion|sisusb|sis|tdfx|tga|trident|tseng|unichrome|vboxvideo|vesa|vga|via|voodoo|vmware|v4l' local driver='' driver_string='' xorg_log_data='' status='' a_temp='' if [[ $B_XORG_LOG == 'true' ]];then diff --git a/inxi.changelog b/inxi.changelog index 0b7f86c..5483e86 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,19 @@ +===================================================================================== +Version: 2.3.5 +Patch Version: 00 +Script Date: 2016-12-02 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. This will matter to some users, inxi had failed to add 'modesetting' +graphics driver, so it would not show in output, which causes support issues for users of that specific +driver, like some cases of Intel. Also inxi would always have failed to show it unloaded in cases where +radeon/nouveau were used but it had been loaded by xorg to begin with. So probably worth updating packages +I'd say. + +----------------------------------- +-- Harald Hope - Fri, 02 Dec 2016 16:00:57 -0800 + ===================================================================================== Version: 2.3.4 Patch Version: 00