Results 1 to 6 of 6
Is there any command in Linux to find out how much Graphic memory I have. I m using a d845 board and i just want to know how much onboard ...
- 02-05-2008 #1
Graphic Memory
Is there any command in Linux to find out how much Graphic memory I have. I m using a d845 board and i just want to know how much onboard graphic memory is available.
- 02-07-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
There are several ways, but one easy way is to go to a terminal and run:
...then look through the listing for VGA compatible controller, or something similar, then look below it for the "prefetchable" memory.Code:lspci -v | less
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-10-2008 #3
Hi OZar tried lspci tool but the thing is i have only 64MB on board garphic memory as per the specification give in the manual of my motherboard but the output of Lspci shows 128MB of prefetchable memory. Any Idea of why it's shown like that?
- 02-10-2008 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Sorry... just retested the command above and it appears that it does not give the accurate video RAM count for me, either.
Try running this command instead:
It's a little more drawn out and complicated, but it should give an accurate video RAM count.Code:grep -i ram /var/log/Xorg.0.log; grep -i mem /var/log/Xorg.0.log
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-11-2008 #5
Yes Ozar the first Grep n is getting me the Exact Size of my Video memory!!!!! Thanks a Lot!!!!!!!!!!! I want to install 845 resolution package how can i do that???????????
- 02-11-2008 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
