diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index e38cc545..01f15056 100644 --- a/man/intel.man +++ b/man/intel.man @@ -438,6 +438,21 @@ builtin laptop screen, both running at 1024x768. .BI " Option \*qmonitor-VGA\*q \*qSome Random CRT\*q" .B "EndSection" +.SH TEXTURED VIDEO ATTRIBUTES +The driver supports the following X11 Xv attributes for Textured Video. +You can use the "xvattr" tool to query/set those attributes at runtime. + +.SS "XV_SYNC_TO_VBLANK" +XV_SYNC_TO_VBLANK is used to control whether textured adapter synchronizes +the screen update to the vblank to eliminate tearing. It has three +values 'auto'(-1), 'off'(0) and 'auto'(1). 'off' means never sync, 'on' means +always sync, no matter what size, and 'auto' means sync if the Xv image is +more than quarter of the pixels on the screen. The default is 'auto'(-1). + +.SS "XV_BRIGHTNESS" + +.SS "XV_CONTRAST" + .SH REPORTING BUGS The xf86-video-intel driver is part of the X.Org and Freedesktop.org |