mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
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:
parent
6b378430ef
commit
d852268eb7
6
inxi
6
inxi
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### Version: 2.3.4
|
#### Version: 2.3.5
|
||||||
#### Date: 2016-11-03
|
#### Date: 2016-12-02
|
||||||
#### Patch Number: 00
|
#### Patch Number: 00
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
|
@ -6217,7 +6217,7 @@ get_graphics_driver()
|
||||||
eval $LOGFS
|
eval $LOGFS
|
||||||
|
|
||||||
# list is from sgfxi plus non-free drivers
|
# 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=''
|
local driver='' driver_string='' xorg_log_data='' status='' a_temp=''
|
||||||
|
|
||||||
if [[ $B_XORG_LOG == 'true' ]];then
|
if [[ $B_XORG_LOG == 'true' ]];then
|
||||||
|
|
|
@ -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
|
Version: 2.3.4
|
||||||
Patch Version: 00
|
Patch Version: 00
|
||||||
|
|
Loading…
Reference in a new issue