Mercurial > mplayer.hg
diff drivers/radeon/README @ 3246:f03adf755028
Improving auto-install
author | nick |
---|---|
date | Sat, 01 Dec 2001 17:08:12 +0000 |
parents | 6f6c1bd1a682 |
children | acb2fcf45d9a |
line wrap: on
line diff
--- a/drivers/radeon/README Sat Dec 01 16:32:07 2001 +0000 +++ b/drivers/radeon/README Sat Dec 01 17:08:12 2001 +0000 @@ -33,6 +33,8 @@ Simply type two commands in this directory: make make install +If you install it first time then type also: +make nodes Using with mplayer: ~~~~~~~~~~~~~~~~~~~ @@ -42,6 +44,18 @@ or mplayer -vo vesa:lvo:/dev/rage128_vid -<your options> filename +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 + +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. +(I use midnight commander for that ;) + Note: ~~~~~ You can pass only options with can be recognized by vo_vesa driver.