diff --git a/DOCS/Hungarian/video.html b/DOCS/Hungarian/video.html index d449f8adc8..7d591b76b3 100644 --- a/DOCS/Hungarian/video.html +++ b/DOCS/Hungarian/video.html @@ -1096,13 +1096,14 @@ k Oks. A következő feladat a kurzor eltüntetése, és a képernyőkímélő kikapcsolása. Futtasd a következő parancsokat :

- echo -e '\033[?25l'
+ echo -e '\033[?25l' vagy setterm -cursor off
setterm -blank 0

Jobb ha valami script-be teszed őket, és kiüríted a képernyőt is.. A kurzor visszakapcsolása :
echo -e '\033[?25h' + or setterm -cursor on

Yeah kewl. A lejátszást a következő paraméterekkel indítsd : diff --git a/DOCS/video.html b/DOCS/video.html index 2830aef24c..f39e0338a5 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -606,9 +606,11 @@ Pay attention to the bpp value, fbdev driver tries to use the current, 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.
  • -
  • you possibly want to turn the cursor off : echo -e '\033[?25l'
    +
  • you possibly want to turn the cursor off : echo -e '\033[?25l' + or setterm -cursor off
    and the screen saver: setterm -blank 0
    To turn the cursor back on : echo -e '\033[?25h' + or setterm -cursor on

    NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer, @@ -1140,13 +1142,14 @@ you must get it working first. Then recompile MPlayer with and turn off screen blanking. Execute the following commands:

    - echo -e '\033[?25l'
    + echo -e '\033[?25l' or setterm -cursor off
    setterm -blank 0

    You possibly want to put the above into a script, and also clear the screen.. To turn the cursor back :
    echo -e '\033[?25h' + or setterm -cursor on

    Yeah kewl. Start movie playing with mplayer -vo mga -fs -screenw 640