Author: daniel Date: 2003-06-03 07:49:48 -0500 (Tue, 03 Jun 2003) New Revision: 129
Added: branches/4.3.0/sid/debian/patches/056_i810_make_i830_usable.diff Log: i830 fix from Egbert Eich - apparently it's completely unusable without this. Added: branches/4.3.0/sid/debian/patches/056_i810_make_i830_usable.diff ============================================================================== --- branches/4.3.0/sid/debian/patches/056_i810_make_i830_usable.diff 2003-06-02 21:31:08 UTC (rev 128) +++ branches/4.3.0/sid/debian/patches/056_i810_make_i830_usable.diff 2003-06-03 12:49:48 UTC (rev 129) @@ -0,0 +1,26 @@ +From Marcus C. Gottwald: +Hi Daniel! + +Egbert Eich's patch for the i830 driver applies fine to your +4.3.0-0ds4 sources and really only makes it usable on a i830. I +only had to create another patch file and recompile the whole +thing: + +===== + +Patch from Egbert Eich 2003-04-07 11:37 + +see bugs.xfree86.org #103 + +--- xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c ++++ xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c +@@ -3254,6 +3255,8 @@ + #endif + + ResetState(pScrn, TRUE); ++ /* NeedToSync is set TRUE in RefreshRing called from ResetState() */ ++ pI830->AccelInfoRec->NeedToSync = FALSE; + RestoreHWState(pScrn); + RestoreBIOSMemSize(pScrn); + I830UnbindGARTMemory(pScrn); + -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]