Command to check graphics device and graphics driver

20,207

Yes, one approach has been documented here: https://help.ubuntu.com/community/i810

You can also run this command to locate the device:

lspci | grep VGA

If you run the same command with a -k switch, it will give you the driver, too.

lspci -k

Share:
20,207

Related videos on Youtube

Noel
Author by

Noel

Updated on September 17, 2022

Comments

  • Noel
    Noel over 1 year

    Is there a utility or terminal command to tell you what graphics device and driver you are using?

  • Noel
    Noel over 13 years
    Thank you very much, that's exactly what I was looking for!