How to check what GPU is installed Linux

How do I check what GPU model is installed in Linux from the command line?

  1. Open the terminal applicationhttps://www.cyberciti.biz/faq/linux-tell-which-graphics-vga-card-installed/
  2. Type the following command to check what GPU is installed in Linux:
    lspci | grep -i --color 'vga\|3d\|2d'
  3. Another option is to run the lshw command:
    lshw -class display

For more info see my page:

https://www.cyberciti.biz/faq/linux-tell-which-graphics-vga-card-installed/