Mercurial > mplayer.hg
changeset 4701:53c5b0fe1894
'setterm' can also be used
author | gabucino |
---|---|
date | Thu, 14 Feb 2002 21:47:44 +0000 |
parents | 30131db5dfbb |
children | 85e776f4585f |
files | DOCS/Hungarian/video.html DOCS/video.html |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/video.html Thu Feb 14 18:37:33 2002 +0000 +++ b/DOCS/Hungarian/video.html Thu Feb 14 21:47:44 2002 +0000 @@ -1096,13 +1096,14 @@ Oks. A következő feladat a kurzor eltüntetése, és a képernyőkímélő kikapcsolása. Futtasd a következő parancsokat :</P> <P> - <CODE>echo -e '\033[?25l'<BR> + <CODE>echo -e '\033[?25l'</CODE> vagy <CODE>setterm -cursor off<BR> setterm -blank 0</CODE> </P> <P> Jobb ha valami script-be teszed őket, és kiüríted a képernyőt is.. A kurzor visszakapcsolása :<BR><CODE>echo -e '\033[?25h'</CODE> + or <CODE>setterm -cursor on</CODE> </P> <P>Yeah kewl. A lejátszást a következő paraméterekkel indítsd :
--- a/DOCS/video.html Thu Feb 14 18:37:33 2002 +0000 +++ b/DOCS/video.html Thu Feb 14 21:47:44 2002 +0000 @@ -606,9 +606,11 @@ 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.</LI> -<LI>you possibly want to turn the cursor off : <CODE>echo -e '\033[?25l'</CODE><BR> +<LI>you possibly want to turn the cursor off : <CODE>echo -e '\033[?25l'</CODE> + or <CODE>setterm -cursor off</CODE><BR> and the screen saver: <CODE>setterm -blank 0</CODE><BR> To turn the cursor back on : <CODE>echo -e '\033[?25h'</CODE> + or <CODE>setterm -cursor on</CODE> </UL></P> <P>NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer, @@ -1140,13 +1142,14 @@ and turn off screen blanking. Execute the following commands:</P> <P> - <CODE>echo -e '\033[?25l'<BR> + <CODE>echo -e '\033[?25l'</CODE> or <CODE>setterm -cursor off<BR> setterm -blank 0</CODE> </P> <P> You possibly want to put the above into a script, and also clear the screen.. To turn the cursor back :<BR><CODE>echo -e '\033[?25h'</CODE> + or <CODE>setterm -cursor on</CODE> </P> <P>Yeah kewl. Start movie playing with <CODE>mplayer -vo mga -fs -screenw 640