cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

pedela
Journeyman III

Linux: obtain amount of video RAM

Either using OpenGL or some Linux voodoo, how can I obtain the total amount of video memory for an ATI card?

0 Likes
3 Replies
pboudier
Staff

did you try this OGL extension:

http://www.opengl.org/registry/specs/ATI/meminfo.txt

 

Pierre B.

0 Likes

That extension only provides information about free memory not total memory. It is missing a TOTAL_MEMORY_ATI define in my opinion. Does AMD_performance_monitor return the value and if so what is the name of the counter?

0 Likes

try this extension http://www.opengl.org/registry/specs/AMD/wgl_gpu_association.txt

and maybe ADL SDK.

0 Likes