How Check Graphics Driver In Linux
sudo lshw -c video
May have to install lshw as well.
Check additional information about your graphics card:
| lspci -nn | grep -E ‘VGA | Display’ |
sudo lshw -c video
May have to install lshw as well.
Check additional information about your graphics card:
| lspci -nn | grep -E ‘VGA | Display’ |