changeset 2507:ad6424619117

cursor on/off, screenblank off -> fbdev
author gabucino
date Sun, 28 Oct 2001 10:47:06 +0000
parents 501752469c39
children 94f9825a3736
files DOCS/video.html
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/video.html	Sun Oct 28 10:45:42 2001 +0000
+++ b/DOCS/video.html	Sun Oct 28 10:47:06 2001 +0000
@@ -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>