# HG changeset patch # User gabucino # Date 1013723264 0 # Node ID 53c5b0fe189483133901b56fa094a06abddee982 # Parent 30131db5dfbb52e13a4f931db2ce81b8e8acee65 'setterm' can also be used diff -r 30131db5dfbb -r 53c5b0fe1894 DOCS/Hungarian/video.html --- 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 :
- 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 -r 30131db5dfbb -r 53c5b0fe1894 DOCS/video.html --- 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.
echo -e '\033[?25l'
echo -e '\033[?25l'
+ or setterm -cursor off
setterm -blank 0
echo -e '\033[?25h'
+ or setterm -cursor on
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:
- 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