# HG changeset patch # User nick # Date 1007226492 0 # Node ID f03adf755028e59cb6ec21af378e250886dda556 # Parent 1e2a87b7cae84638f2338822b213bfe28eba45d2 Improving auto-install diff -r 1e2a87b7cae8 -r f03adf755028 drivers/radeon/Makefile --- a/drivers/radeon/Makefile Sat Dec 01 16:32:07 2001 +0000 +++ b/drivers/radeon/Makefile Sat Dec 01 17:08:12 2001 +0000 @@ -38,6 +38,11 @@ cp radeon_vid.o $(MOD_PATH) cp rage128_vid.o $(MOD_PATH) depmod -a +nodes: mknod /dev/radeon_vid c 178 0 mknod /dev/rage128_vid c 178 0 - +# Stuff below is for me only ;) +vid: + make install + rmmod radeon_vid + modprobe radeon_vid diff -r 1e2a87b7cae8 -r f03adf755028 drivers/radeon/README --- 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 - 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.