# # Updated but not checked in: # (will commit) # # modified: src/nv_setup.c # # # Untracked files: # (use "git add" to add to commit) # # ExaCopy4.diff # aclocal.m4~ # config.h.in~ # configure.ac~ # mkinstalldirs # nouveau_no_reinit.diff # r.txt # src/m # src/nv_dma.c~ # src/nv_dri.c~ # src/nv_driver.c.orig # src/nv_driver.c.rej # src/nv_driver.c~ # src/nv_exa.c~ # src/nv_hw.c~ # src/nv_setup.c~ # src/nv_type.h~ # src/nv_video.c~ # src/nvreg.h~ # src/patch1 # xf86dri.diff diff --git a/src/nv_setup.c b/src/nv_setup.c index 8af34c1..512b667 100644 --- a/src/nv_setup.c +++ b/src/nv_setup.c @@ -489,8 +489,8 @@ NVCommonSetup(ScrnInfoPtr pScrn) NVSelectHeadRegisters(pScrn, 0); NVParseBios(pScrn); /* reset PFIFO and PGRAPH, then power up all the card units */ - nvWriteMC(pNv, 0x200, 0x17110013); - usleep(1000); +/* nvWriteMC(pNv, 0x200, 0x17110013); + usleep(1000);*/ nvWriteMC(pNv, 0x200, 0x17111113); if(pNv->Architecture == NV_ARCH_03)