[Mplayer-cvslog] CVS: main/TVout matroxtv,1.4,1.5

Winner of tha face compo gabucino at mplayerhq.hu
Sat Sep 28 18:10:22 CEST 2002


Update of /cvsroot/mplayer/main/TVout
In directory mail:/var/tmp.root/cvs-serv1357

Modified Files:
	matroxtv 
Log Message:
function for blanking+clearing screen


Index: matroxtv
===================================================================
RCS file: /cvsroot/mplayer/main/TVout/matroxtv,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- matroxtv	12 Sep 2002 09:42:00 -0000	1.4
+++ matroxtv	28 Sep 2002 16:10:09 -0000	1.5
@@ -61,6 +61,7 @@
 
 clear
 
+echo " [ 0 ]    Clear & blank screen"
 echo " [ 1 ]    Monitor only"
 echo "                          /---> Monitor"
 echo " [ 2 ]    DualHead - CRTC1"
@@ -77,6 +78,13 @@
 read ABC
 
 case "$ABC" in
+	0)
+	clear
+	setterm -cursor off
+	setterm -blank 0
+	read
+	;;
+
 	1)
 	matroxset -f /dev/fb1 -m 0
 	matroxset -f /dev/fb0 -m 1




More information about the MPlayer-cvslog mailing list