diff --git a/inxi b/inxi index d69ded1..15db478 100755 --- a/inxi +++ b/inxi @@ -4738,8 +4738,8 @@ get_graphics_driver() } # verify that the driver actually started the desktop, even with false failed messages which can occur # this is the driver that is actually driving the display - /.*\([0-9]+\):\sDepth.*framebuffer/ { - driver=gensub(/.*('"$driver_list"')\([0-9]+\):\sDepth.*framebuffer.*/, "\\1", 1, $0 ) + /.*\([0-9]+\):[[:space:]]Depth.*framebuffer/ { + driver=gensub(/.*('"$driver_list"')\([0-9]+\):[[:space:]]Depth.*framebuffer.*/, "\\1", 1, $0 ) # we need to make sure that the driver has already been truly loaded, not just discussed, also # set driver to lower case because sometimes it will show as RADEON or NVIDIA in the actual x start driver=tolower(driver)