diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2009-03-09 10:59:36 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2009-03-09 10:59:36 +0800 |
commit | 646e12a9783d1d48ef21841f0909287a876731a4 (patch) | |
tree | 9172163848421a9b15731fc4a2d6c85f0dfba494 /man | |
parent | 73aa23d9150121a4e4b70a78cab910acd164abf5 (diff) |
typo in intel.man
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/intel.man b/man/intel.man index cf1cf403..ee237f87 100644 --- a/man/intel.man +++ b/man/intel.man @@ -461,7 +461,7 @@ 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 +values 'auto'(-1), 'off'(0) and 'on(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). |