ubuntu check graphics card info

C++
lspci | grep VGA

sudo lshw -C video

sudo lshw -C video | grep product:
Source

Also in C++: