summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-10-21 22:55:02 +0200
committerFrancisco Jerez <currojerez@riseup.net>2010-10-22 15:33:03 +0200
commit70f0d2c886ceaa965ca4864788f4dd8e8f757a92 (patch)
tree804fa8deb203fdb2c469c4c2a794f017492933a5 /man
parent72dd4899ff036b09e3680ed2e09b3dbae3a7ba71 (diff)
dri2: Add sync-to-vblank support.
Note that you need a recent enough kernel for it to work. Use the "GLXVBlank" option to enable it (it defaults to disabled for now). Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'man')
-rw-r--r--man/nouveau.man5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/nouveau.man b/man/nouveau.man
index 0e4c3a2..a8961ad 100644
--- a/man/nouveau.man
+++ b/man/nouveau.man
@@ -75,6 +75,11 @@ Enable or disable use of the shadow framebuffer layer. Default: off.
.TP
.BI "Option \*qWrappedFB\*q \*q" boolean \*q
Enable or disable wfb, only affects nv50+. Useful for some legacy configurations where high rendering latency is perceived. Default: wfb is disabled.
+.TP
+.BI "Option \*qGLXVBlank\*q \*q" boolean \*q
+Synchronize GLX clients to VBlank. Useful where tearing is a problem,
+harmful if the GPU isn't fast enough to keep up with the monitor
+refresh rate. Default: off.
.SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS