diff options
author | Adam Jackson <ajax@redhat.com> | 2008-01-19 15:34:41 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-01-19 15:34:41 -0500 |
commit | cd2436c57d6b197ce0f58bf39ade903393cea842 (patch) | |
tree | e5757938666e5e31dd926a4ef9b31014b7dce53e /src | |
parent | 40a4c1bdff174c31e6426a2ab3bc7cea5d99a700 (diff) |
Change initial memory sizing on G200SE.
Diffstat (limited to 'src')
-rw-r--r-- | src/mga_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_driver.c b/src/mga_driver.c index a74e046..b9ebc79 100644 --- a/src/mga_driver.c +++ b/src/mga_driver.c @@ -3424,7 +3424,7 @@ MGAScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) if (pMga->is_G200SE) { VRTemp = pScrn->videoRam; FBTemp = pMga->FbMapSize; - pScrn->videoRam = 4096; + pScrn->videoRam = 8192; pMga->FbMapSize = pScrn->videoRam * 1024; } |