On Wed, Nov 04, 2015 at 02:18:28PM +0330, Mohammad BadieZadegan wrote:
> Hi everybody,
> I have searched more time to find a command to show the current VGA memory
> size but nothing found for OpenBSD.
> Is that a way to find it?
> Thanks.
>

I'm not sure about a base utility, but you can (sometimes?) get the vga memory
size via the glxinfo(1) command, ex:

--snip--
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: X.Org (0x1002)
    Device: AMD RV710 (0x9540)
    Version: 10.2.9
    Accelerated: yes
    Video memory: 512MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 3.3
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0
--snip--

Cheers,

-Ryan 

Reply via email to