comparison DOCS/video.html @ 7793:6d8b4a1adb9d

Remove option descriptions that are in the man page, add some missing <CODE> tags.
author diego
date Sat, 19 Oct 2002 04:26:36 +0000
parents 5d4b0446a557
children 988498df1996
comparison
equal deleted inserted replaced
7792:a1465b7f3221 7793:6d8b4a1adb9d
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, 755 <LI>If you have VESA VBE 3.0+, and you had specified <CODE>monitor_hfreq</CODE>,
756 monitor_dotclock somewhere (config file, or commandline) you will get highest 756 <CODE>monitor_vfreq</CODE>, <CODE>monitor_dotclock</CODE> somewhere (config
757 possible refresh rate. (Using General Timing Formula). To enable this 757 file, or commandline) you will get the highest possible refresh rate. (Using
758 feature you have to specify <B>ALL</B> monitor's options.</LI> 758 General Timing Formula). To enable this feature you have to specify
759 <B>all</B> your monitor options.</LI>
759 </UL> 760 </UL>
760 761
761 <H4>Disadvantages:</H4> 762 <H4>Disadvantages:</H4>
762 763
763 <UL> 764 <UL>
770 771
771 <P><B>Command line options available for VESA:</B></P> 772 <P><B>Command line options available for VESA:</B></P>
772 <DL> 773 <DL>
773 <DT><CODE>-vo vesa:opts</CODE></DT> 774 <DT><CODE>-vo vesa:opts</CODE></DT>
774 <DD>currently recognized: <B>dga</B> to force dga mode and <B>nodga</B> to 775 <DD>currently recognized: <B>dga</B> to force dga mode and <B>nodga</B> to
775 disable dga mode. Note: you may omit these parameters to enable <B>autodetect</B> 776 disable dga mode. In dga mode you can enable double buffering via the
776 of dga mode.</DD> 777 <CODE>-double</CODE> option. Note: you may omit these parameters to enable
777 778 <B>autodetection</B> of dga mode.</DD>
778 <DT><CODE>-double</CODE></DT>
779 <DD>enables double buffering mode. (Available only in DGA mode). Should be
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>
785 </DL> 779 </DL>
786 780
787 <H4>Known problems and workaround:</H4> 781 <H4>Known problems and workaround:</H4>
788 782
789 <UL> 783 <UL>