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 »

Review Suggested Edit

You can't approve or reject suggested edits because you haven't yet earned the Edit Posts ability.

Approved.
This suggested edit was approved and applied to the post 6 months ago by LAFK‭.

42 / 255
  • Inxi has a -x for details, which you use like -v in SSH. -x, -xx or -xxx
  • Why -x? Cause e**x**tra.
  • 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,
  • Inxi has a `-x`, `-xx`, `-xxx` for e**x**tra 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,

Suggested 6 months ago by matthewsnyder‭