How to see VRAM with inxi?
What switches do I need to add to see my video RAM (VRAM) with inxi?
inxi -G
shows my video card model and other info, but not video RAM.
1 answer
Inxi has a -x
, -xx
, -xxx
for extra details.
I'd try sudo inxi -G -xxx
though if it WILL report VRAM is another matter. My help says:
-G Device serial number, class ID; Xorg Screen size, diag; Monitors: hz, size, modes, serial, scale, modes (max/min).
Inxi version 3.3.13 here. Bash, Ubuntu.
If not inxi...
glxinfo | grep memory Video memory: 23898MB Unified memory: yes GL_AMD_performance_monitor, GL_AMD_pinned_memory, GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_memory_object, GL_EXT_memory_object_fd, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_AMD_pinned_memory, GL_AMD_query_buffer_object, GL_EXT_gpu_shader4, GL_EXT_memory_object, GL_EXT_memory_object_fd, GL_EXT_map_buffer_range, GL_EXT_memory_object, GL_EXT_memory_object_fd,
0 comment threads