diff options
Diffstat (limited to 'src/nv_setup.c')
-rw-r--r-- | src/nv_setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_setup.c b/src/nv_setup.c index 203e7b2..92ca3ec 100644 --- a/src/nv_setup.c +++ b/src/nv_setup.c @@ -491,6 +491,8 @@ NVCommonSetup(ScrnInfoPtr pScrn) pNv->Television = FALSE; + vgaHWGetIOBase(pVga); + if(!pNv->twoHeads) { pNv->CRTCnumber = 0; if((monitorA = NVProbeDDC(pScrn, 0))) { |