paperlined.org
rosetta_stone > os > info_utils
document updated 14 years ago, on Jul 11, 2009

How much RAM does my card have?

The information will be in /var/log/Xorg.0.log somewhere (your X video driver knows more about your card than anything else does), but the exact string varies depending on your video driver. These searches generally work:
grep -i kb /var/log/Xorg.0.log
grep -i ram /var/log/Xorg.0.log



Is there a simple benchmark I can run?