Find the answer to your Linux question:
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 ...
  1. #1
    Linux Newbie reiko's Avatar
    Join Date
    Aug 2007
    Location
    Chennai, India
    Posts
    105

    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.

  2. #2
    oz
    oz is offline
    forum.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:

    Code:
    lspci -v | less
    ...then look through the listing for VGA compatible controller, or something similar, then look below it for the "prefetchable" memory.
    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.

  3. #3
    Linux Newbie reiko's Avatar
    Join Date
    Aug 2007
    Location
    Chennai, India
    Posts
    105
    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?

  4. #4
    oz
    oz is offline
    forum.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:

    Code:
    grep -i ram /var/log/Xorg.0.log; grep -i mem /var/log/Xorg.0.log
    It's a little more drawn out and complicated, but it should give an accurate video RAM count.
    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.

  5. #5
    Linux Newbie reiko's Avatar
    Join Date
    Aug 2007
    Location
    Chennai, India
    Posts
    105
    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???????????

  6. #6
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Quote Originally Posted by reiko View Post
    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???????????
    Glad that worked for you.

    You'll need to install the i810 package preferably using your package manager for your distro. For Arch (my distro), it's the xf86-video-i810 package.
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...