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.

    xps m1330 8400m gs shared memory?

    Discussion in 'Dell XPS and Studio XPS' started by xboxgon, Jul 23, 2008.

  1. xboxgon

    xboxgon Notebook Guru

    Reputations:
    0
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    15
    How much is the total memory that the gpu is gonna use? i have vista x64 installed and i looked into dxdiag, and it says the 8400m gs that i have has 1900mb :confused: is this normal?
     
  2. basskiddanny

    basskiddanny Notebook Evangelist

    Reputations:
    25
    Messages:
    538
    Likes Received:
    0
    Trophy Points:
    30
    I think you can allow it to share some system memory but its not worth it. I think the 1900mb readout can't be right.
     
  3. xboxgon

    xboxgon Notebook Guru

    Reputations:
    0
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    15
  4. MexicanSnake

    MexicanSnake I'm back!

    Reputations:
    872
    Messages:
    1,244
    Likes Received:
    0
    Trophy Points:
    55
    Run some kind of gpu test, like 3dmark06 to see what is going on.
     
  5. flipfire

    flipfire Moderately Boss

    Reputations:
    6,156
    Messages:
    11,214
    Likes Received:
    68
    Trophy Points:
    466
    No, what that means is turbocache can dynamically use up to 1.9gb of your system memory (which is never gonna happen anyway)

    Keep in mind turbocache only comes alive when youve run out of dedicated memory. Which is never for normal day to day uses.
     
  6. 7oby

    7oby Notebook Evangelist

    Reputations:
    151
    Messages:
    457
    Likes Received:
    0
    Trophy Points:
    30
  7. xboxgon

    xboxgon Notebook Guru

    Reputations:
    0
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    15
    omg, mhmmm i checked all those stuff and it really is reporting that the graphics that is shared is 1904mb >_> is anyone else doing this on their m1330
    ?
     
  8. 7oby

    7oby Notebook Evangelist

    Reputations:
    151
    Messages:
    457
    Likes Received:
    0
    Trophy Points:
    30
    You didn't check anything. Please reread flipfire's posting:

    The 1,9GB are NOT used and NOT allocated until they are REQUIRED, which is: NEVER! This applies to Vista. XP handles TurboCache differently. The 1,9GB are not lost to the GPU - they are even NOT reserved in that sense. It's just that: IF the application would require THAT amount of video memory, it WOULD be given to it. But if the graphics system would report a smaller number the application might reject to work, since it requires a graphics card with more memory.

    The long answer is:

    SharedSystemMemory = MIN(MIN(SumOfCommitLimitOnAllApertureSegment, DXGK_DRIVERCAPS.ApertureSegmentCommitLimit), MAX((TotalSystemMemory - 512) / 2), 64MB))
     
  9. xboxgon

    xboxgon Notebook Guru

    Reputations:
    0
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    15
    ahhh thanks
     
  10. ash_bd

    ash_bd Notebook Geek

    Reputations:
    3
    Messages:
    91
    Likes Received:
    0
    Trophy Points:
    15
    Can you please explain how?
     
  11. 7oby

    7oby Notebook Evangelist

    Reputations:
    151
    Messages:
    457
    Likes Received:
    0
    Trophy Points:
    30