comparison DOCS/xml/en/video.xml @ 24160:bdef7723fd23

Document xorg.conf option needed for Xv playback on Intel cards.
author rathann
date Sat, 25 Aug 2007 14:23:15 +0000
parents 698aa9b7a44c
children 85f578745278
comparison
equal deleted inserted replaced
24159:13a22175045e 24160:bdef7723fd23
308 308
309 <para> 309 <para>
310 If you want to use Xv with a Kyro based card (for example Hercules 310 If you want to use Xv with a Kyro based card (for example Hercules
311 Prophet 4000XT), you should download the drivers from the 311 Prophet 4000XT), you should download the drivers from the
312 <ulink url="http://www.powervr.com/">PowerVR site</ulink>. 312 <ulink url="http://www.powervr.com/">PowerVR site</ulink>.
313 </para>
314 </sect2>
315
316
317 <sect2 id="intel">
318 <title>Intel cards</title>
319
320 <para>
321 These cards can be found in many laptops. Recent Xorg is recommended.
322 </para>
323
324 <para>
325 To allow playback of DVD sized (and larger) content change your XF86Config/xorg.conf like this:
326 <programlisting>
327 Section "Device"
328 [...]
329 Driver "intel"
330 <emphasis>Option "LinearAlloc" "6144"</emphasis>
331 [...]
332 EndSection
333 </programlisting>
334 Lack of this option usually results in an error like
335 <screen>X11 error: BadAlloc (insufficient resources for operation)</screen>
336 when attempting to use <option>-vo xv</option>.
313 </para> 337 </para>
314 </sect2> 338 </sect2>
315 </sect1> 339 </sect1>
316 340
317 <!-- ********** --> 341 <!-- ********** -->