Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created January 20, 2016 17:03
Show Gist options
  • Save lee-pai-long/b46fcee37fdff62a18e3 to your computer and use it in GitHub Desktop.
Save lee-pai-long/b46fcee37fdff62a18e3 to your computer and use it in GitHub Desktop.

[LINUX] Find the graphic card model installed

Using lspci

$ lspci -v | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M LE] (rev a1) (prog-if 00 [VGA controller])

Using inxi

$ inxi -Gx
Graphics:  Card-1: Intel 3rd Gen Core processor Graphics Controller bus-ID: 00:02.0
           Card-2: NVIDIA GK107M [GeForce GT 640M LE] bus-ID: 01:00.0
           X.Org: 1.14.3 drivers: nouveau,intel (unloaded: fbdev,vesa) Resolution: [email protected]
           GLX Renderer: Mesa DRI Intel Ivybridge Mobile GLX Version: 3.0 Mesa 9.2.2 Direct Rendering: Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment