mirror of https://github.com/mpv-player/mpv
stuff.. (sorry, forgot:P)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2335 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
da677ba40f
commit
19b45c6859
|
@ -688,7 +688,7 @@ will always shown up on head routed to CRTC1 (normaly the monitor),
|
|||
so i have to swap CRTC's, but this way your console will framebuffer
|
||||
(CRTC2 can't do text-mode) and a bit slow (no acceleration). :(</P>
|
||||
|
||||
<P><I>Anyway i also just get monochrome output on the tv ...</I>
|
||||
<P><I>Anyway i also just get monochrome output on the tv ...</I><BR>
|
||||
Maybe you have NTSC TV? Or just didn't run one of TV-* scripts.</P>
|
||||
|
||||
|
||||
|
@ -700,7 +700,8 @@ have to shutdown it, or it becomes uselessly messy. This section is for them.</P
|
|||
<P>
|
||||
<LI>compile the matroxfb stuff to modules</LI>
|
||||
<LI>load modules with the <CODE>./modules</CODE> script</LI>
|
||||
<LI>turn on display cloning with <CODE>./cloning</CODE></LI>
|
||||
<LI>turn on display cloning with <CODE>./cloning</CODE> . This way CRTC2
|
||||
won't be used, CRTC1 will display on <I>both</I> heads.
|
||||
<LI>execute <CODE>./TV-640x512</CODE> or whichever resolution you
|
||||
wish to use</LI>
|
||||
</P>
|
||||
|
|
|
@ -33,7 +33,7 @@ fs=yes # Enlarges movie window to your desktop's size.
|
|||
# bpp=0 # Force changing display depth.
|
||||
# Valid settings are: 0, 15, 16, 24, 32
|
||||
# may need 'vm=yes' too.
|
||||
# Used by drivers: fbdev, dga2, svga
|
||||
# Used by drivers: fbdev, dga2, svga, vesa
|
||||
|
||||
# zoom=no # Enable software scaling (powerful CPU needed)
|
||||
# Used by drivers: svga, x11, vesa
|
||||
|
@ -47,7 +47,7 @@ fs=yes # Enlarges movie window to your desktop's size.
|
|||
# screenw=720 # this is required for MATROX TV-OUT users !
|
||||
# screenh=576 # here you should set the resolution of your
|
||||
# Matrox framebuffer. Needed for fullscreen playing
|
||||
# on '-vo mga' ONLY !
|
||||
# on '-vo mga' ONLY ! (for -vo vesa too?)
|
||||
|
||||
##
|
||||
## Use GUI mode by default
|
||||
|
|
Loading…
Reference in New Issue