On Sun, 13 Jun 2004 02:30:46 -0400
dan <root@bsdrox.com> wrote:
> Anyone know of a program or something in the freebsd OS 4.10 stable
> could tell me how much memory is currently being used on my asus
> geeforce 256 card?
>
> What I am trying to find out is exactly how much memory X is using
> from my vid card if any at all.
Well I can assure you X is you memory on the gfx card if it is working
properly ^_^
Hmm, not aware of any commands to test what it's memory is, but you
can check the logs for what the cards memory address and the like
are... those should give a good idea of about what it has on it...
also it should say during boot time...
If you want to know just what the screen is using, just take
3*<width>*<hight>(note: this assumes 24bit per pixel) and this will
give you the number of bytes the screen it self is using.