comparison DOCS/xml/en/video.xml @ 11067:2340e006992f

updated Vidix section to reflect newest developments
author gabucino
date Thu, 09 Oct 2003 22:24:07 +0000
parents 2909e5a20c5a
children d4df1e5e5e49
comparison
equal deleted inserted replaced
11066:e16982ed6708 11067:2340e006992f
1323 in the device section. You should set this to the amount of memory installed 1323 in the device section. You should set this to the amount of memory installed
1324 on your card minus 4MB. If you have less than 8MB of video ram, you can use 1324 on your card minus 4MB. If you have less than 8MB of video ram, you can use
1325 the option "XaaNoPixmapCache" in the screen section instead. 1325 the option "XaaNoPixmapCache" in the screen section instead.
1326 </simpara></listitem> 1326 </simpara></listitem>
1327 <listitem><simpara> 1327 <listitem><simpara>
1328 There is a console vidix driver: <option>-vo cvidix</option>.
1329 This requires a working and initialized framebuffer for most cards (or else
1330 you'll just mess up the screen), and you'll have a similar effect as with
1331 <option>-vo mga</option> or <option>-vo fbdev</option>. nVidia cards however
1332 are able to output truly graphical video on a real text console. See the
1333 <link linkend="vidix-nvidia">nvidia_vid section</link> for more information.
1334 </simpara></listitem>
1335 <listitem><simpara>
1328 You can use VIDIX subdevice which was applied to several video output 1336 You can use VIDIX subdevice which was applied to several video output
1329 drivers, such as: <option>-vo vesa:vidix</option> 1337 drivers, such as: <option>-vo vesa:vidix</option>
1330 (<emphasis role="bold">Linux only</emphasis>) and 1338 (<emphasis role="bold">Linux only</emphasis>) and
1331 <option>-vo fbdev:vidix</option>. 1339 <option>-vo fbdev:vidix</option>.
1332 </simpara></listitem> 1340 </simpara></listitem>
1338 </para> 1346 </para>
1339 1347
1340 <itemizedlist spacing="compact"> 1348 <itemizedlist spacing="compact">
1341 <title>REQUIREMENTS</title> 1349 <title>REQUIREMENTS</title>
1342 <listitem><simpara> 1350 <listitem><simpara>
1343 Video card should be in graphics mode (I write <emphasis role="bold">should</emphasis> 1351 Video card should be in graphics mode (except nVidia cards with the
1344 simply because I tested it in text mode - it works but has awful output ;) Use 1352 <option>-vo cvidix</option> output driver).
1345 AAlib for that).
1346 <emphasis role="bold">Note</emphasis>: Everyone can try this trick by commenting out mode
1347 switching in vo_vesa driver.
1348 </simpara></listitem> 1353 </simpara></listitem>
1349 <listitem><simpara> 1354 <listitem><simpara>
1350 <application>MPlayer</application>'s video output driver should know 1355 <application>MPlayer</application>'s video output driver should know
1351 active video mode and be able to tell to VIDIX subdevice some video 1356 active video mode and be able to tell to VIDIX subdevice some video
1352 characteristics of server. 1357 characteristics of server.