Results 1 to 6 of 6

Thread: How To Check Graphics Board Memory

  1. #1
    Join Date
    Feb 2014
    Beans
    4

    Question How To Check Graphics Board Memory

    Hi! I'm trying to figure out how much memory my graphics card has in an Acer Aspire ONE Netbook with an Intel GMA 945 Chipset Famliy. What do I punch in to terminal and where does it say how much?

    Thanks in advance!

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: How To Check Graphics Board Memory

    Grapics chips unlike cards don't normally have dedicated memory and work with installed ram. You can check free memory with the following command.
    Code:
    free

    Edit: Intel 945G chipsets. The processor includes a 400 MHz 256-bit core, supporting up to 10.6GB/s memory bandwidth with DDR2-667 system RAM, up to 224MB max. video memory through DVMT scheme, 1.6GPixels/s and 1.6GTexels/s fill rate, a max. resolution of 2048x1536 for both analog and digital displays, 2 SDVO ports for flat-panels and/or TV-Out via ADD2 cards or media expansion cards.
    Last edited by Frogs Hair; February 28th, 2014 at 03:14 AM.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: How To Check Graphics Board Memory

    How's this old command work for you?
    Code:
    grep -i memory /var/log/Xorg.0.log
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  4. #4
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: How To Check Graphics Board Memory

    Quote Originally Posted by deadflowr View Post
    How's this old command work for you?
    Code:
    grep -i memory /var/log/Xorg.0.log
    I get no output but added some info above.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  5. #5
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: How To Check Graphics Board Memory

    Yes, usually the onboard intel gma cards use around 250 to 512mb of system ram.

    In my case, I get this in dmesg
    Code:
    agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable

  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How To Check Graphics Board Memory

    If you boot into BIOS, there is normally a setting where you can change how much RAM is set aside for video RAM. Try different settings to see if it makes a difference.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

Tags for this Thread

Bookmarks

Posting Permissions

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