summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-14 21:47:44 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-14 21:47:44 +0000
commitc01f825b91d76d92aa7f66d0abd7f82437f519ab (patch)
tree5d8b3658b584d0f5f6bb9f26ce6b7415ffdbcb15 /DOCS
parentd535bf801d20ad050df76fcebf8de50f35f37bb1 (diff)
downloadmpv-c01f825b91d76d92aa7f66d0abd7f82437f519ab.tar.bz2
mpv-c01f825b91d76d92aa7f66d0abd7f82437f519ab.tar.xz
'setterm' can also be used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4702 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/video.html3
-rw-r--r--DOCS/video.html7
2 files changed, 7 insertions, 3 deletions
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üldj patchet.</P>
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 :
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.</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 @@ you must get it working first. Then recompile <B>MPlayer</B> with
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