More useful example

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3252 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2001-12-01 18:09:32 +00:00
parent ec56759d68
commit 2549868664
1 changed files with 3 additions and 3 deletions

View File

@ -49,11 +49,11 @@ Configuring:
You can tune up some parameters with using following trick:
echo "parameter=value">/dev/radeon_vid
Example:
echo "double_buff=on">/dev/radeon_vid
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 cab catch EOF during reading such files.
Note: don't use 'cat' since it can detect EOF during reading such files.
(I use midnight commander for that ;)
Note: