It does make the screen survive a suspend. It doesn't make X work when sent out the monitor port. That's busted, You get a black screen with an X cursor on the external monitor, no matter what you do. Apparently this used to work in the last go around. Back it out to the version that does work. Right now you can't use this laptop with a projector. -Bob Index: i830_driver.c =================================================================== RCS file: /cvs/XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c,v retrieving revision 1.4 diff -u -r1.4 i830_driver.c --- i830_driver.c 19 Dec 2004 17:45:10 -0000 1.4 +++ i830_driver.c 20 Jan 2005 03:29:59 -0000 @@ -2373,7 +2373,7 @@ pI830->CursorNeedsPhysical = FALSE; /* Force ring buffer to be in low memory for the 845G and later. */ - if (IS_845G(pI830) || IS_I85X(pI830) || IS_I865G(pI830) || IS_I915G(pI830)) + if (IS_845G(pI830) || IS_I865G(pI830) || IS_I915G(pI830)) pI830->NeedRingBufferLow = TRUE; /*