diff options
author | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2006-11-29 16:46:57 +0100 |
---|---|---|
committer | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2006-11-29 16:46:57 +0100 |
commit | 9f5ea3981449f29ff204eb154166e8fc813205fa (patch) | |
tree | c4b1d13aab46ee52e97862e999633eac525a9d52 /man/radeon.man | |
parent | 35a5eaf5adf103ef57f8d4590dae25b0c50bd780 (diff) |
radeon: bug #1462, predownscale to make HD video work.
Use the overlay scaler's predownscale capability to make videos with large
horizontal resolution work if it exceeds the scaler buffer width. Make the
scaler buffer width user-configurable since we don't know it for all chips,
and using predownscaling may otherwise reduce quality even if it wouldn't
be needed. This should fix bug #1462.
Diffstat (limited to 'man/radeon.man')
-rw-r--r-- | man/radeon.man | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/radeon.man b/man/radeon.man index 9dc75fc..ddfd0ff 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -140,6 +140,17 @@ This overrides the default pixel value for the YUV video overlay key. The default value is .B 0x1E. .TP +.BI "Option \*qScalerWidth\*q \*q" integer \*q +This sets the overlay scaler buffer width. Accepted values range from 1024 to +2048, divisible by 64, values other than 1536 and 1920 may not make sense +though. Should be set automatically, but noone has a clue what the limit is +for which chip. If you think quality is not optimal when playing back HD video +(with horizontal resolution larger than this setting), increase this value, if +you get an empty area at the right (usually pink), decrease it. Note this only +affects the "true" overlay via xv, it won't affect things like textured video. +.br +The default value is either 1536 (for most chips) or 1920. +.TP .BI "Option \*qUseFBDev\*q \*q" boolean \*q Enable or disable use of an OS\-specific framebuffer device interface (which is not supported on all OSs). MergedFB does not work when this |