The quickest (non-graphical) way to this is to run lspci | grep VGA in a terminal.
If you want you can also install hardinfo
on your system, and when you launch it (system benchmark and profiler in the system menu), you can find your graphics information easily.
$sudo inxi -F -x
(case sensitive) Will give a nice summary of your system, easy to read. Use the switch -G for just graphics. But it doesn't show video RAM, though one should be able to google the reported graphics for what it 'should' have. I also like the graphical 'hardinfo' which summarizes hwinfo (I think) will give more but still doesn't report graphics memory that I can see
$sudo dmesg |grep VRAM will show how much video ram you have.
Also
glxinfo -B
lspci, lshw, hwinfo seem to just report the prefetch (often 512mb) or reports each module in hex format
The quickest (non-graphical) way to this is to run
lspci | grep VGA
in a terminal.If you want you can also install hardinfo on your system, and when you launch it (system benchmark and profiler in the system menu), you can find your graphics information easily.
See this image for an example.
Use
$sudo inxi -F -x
(case sensitive) Will give a nice summary of your system, easy to read. Use the switch -G for just graphics. But it doesn't show video RAM, though one should be able to google the reported graphics for what it 'should' have. I also like the graphical 'hardinfo' which summarizes hwinfo (I think) will give more but still doesn't report graphics memory that I can see$sudo dmesg |grep VRAM
will show how much video ram you have.Also
lspci, lshw, hwinfo seem to just report the prefetch (often 512mb) or reports each module in hex format