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.
This commit is contained in:
Harald Hope 2016-12-02 16:03:42 -08:00
parent 6b378430ef
commit d852268eb7
2 changed files with 19 additions and 3 deletions

6
inxi
View file

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

View file

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