comparison DOCS/xml/en/video.xml @ 20556:ee53e4d326f7

Typo fix: missing "get".
author corey
date Tue, 31 Oct 2006 18:52:40 +0000
parents 98e477485b29
children 18ba5bc68f40
comparison
equal deleted inserted replaced
20555:98e477485b29 20556:ee53e4d326f7
1384 This requires a working and initialized framebuffer for most cards (or else 1384 This requires a working and initialized framebuffer for most cards (or else
1385 you'll just mess up the screen), and you'll have a similar effect as with 1385 you'll just mess up the screen), and you'll have a similar effect as with
1386 <option>-vo mga</option> or <option>-vo fbdev</option>. nVidia cards however 1386 <option>-vo mga</option> or <option>-vo fbdev</option>. nVidia cards however
1387 are able to output truly graphical video on a real text console. See the 1387 are able to output truly graphical video on a real text console. See the
1388 <link linkend="vidix-nvidia">nvidia_vid</link> section for more information. 1388 <link linkend="vidix-nvidia">nvidia_vid</link> section for more information.
1389 To rid of text on the borders and the blinking cursor, try something like 1389 To get rid of text on the borders and the blinking cursor, try something like
1390 </simpara> 1390 </simpara>
1391 1391
1392 <screen>setterm -cursor off > /dev/tty9</screen> 1392 <screen>setterm -cursor off > /dev/tty9</screen>
1393 1393
1394 <simpara> 1394 <simpara>