Mercurial > mplayer.hg
changeset 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 | 7e8193475ddf |
children | dc789525a89b |
files | DOCS/video.html etc/example.conf |
diffstat | 2 files changed, 17 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/video.html Mon Oct 07 11:26:20 2002 +0000 +++ b/DOCS/video.html Mon Oct 07 11:27:20 2002 +0000 @@ -713,7 +713,7 @@ <H4><A NAME="vesa">2.3.1.11 VESA - output to VESA BIOS</A></H4> <P>This driver was designed and introduced as a <B>generic driver</B> for any - video card which has VESA VBE 2.0 compatible BIOS. Another advantage of this + video card which has VESA VBE 2.0+ compatible BIOS. Another advantage of this driver is that it tries to force TV output on.<BR> <B>VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16, 1998</B> (Page 70) says:</P> @@ -752,6 +752,10 @@ 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> </UL> <H4>Disadvantages:</H4> @@ -774,6 +778,10 @@ <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> <H4>Known problems and workaround:</H4>
--- a/etc/example.conf Mon Oct 07 11:26:20 2002 +0000 +++ b/etc/example.conf Mon Oct 07 11:27:20 2002 +0000 @@ -75,8 +75,14 @@ # ffactor = 0.75 ## -## FBdev driver: specify your monitor's timings, so resolutions -## can be autodetected. +## FBdev driver: + +# fb = /dev/fb0 # framebuffer device to use +# fbmode = 640x480-120 # use this mode (read from fb.modes!) +# fbmodeconfig = /etc/fb.modes # the fb.modes file + +## VESA and FBdev driver: specify your monitor's timings +## ## (see for example /etc/X11/XF86Config for timings!) ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! @@ -85,10 +91,6 @@ ## k, K : means multiply by 1000 ## m, M : means multiply by 1.000.000 ## - -# fb = /dev/fb0 # framebuffer device to use -# fbmode = 640x480-120 # use this mode (read from fb.modes!) -# fbmodeconfig = /etc/fb.modes # the fb.modes file # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range # monitor_vfreq = 50-90 # vertical frequency range # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range