summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 10:47:06 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 10:47:06 +0000
commite0ec0393461ce18fb376f7a01dea99c6c049c913 (patch)
treeb347cb338e4663e0bcd9b0d610bd4504884e2152 /DOCS
parent6c5420d178eebc620343e23df88fb9daefbcddfb (diff)
downloadmpv-e0ec0393461ce18fb376f7a01dea99c6c049c913.tar.bz2
mpv-e0ec0393461ce18fb376f7a01dea99c6c049c913.tar.xz
cursor on/off, screenblank off -> fbdev
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2508 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/video.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/video.html b/DOCS/video.html
index 1c36495a84..bc27d9c08f 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -497,9 +497,13 @@ whatever. And don't forget to register your UniVBE ;))</P>
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>