diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-04-17 01:05:15 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-04-17 10:25:00 -0400 |
commit | db177c70ce88af19c8e05eb916a15f3e124876eb (patch) | |
tree | 49b910b59278ef767380192826abc1ec8b4e1b83 /man | |
parent | 00266177bed2dc8693df497ca3ec19f2dc4adc05 (diff) |
Update Xv info in man page
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/radeon.man b/man/radeon.man index 7ca65e9..9b0d292 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -594,7 +594,9 @@ XV_BICUBIC is used to control whether textured adapter should apply a bicubic filter to smooth the output. It has three values: 'off'(0), 'on'(1) and 'auto'(2). 'off' means never apply the filter, 'on' means always apply the filter and 'auto' means apply the filter only if the X and Y -sizes are scaled to more than double, this to avoid blurred output. +sizes are scaled to more than double to avoid blurred output. Bicubic +filtering is not currently compatible with other Xv attributes like hue, +contrast, and brightness, and must be disabled to use those attributes. The default is .B 'auto'(2). |