Index: i830_driver.c =================================================================== RCS file: /cvs/xorg/driver/xf86-video-i810/src/i830_driver.c,v retrieving revision 1.36 diff -u -r1.36 i830_driver.c --- i830_driver.c 3 Oct 2005 09:39:17 -0000 1.36 +++ i830_driver.c 10 Jan 2006 22:47:22 -0000 @@ -4524,6 +4524,7 @@ * If we're changing the BIOS's view of the video memory size, do that * first, then re-initialise the VBE information. */ + SetPipeAccess(pScrn); if (pI830->pVbe) vbeFree(pI830->pVbe); pI830->pVbe = VBEInit(NULL, pI830->pEnt->index);