mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +00:00
'setterm' can also be used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4702 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d535bf801d
commit
c01f825b91
@ -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 :</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 :
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user