Command line for Graphics Driver(s)

What is the command line if you want to find out what graphic card is installed on your computer?
I typed the following command, but it didn’t work on Nentruner Frontier.
mhwd -li

MHWD (Manjaro Hardware Detection Utility) is custom to Manjaro Linux in which the Netrunner Rolling Edition is based.

The Netrunner Standard Edition (Netrunner 14) is based on Kubuntu, so it would use whatever method and/or utilities are used in it for hardware detection and installation.

http://www.netrunner-os.com/netrunner-overview/

Usually the command

lspci | grep -i vga

Shows your graphicscard.

As graphical user interface a driver manager is shipped aswell.

That did the trick!
Thanks Leszek