[MPlayer-DOCS] r24180 - trunk/DOCS/xml/en/video.xml
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Sat Aug 25 20:34:55 CEST 2007
On Saturday, 25 August 2007 at 16:39, Benjamin Zores wrote:
> rathann a écrit :
> > Author: rathann
> > Date: Sat Aug 25 16:23:15 2007
> > New Revision: 24180
> >
> > Log:
> > Document xorg.conf option needed for Xv playback on Intel cards.
> >
> >
> > Modified:
> > trunk/DOCS/xml/en/video.xml
> >
> > Modified: trunk/DOCS/xml/en/video.xml
> > ==============================================================================
> > --- trunk/DOCS/xml/en/video.xml (original)
> > +++ trunk/DOCS/xml/en/video.xml Sat Aug 25 16:23:15 2007
> > @@ -312,6 +312,30 @@ Prophet 4000XT), you should download the
> > <ulink url="http://www.powervr.com/">PowerVR site</ulink>.
> > </para>
> > </sect2>
> > +
> > +
> > +<sect2 id="intel">
> > +<title>Intel cards</title>
> > +
> > +<para>
> > +These cards can be found in many laptops. Recent Xorg is recommended.
> > +</para>
> > +
> > +<para>
> > +To allow playback of DVD sized (and larger) content change your XF86Config/xorg.conf like this:
> > +<programlisting>
> > +Section "Device"
> > + [...]
> > + Driver "intel"
> > + <emphasis>Option "LinearAlloc" "6144"</emphasis>
>
> Why 6144 ?
>
> According to "man i810":
> Set this to 8160 for upto 1920x1080 HDTV support.
Mine says:
[...]
Option "LinearAlloc" "integer"
Allows more memory for the offscreen allocator. This
usually helps in situations where HDTV movies are required to
play but not enough offscreen memory is usually available.
Set this to 6144 for upto 1920x1080 HDTV support. Default
0KB (off).
[...]
X Version 11 xf86-video-i810 1.6.5 I810(4)
So that's why. Feel free to correct, citing some trustworthy source.
Regards,
R.
--
MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
More information about the MPlayer-DOCS
mailing list