diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-31 18:20:28 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-31 18:20:28 +0000 |
commit | 6714bfc83748d14267cdbab1ebfc7ea029d66912 (patch) | |
tree | 55190dbd132447076b0f006965b15e7d578449ec /DOCS | |
parent | 8a041b9ea1587536cd5fc6f84fdbdfb55a8ca0c7 (diff) |
cvidix tricks, based on a patch by Reimar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20571 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/video.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index e60d335a99..417c073fa7 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -1386,6 +1386,17 @@ main goal of this interface is to maximize the speed of video playback. <option>-vo mga</option> or <option>-vo fbdev</option>. nVidia cards however are able to output truly graphical video on a real text console. See the <link linkend="vidix-nvidia">nvidia_vid</link> section for more information. + To rid of text on the borders and the blinking cursor, try something like + </simpara> + + <screen>setterm -cursor off > /dev/tty9</screen> + + <simpara> + (assuming <systemitem>tty9</systemitem> is unused so far) and then + switch to <systemitem>tty9</systemitem>. + On the other hand, <option>-colorkey 0</option> should give you a video + running in the "background", though this depends on the colorkey + functionality to work right. </simpara></listitem> <listitem><simpara> You can use VIDIX subdevice which was applied to several video output |