The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Question about ram and integrated graphics

    Discussion in 'VAIO / Sony' started by rick9974, Jan 9, 2008.

  1. rick9974

    rick9974 Notebook Guru

    Reputations:
    0
    Messages:
    64
    Likes Received:
    0
    Trophy Points:
    15
    Well my question is since windows vista 32 bit only recognizes like 3.25 of the 4 GB that is max physically, does the intel integrated graphics card just steal ram from the 3.25 or the 4 as a whole?
     
  2. Rahul

    Rahul Notebook Prophet

    Reputations:
    1,741
    Messages:
    6,252
    Likes Received:
    61
    Trophy Points:
    216
    Its not the integrated graphics, 32-bit OS/software cannot detect the full 4gb of ram, I think only up to 3.2gb.
     
  3. rick9974

    rick9974 Notebook Guru

    Reputations:
    0
    Messages:
    64
    Likes Received:
    0
    Trophy Points:
    15
    oh i know that, but im saying since the graphics card draws like 356 mb or something like that from the ram does it take it from the 3.25 or the total ram (4gb)
     
  4. dmorris68

    dmorris68 Notebook Consultant

    Reputations:
    24
    Messages:
    142
    Likes Received:
    0
    Trophy Points:
    30
    It's not that a 32-bit OS can't *detect* all 4GB of RAM. It certainly can. The problem is that the OS must reserve a portion of upper RAM for memory mapped I/O addressing of hardware, which includes the graphics card (whether integrated or not). This amount varies from system to system, based upon hardware installed. The max available to Windows usually ranges from 3.0-3.5GB.

    Even video cards with dedicated memory result in similar memory mapped requirements. If you have over 3GB available, then you aren't really losing anything extra due to the graphics being integrated.

    To answer your question more specifically: any system RAM required by the video card comes from visible RAM. That doesn't mean it necessarily reserves the full amount at all times, it may only allocate system RAM as needed. Whereas the upper half-gig or more that is mapped for I/O is "virtual" RAM space and doesn't occupy physical RAM -- however because it overlaps the area of addressable RAM on a 4GB system, that portion of physical RAM is hidden and unavailable. So whatever is left after the virtual mappings are reserved, the video card will take from that if it needs more buffer.