| \- Show kernel drivers handling each device. | | first command (lspci -k) to the next (grep) | | \- pipe used for passing the results of the | | | \- program for searching patterns in files | | | | \- Print 3 lines after the regexp match.
| | | | | \- Only VGA is not good enough, You can view all your video adapters with the lspci command lspci -k | grep -EA3 'VGA|3D|Display'