diff options
Diffstat (limited to 'src/g80_exa.c')
-rw-r--r-- | src/g80_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/g80_exa.c b/src/g80_exa.c index 8113c1a..96dbc21 100644 --- a/src/g80_exa.c +++ b/src/g80_exa.c @@ -302,7 +302,7 @@ Bool G80ExaInit(ScreenPtr pScreen, ScrnInfoPtr pScrn) exa->exa_major = EXA_VERSION_MAJOR; exa->exa_minor = EXA_VERSION_MINOR; exa->memoryBase = pNv->mem; - exa->offScreenBase = pitch * pScrn->virtualY; + exa->offScreenBase = 0; exa->memorySize = pitch * pNv->offscreenHeight; exa->pixmapOffsetAlign = 256; exa->pixmapPitchAlign = 256; |