File moblin-2009Q2-rc2-incremental.patch of Package xorg-x11-driver-video-intel-legacy
Index: xf86-video-intel-2.8.0/man/intel.man
===================================================================
--- xf86-video-intel-2.8.0.orig/man/intel.man
+++ xf86-video-intel-2.8.0/man/intel.man
@@ -97,6 +97,16 @@ the framerate of applications that rende
.IP
Default: enabled.
.TP
+.BI "Option \*qSwapbuffersWait\*q \*q" boolean \*q
+This option controls the behavior of glXSwapBuffers and glXCopySubBufferMESA
+calls by GL applications. If enabled, the calls will avoid tearing by making
+sure the display scanline is outside of the area to be copied before the copy
+occurs. If disabled, no scanline synchronization is performed, meaning tearing
+will likely occur. Note that when enabled, this option can adversely affect
+the framerate of applications that render frames at less than refresh rate.
+.IP
+Default: enabled.
+.TP
.BI "Option \*qDRI\*q \*q" boolean \*q
Disable or enable DRI support.
.IP