Mercurial > mplayer.hg
comparison DOCS/video.html @ 7651:9bb9ce641684
documenting vesa 3 / GTF config
patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
author | arpi |
---|---|
date | Mon, 07 Oct 2002 11:27:20 +0000 |
parents | 427935644581 |
children | 5d4b0446a557 |
comparison
equal
deleted
inserted
replaced
7650:7e8193475ddf | 7651:9bb9ce641684 |
---|---|
711 | 711 |
712 | 712 |
713 <H4><A NAME="vesa">2.3.1.11 VESA - output to VESA BIOS</A></H4> | 713 <H4><A NAME="vesa">2.3.1.11 VESA - output to VESA BIOS</A></H4> |
714 | 714 |
715 <P>This driver was designed and introduced as a <B>generic driver</B> for any | 715 <P>This driver was designed and introduced as a <B>generic driver</B> for any |
716 video card which has VESA VBE 2.0 compatible BIOS. Another advantage of this | 716 video card which has VESA VBE 2.0+ compatible BIOS. Another advantage of this |
717 driver is that it tries to force TV output on.<BR> | 717 driver is that it tries to force TV output on.<BR> |
718 <B>VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16, 1998</B> (Page | 718 <B>VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16, 1998</B> (Page |
719 70) says:</P> | 719 70) says:</P> |
720 | 720 |
721 <BLOCKQUOTE> | 721 <BLOCKQUOTE> |
750 <LI>This driver calls <B>int 10h</B> handler thus it's not an emulator - it | 750 <LI>This driver calls <B>int 10h</B> handler thus it's not an emulator - it |
751 calls <B>real</B> things of <B>real</B> BIOS in <B>real</B>-mode. (Finely - | 751 calls <B>real</B> things of <B>real</B> BIOS in <B>real</B>-mode. (Finely - |
752 in vm86 mode).</LI> | 752 in vm86 mode).</LI> |
753 <LI>You can use Vidix with it, thus getting accelerated video display | 753 <LI>You can use Vidix with it, thus getting accelerated video display |
754 <B>AND</B> TV output at the same time! (recommended for ATI cards)</LI> | 754 <B>AND</B> TV output at the same time! (recommended for ATI cards)</LI> |
755 <LI>If you have VESA VBE 3.0+, and you had specified monitor_hfreq, monitor_vfreq, | |
756 monitor_dotclock somewhere (config file, or commandline) you will get highest | |
757 possible refresh rate. (Using General Timing Formula). To enable this | |
758 feature you have to specify <B>ALL</B> monitor's options.</LI> | |
755 </UL> | 759 </UL> |
756 | 760 |
757 <H4>Disadvantages:</H4> | 761 <H4>Disadvantages:</H4> |
758 | 762 |
759 <UL> | 763 <UL> |
772 of dga mode.</DD> | 776 of dga mode.</DD> |
773 | 777 |
774 <DT><CODE>-double</CODE></DT> | 778 <DT><CODE>-double</CODE></DT> |
775 <DD>enables double buffering mode. (Available only in DGA mode). Should be | 779 <DD>enables double buffering mode. (Available only in DGA mode). Should be |
776 slower of single buffering, but has no flickering effects.</DD> | 780 slower of single buffering, but has no flickering effects.</DD> |
781 <DT><CODE>-monitor_hfreq</CODE></DT> | |
782 <DT><CODE>-monitor_vfreq</CODE></DT> | |
783 <DT><CODE>-monitor_dotclock</CODE></DT> | |
784 <DD><STRONG>Important</STRONG> values, see <CODE>example.conf</CODE></DD> | |
777 </DL> | 785 </DL> |
778 | 786 |
779 <H4>Known problems and workaround:</H4> | 787 <H4>Known problems and workaround:</H4> |
780 | 788 |
781 <UL> | 789 <UL> |