[MPlayer-DOCS] r20571 - trunk/DOCS/xml/en/video.xml

diego subversion at mplayerhq.hu
Tue Oct 31 19:20:28 CET 2006


Author: diego
Date: Tue Oct 31 19:20:28 2006
New Revision: 20571

Modified:
   trunk/DOCS/xml/en/video.xml

Log:
cvidix tricks, based on a patch by Reimar


Modified: trunk/DOCS/xml/en/video.xml
==============================================================================
--- trunk/DOCS/xml/en/video.xml	(original)
+++ trunk/DOCS/xml/en/video.xml	Tue Oct 31 19:20:28 2006
@@ -1386,6 +1386,17 @@
   <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



More information about the MPlayer-DOCS mailing list