From e0ec0393461ce18fb376f7a01dea99c6c049c913 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sun, 28 Oct 2001 10:47:06 +0000 Subject: cursor on/off, screenblank off -> fbdev git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2508 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/video.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'DOCS') 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 ;))

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.
  • -zoom option isn't supported (software scaling is slow). -fs option -isn't supported. You can't use 8bpp (or less) modes.

    +isn't supported. You can't use 8bpp (or less) modes.
  • +
  • you possibly want to turn the cursor off : echo -e '\033[?25l'
    + and the screen saver: setterm -blank 0
    + To turn the cursor back on : echo -e '\033[?25h' +

    NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer, and don't ask for it, since it's not an MPlayer limitation.

    -- cgit v1.2.3