1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 23:00:41 +00:00

r24180: Document xorg.conf option needed for Xv playback on Intel cards.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24214 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-08-26 17:45:35 +00:00
parent e6a1b51d71
commit 2f5f2745cd

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- synced with r24056 -->
<!-- synced with r24180 -->
<chapter id="video">
<title>Устройства вывода видео</title>
@ -320,6 +320,31 @@ Hercules Prophet 4000XT), следует скачать драйверы с
<ulink url="http://www.powervr.com/">сайта PowerVR</ulink>.
</para>
</sect2>
<sect2 id="intel">
<title>Карты Intel</title>
<para>
Эти карты можно обнаружить во многих ноутбуках. Рекомендуется Xorg последней версии.
</para>
<para>
Для воспроизведения контента размера DVD (и более) поправьте
ваш XF86Config/xorg.conf как указано здесь:
<programlisting>
Section "Device"
[...]
Driver "intel"
<emphasis>Option "LinearAlloc" "6144"</emphasis>
[...]
EndSection
</programlisting>
Отсутствие этой опции скорее всего приведет к появлению ошибки
<screen>X11 error: BadAlloc (insufficient resources for operation)</screen>
при попытке использовать <option>-vo xv</option>.
</para>
</sect2>
</sect1>
<!-- ********** -->