# HG changeset patch # User gabucino # Date 1004266026 0 # Node ID ad6424619117f76e7a79fb6b8157f0688a2416a7 # Parent 501752469c39358b1177e1c8d73c1fafeabfe0ae cursor on/off, screenblank off -> fbdev diff -r 501752469c39 -r ad6424619117 DOCS/video.html --- 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.
  • -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.