How to query the video ram size of a ATI card on Linux?
Posted
by Patrick Bao
on Stack Overflow
See other posts from Stack Overflow
or by Patrick Bao
Published on 2010-05-07T14:54:14Z
Indexed on
2010/05/07
14:58 UTC
Read the original article
Hit count: 266
I want to know the physical video ram size in my application. I can get the same information of Nvidia card by using "nvidia-settings -q -t VideoRam".
I can use amdcccle to find this information, but it's an GUI app, so can't be used in my application. I wonder if there is a way to get this by command, function, or config file?
I'm using RHEL 5.4.
© Stack Overflow or respective owner