mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 04:37:54 +00:00
expanded and improved NeoMagic TV-out section
based on a patch by Helio Polis, simplesmoke_at_hotmail_dot_com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17560 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1806f8776f
commit
8e5514a5d0
@ -2501,22 +2501,27 @@ Of course the important thing is the TwinView part.
|
|||||||
The NeoMagic chip is found in a variety of laptops, some of them are equipped
|
The NeoMagic chip is found in a variety of laptops, some of them are equipped
|
||||||
with a simple analog TV encoder, some have a more advanced one.
|
with a simple analog TV encoder, some have a more advanced one.
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><simpara>
|
<listitem><para>
|
||||||
<emphasis role="bold">Analog encoder chip</emphasis>:
|
<emphasis role="bold">Analog encoder chip</emphasis>:
|
||||||
Tested on a Toshiba Tecra 8000. Its TV output chip is miserable crap. Avoid
|
It has been reported that reliable TV out can be obtained by using
|
||||||
if possible.
|
<option>-vo fbdev</option> or <option>-vo fbdev2</option>.
|
||||||
</simpara> <simpara>
|
You need to have vesafb compiled in your kernel and pass
|
||||||
You must use <option>-vo vesa</option>. The tested chip was capable of
|
the following parameters on the kernel command line:
|
||||||
1.333333 aspect ratio only, so be sure to use the <option>-x</option>,
|
<option>append="video=vesafb:ywrap,mtrr" vga=791</option>.
|
||||||
<option>-y</option> options and/or the
|
You should start <application>X</application>, then switch to console mode
|
||||||
<option>-vf scale,crop,expand</option> filters if the box doesn't let
|
with e.g. <keycap>CTRL</keycap>+<keycap>ALT</keycap>+<keycap>F1</keycap>.
|
||||||
you enable TV output. Maximum resolution was 720*576 at 16bpp.
|
If you fail to start <application>X</application> before running
|
||||||
</simpara>
|
<application>MPlayer</application> from the console, the video
|
||||||
<simpara>
|
becomes slow and choppy (explanations are welcome).
|
||||||
Known issues: VESA-only, 1.33333 limitation, image isn't always centered,
|
Login to your console, then initiate the following command:
|
||||||
movie becomes 4bpp in every 10 minutes, and stays that way. Frequent hard
|
|
||||||
freezes, LCD display problems.
|
<screen>clear; mplayer -vo fbdev -zoom -cache 8192 dvd://</screen>
|
||||||
</simpara></listitem>
|
|
||||||
|
Now you should see the movie running in console mode filling up about
|
||||||
|
half your laptop's LCD screen.
|
||||||
|
To switch to TV hit <keycap>Fn</keycap>+<keycap>F5</keycap> three times.
|
||||||
|
Tested on a Tecra 8000, 2.6.15 kernel with vesafb, ALSA v1.0.10.
|
||||||
|
</para></listitem>
|
||||||
<listitem><simpara>
|
<listitem><simpara>
|
||||||
<emphasis role="bold">Chrontel 70xx encoder chip</emphasis>:
|
<emphasis role="bold">Chrontel 70xx encoder chip</emphasis>:
|
||||||
Found in IBM Thinkpad 390E and possibly other Thinkpads or notebooks.
|
Found in IBM Thinkpad 390E and possibly other Thinkpads or notebooks.
|
||||||
|
Loading…
Reference in New Issue
Block a user