summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nv_dac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nv_dac.c b/src/nv_dac.c
index e1f0740..7e8340d 100644
--- a/src/nv_dac.c
+++ b/src/nv_dac.c
@@ -118,7 +118,9 @@ NVDACInit(ScrnInfoPtr pScrn, DisplayModePtr mode)
vertBlankStart = vertStart;
horizStart = horizTotal - 5;
horizEnd = horizTotal - 2;
- horizBlankEnd = horizTotal + 4;
+ horizBlankEnd = horizTotal + 4;
+ if(pNv->Architecture == NV_ARCH_30)
+ horizTotal += 2;
}
pVga->CRTC[0x0] = Set8Bits(horizTotal);