[Mplayer-cvslog] CVS: main/DOCS video.html,1.65,1.66
Winner of tha face compo
gabucino at mplayer.dev.hu
Thu Feb 14 22:47:46 CET 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv635
Modified Files:
video.html
Log Message:
'setterm' can also be used
Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- video.html 3 Feb 2002 11:19:11 -0000 1.65
+++ video.html 14 Feb 2002 21:47:36 -0000 1.66
@@ -606,9 +606,11 @@
or if you specify the -bpp option, then that.</LI>
<LI><B>-zoom</B> option isn't supported (software scaling is slow). -fs option
isn't supported. You can't use 8bpp (or less) modes.</LI>
-<LI>you possibly want to turn the cursor off : <CODE>echo -e '\033[?25l'</CODE><BR>
+<LI>you possibly want to turn the cursor off : <CODE>echo -e '\033[?25l'</CODE>
+ or <CODE>setterm -cursor off</CODE><BR>
and the screen saver: <CODE>setterm -blank 0</CODE><BR>
To turn the cursor back on : <CODE>echo -e '\033[?25h'</CODE>
+ or <CODE>setterm -cursor on</CODE>
</UL></P>
<P>NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer,
@@ -1140,13 +1142,14 @@
and turn off screen blanking. Execute the following commands:</P>
<P>
- <CODE>echo -e '\033[?25l'<BR>
+ <CODE>echo -e '\033[?25l'</CODE> or <CODE>setterm -cursor off<BR>
setterm -blank 0</CODE>
</P>
<P>
You possibly want to put the above into a script, and also clear
the screen.. To turn the cursor back :<BR><CODE>echo -e '\033[?25h'</CODE>
+ or <CODE>setterm -cursor on</CODE>
</P>
<P>Yeah kewl. Start movie playing with <CODE>mplayer -vo mga -fs -screenw 640
More information about the MPlayer-cvslog
mailing list