summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-19 04:26:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-19 04:26:36 +0000
commit19149cb8369638caee0ec6fab63161cf918ad790 (patch)
tree42e6be705aa9d033c3de105e9a49e086e151c05e /DOCS
parent6935af5964ae629b1d6e4a9423b6082152690887 (diff)
downloadmpv-19149cb8369638caee0ec6fab63161cf918ad790.tar.bz2
mpv-19149cb8369638caee0ec6fab63161cf918ad790.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/video.html22
1 files changed, 8 insertions, 14 deletions
diff --git a/DOCS/video.html b/DOCS/video.html
index e289a439fa..204c2cd7a0 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -752,10 +752,11 @@
in vm86 mode).</LI>
<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>
- <LI>If you have VESA VBE 3.0+, and you had specified monitor_hfreq, monitor_vfreq,
- monitor_dotclock somewhere (config file, or commandline) you will get highest
- possible refresh rate. (Using General Timing Formula). To enable this
- feature you have to specify <B>ALL</B> monitor's options.</LI>
+ <LI>If you have VESA VBE 3.0+, and you had specified <CODE>monitor_hfreq</CODE>,
+ <CODE>monitor_vfreq</CODE>, <CODE>monitor_dotclock</CODE> somewhere (config
+ file, or commandline) you will get the highest possible refresh rate. (Using
+ General Timing Formula). To enable this feature you have to specify
+ <B>all</B> your monitor options.</LI>
</UL>
<H4>Disadvantages:</H4>
@@ -772,16 +773,9 @@
<DL>
<DT><CODE>-vo vesa:opts</CODE></DT>
<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>
- 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>
+ disable dga mode. In dga mode you can enable double buffering via the
+ <CODE>-double</CODE> option. Note: you may omit these parameters to enable
+ <B>autodetection</B> of dga mode.</DD>
</DL>
<H4>Known problems and workaround:</H4>