Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on How to see VRAM with inxi?

Parent

How to see VRAM with inxi?

+0
−0

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.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+0
−0

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,

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

No VRAM even with -xxx (2 comments)
No VRAM even with -xxx
matthewsnyder‭ wrote 6 months ago

Unfortunately, sudo inxi -G -xxx doesn't seem to report VRAM. There's a lot of information in it though, so maybe it does but I missed it?

LAFK‭ wrote 6 months ago

Well, I did anticipate that outcome, as my docs say many things are reported... but not VRAM. In my output I also don't see it. Is glxinfo not an option? lshw might be capable of this, but have not tried it.