Noel Asked: 2010-10-23 12:40:58 +0800 CST2010-10-23 12:40:58 +0800 CST 2010-10-23 12:40:58 +0800 CST Command to check graphics device and graphics driver 772 Is there a utility or terminal command to tell you what graphics device and driver you are using? 10.10 command-line drivers graphics 1 Answers Voted Best Answer WeekendDiver 2010-10-23T13:03:49+08:002010-10-23T13:03:49+08:00 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
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