mirror of https://github.com/mpv-player/mpv
dfb updates
typo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9530 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
28c4a74efa
commit
0b9adc866d
|
@ -2795,7 +2795,7 @@ gt(a,b): is 1 if a>b, 0 otherwise
|
|||
.br
|
||||
lt(a,b): is 1 if a<b, 0 otherwise
|
||||
.br
|
||||
eq(a,b): is 1 if a==b,0 otherwise
|
||||
eq(a,b): is 1 if a==b, 0 otherwise
|
||||
.br
|
||||
sin, cos, tan, sinh, cosh, tanh, exp, log, abs
|
||||
.
|
||||
|
|
|
@ -985,12 +985,13 @@ Indeed it doesn't matter which video output driver is used with <B>VIDIX</B>.
|
|||
informations.</P>
|
||||
|
||||
<P>This video output driver will enable CRTC2 (on the second head) on the
|
||||
Matrox G400 card, displaying video <B>independently</B> of the first head.</P>
|
||||
Matrox G400/G450/G550 cards, displaying video <B>independently</B> of the
|
||||
first head.</P>
|
||||
|
||||
<P>Instructions on how to make it work can be found in the
|
||||
<A HREF="../tech/directfb.txt">tech section</A>
|
||||
or directly on Ville Syrjala's
|
||||
<A HREF="http://www.sci.fi/~syrjala/directfb/readme.txt">home page</A>.</P>
|
||||
<A HREF="http://www.sci.fi/~syrjala/directfb/Matrox_TV-out_README.txt">home page</A>.</P>
|
||||
|
||||
<P>Note: we haven't been able to make this work, but others did. Anyway,
|
||||
porting of the CRTC2 code to <B>mga_vid</B> is underway.</P>
|
||||
|
|
Loading…
Reference in New Issue