diff options
author | Gabrov <Gabrov@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-28 22:54:21 +0000 |
---|---|---|
committer | Gabrov <Gabrov@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-28 22:54:21 +0000 |
commit | a582989bda8b3c03a3380c01f0536187ea6c1b8f (patch) | |
tree | 9c0efaec345d8536908d29539a6571f1ab8caa92 /DOCS/xml | |
parent | 86f02c641d3f435d412f91449efa65555c94b7d9 (diff) |
synced with r24216
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24279 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/hu/video.xml | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/DOCS/xml/hu/video.xml b/DOCS/xml/hu/video.xml index c5f7c5aa3d..71bb7c5c5b 100644 --- a/DOCS/xml/hu/video.xml +++ b/DOCS/xml/hu/video.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- synced with r24056 --> +<!-- synced with r24180 --> <chapter id="video"> <title>Videó kimeneti eszközök</title> @@ -316,6 +316,31 @@ Prophet 4000XT-vel), akkor le kell töltened a vezérlőt a <ulink url="http://www.powervr.com/">PowerVR oldaláról</ulink>. </para> </sect2> + + +<sect2 id="intel"> +<title>Intel kártyák</title> + +<para> +Ez a kártya sok laptopban megtalálható. A legújabb Xorg javasolt hozzá. +</para> + +<para> +A DVD méretű (és nagyobb) tartalom lejátszásának engedélyezéséhez módosítanod +kell az XF86Config/xorg.conf fájlodat így: +<programlisting> +Section "Device" + [...] + Driver "intel" + <emphasis>Option "LinearAlloc" "6144"</emphasis> + [...] +EndSection +</programlisting> +Ezen opció hiánya általában egy ehhez hasonló hibát eredményez: +<screen>X11 error: BadAlloc (insufficient resources for operation)</screen> +when attempting to use <option>-vo xv</option>. +</para> +</sect2> </sect1> <!-- ********** --> |