diff options
author | nick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-01 20:23:47 +0000 |
---|---|---|
committer | nick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-01 20:23:47 +0000 |
commit | 8f1b0f7beea8cde89a7a116f87c4fd61a23d129e (patch) | |
tree | 1f03ac256ac05db8753a6279264adbff92a08564 /drivers/radeon/README | |
parent | 449877858b0b690c5185e114d8dab753f8dd5a77 (diff) |
Minor improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3254 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers/radeon/README')
-rw-r--r-- | drivers/radeon/README | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/radeon/README b/drivers/radeon/README index 2e6b60163a..ea49a6d4b7 100644 --- a/drivers/radeon/README +++ b/drivers/radeon/README @@ -53,8 +53,19 @@ Example (disables adaptive deinterlacing): echo "deinterlace=off">/dev/radeon_vid To know more about these parameters - try read /dev/radeon_vid file ;) -Note: don't use 'cat' since it can detect EOF during reading such files. +Note: don't use 'cat' since it can't detect EOF during reading such files. (I use midnight commander for that ;) +or try this: +head -n 20 /dev/radeon_vid + +List of parameters: +~~~~~~~~~~~~~~~~~~~ +brightness=decval (-64:+63) doesn't work on radeons +saturation=decval (0:+31) doesn't work on radeons +double_buff=on/off enables/disables double buffering +colour_key=hexval defines colour key +deinterlace=on/off enables/disables adaprive deinterlacing +deinterlace_pattern=hexval defines deinterlacing pattern Note: ~~~~~ |