[Mplayer-cvslog] CVS: main/drivers/radeon Makefile,1.5,1.6 README,1.5,1.6

Nick Kurshev nick at mplayer.dev.hu
Sat Dec 1 18:08:14 CET 2001


Update of /cvsroot/mplayer/main/drivers/radeon
In directory mplayer:/var/tmp.root/cvs-serv20813/main/drivers/radeon

Modified Files:
	Makefile README 
Log Message:
Improving auto-install

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/drivers/radeon/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	1 Dec 2001 15:22:10 -0000	1.5
+++ Makefile	1 Dec 2001 17:08:12 -0000	1.6
@@ -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

Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/drivers/radeon/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README	1 Dec 2001 15:22:10 -0000	1.5
+++ README	1 Dec 2001 17:08:12 -0000	1.6
@@ -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:
 ~~~~~~~~~~~~~~~~~~~
@@ -41,6 +43,18 @@
 mplayer -vo vesa:lvo:/dev/radeon_vid -<your options> filename
 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:
 ~~~~~




More information about the MPlayer-cvslog mailing list