[Mplayer-cvslog] CVS: main/DOCS video.html,1.28,1.29
Winner of tha face compo
gabucino at mplayer.dev.hu
Sun Oct 28 11:47:09 CET 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv19027
Modified Files:
video.html
Log Message:
cursor on/off, screenblank off -> fbdev
Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- video.html 26 Oct 2001 17:19:13 -0000 1.28
+++ video.html 28 Oct 2001 10:47:06 -0000 1.29
@@ -497,9 +497,13 @@
used together with -x and -y options too. The -flip option is supported only
if the movie's pixel format matches the video mode's pixel format.
Pay attention to the bpp value, fbdev driver tries to use the current,
-or if you specify the -bpp option, then that.
+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.</UL></P>
+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>
+ and the screen saver: <CODE>setterm -blank 0</CODE><BR>
+ To turn the cursor back on : <CODE>echo -e '\033[?25h'</CODE>
+</UL></P>
<P>NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer,
and don't ask for it, since it's not an <B>MPlayer</B> limitation.</P>
More information about the MPlayer-cvslog
mailing list