mirror of https://github.com/mpv-player/mpv
Remove option descriptions that are in the man page, add some missing
<CODE> tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7794 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6935af5964
commit
19149cb836
|
@ -752,10 +752,11 @@
|
||||||
in vm86 mode).</LI>
|
in vm86 mode).</LI>
|
||||||
<LI>You can use Vidix with it, thus getting accelerated video display
|
<LI>You can use Vidix with it, thus getting accelerated video display
|
||||||
<B>AND</B> TV output at the same time! (recommended for ATI cards)</LI>
|
<B>AND</B> TV output at the same time! (recommended for ATI cards)</LI>
|
||||||
<LI>If you have VESA VBE 3.0+, and you had specified monitor_hfreq, monitor_vfreq,
|
<LI>If you have VESA VBE 3.0+, and you had specified <CODE>monitor_hfreq</CODE>,
|
||||||
monitor_dotclock somewhere (config file, or commandline) you will get highest
|
<CODE>monitor_vfreq</CODE>, <CODE>monitor_dotclock</CODE> somewhere (config
|
||||||
possible refresh rate. (Using General Timing Formula). To enable this
|
file, or commandline) you will get the highest possible refresh rate. (Using
|
||||||
feature you have to specify <B>ALL</B> monitor's options.</LI>
|
General Timing Formula). To enable this feature you have to specify
|
||||||
|
<B>all</B> your monitor options.</LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<H4>Disadvantages:</H4>
|
<H4>Disadvantages:</H4>
|
||||||
|
@ -772,16 +773,9 @@
|
||||||
<DL>
|
<DL>
|
||||||
<DT><CODE>-vo vesa:opts</CODE></DT>
|
<DT><CODE>-vo vesa:opts</CODE></DT>
|
||||||
<DD>currently recognized: <B>dga</B> to force dga mode and <B>nodga</B> to
|
<DD>currently recognized: <B>dga</B> to force dga mode and <B>nodga</B> to
|
||||||
disable dga mode. Note: you may omit these parameters to enable <B>autodetect</B>
|
disable dga mode. In dga mode you can enable double buffering via the
|
||||||
of dga mode.</DD>
|
<CODE>-double</CODE> option. Note: you may omit these parameters to enable
|
||||||
|
<B>autodetection</B> of dga mode.</DD>
|
||||||
<DT><CODE>-double</CODE></DT>
|
|
||||||
<DD>enables double buffering mode. (Available only in DGA mode). Should be
|
|
||||||
slower of single buffering, but has no flickering effects.</DD>
|
|
||||||
<DT><CODE>-monitor_hfreq</CODE></DT>
|
|
||||||
<DT><CODE>-monitor_vfreq</CODE></DT>
|
|
||||||
<DT><CODE>-monitor_dotclock</CODE></DT>
|
|
||||||
<DD><STRONG>Important</STRONG> values, see <CODE>example.conf</CODE></DD>
|
|
||||||
</DL>
|
</DL>
|
||||||
|
|
||||||
<H4>Known problems and workaround:</H4>
|
<H4>Known problems and workaround:</H4>
|
||||||
|
|
Loading…
Reference in New Issue