mirror of
https://github.com/smxi/inxi.git
synced 2025-01-31 18:12:21 +00:00
more resorting of gfx driver lists.
This commit is contained in:
parent
0fc4381727
commit
5711e84587
2
inxi
2
inxi
|
@ -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|iftv|ivtv|i128|i740|i810|imstt|intel|mach64|mesa|mga|modesetting|neomagic|newport|nsc|nouveau|nvidia|nv|openchrome|radeonhd|radeon|rendition|s3virge|s3|savage|siliconmotion|sisusb|sis|tdfx|tga|trident|tseng|unichrome|v4l|vboxvideo|vesa|vga|via|vmware|voodoo'
|
||||
local driver_list='amdgpu|apm|ark|ati|chips|cirrus|cyrix|fbdev|fglrx|glint|i128|i740|i810|iftv|imstt|intel|ivtv|mach64|mesa|mga|modesetting|neomagic|newport|nouveau|nsc|nvidia|nv|openchrome|radeonhd|radeon|rendition|s3virge|s3|savage|siliconmotion|sisusb|sis|tdfx|tga|trident|tseng|unichrome|v4l|vboxvideo|vesa|vga|via|vmware|voodoo'
|
||||
local driver='' driver_string='' xorg_log_data='' status='' a_temp=''
|
||||
|
||||
if [[ $B_XORG_LOG == 'true' ]];then
|
||||
|
|
Loading…
Reference in a new issue