Properly document the DPMS, SyncOnGreen, and TargetRefresh options.

This commit is contained in:
Adam Jackson 2006-05-30 16:10:59 +00:00
parent 107defd920
commit 07b168c8d8
2 changed files with 20 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2006-05-30 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/doc/man/xorg.conf.man.pre:
Properly document the DPMS, SyncOnGreen, and TargetRefresh options.
2006-05-29 Kristian Høgsberg <krh@redhat.com> 2006-05-29 Kristian Høgsberg <krh@redhat.com>
* GL/glx/glxcmds.c: Remove superfluous definition of tfp tokens. * GL/glx/glxcmds.c: Remove superfluous definition of tfp tokens.

View File

@ -1,4 +1,4 @@
.\" $XdotOrg: xserver/xorg/hw/xfree86/doc/man/xorg.conf.man.pre,v 1.6 2005/12/19 16:44:21 ajax Exp $ .\" $XdotOrg: xserver/xorg/hw/xfree86/doc/man/xorg.conf.man.pre,v 1.7 2006/05/26 00:12:18 reed Exp $
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH __xconfigfile__ __filemansuffix__ __vendorversion__ .TH __xconfigfile__ __filemansuffix__ __vendorversion__
@ -1195,15 +1195,20 @@ options mentioned above in the
entry description can also be used here. entry description can also be used here.
.RE .RE
.TP 7 .TP 7
.B Options .BI "Option " "\*qDPMS\*q " \*qbool\*q
Some This option controls whether the server should enable the DPMS extension
.B Option for power management for this screen. The default is to enable the
flags that may be useful to include in extension.
.B Monitor .TP 7
sections (when needed) include .BI "Option " "\*qSyncOnGreen\*q " \*qbool\*q
.BR \*qDPMS\*q , This option controls whether the video card should drive the sync signal
and on the green color pin. Not all cards support this option, and most
.BR \*qSyncOnGreen\*q . monitors do not require it. The default is off.
.TP 7
.BI "Option " "\*qTargetRefresh\*q " \*qrate\*q
This optional entry specifies the vertical refresh rate that the server
should aim for when selecting video modes. Without this option, the
default is to prefer modes with higher refresh rates.
.SH MODES SECTION .SH MODES SECTION
The config file may have multiple The config file may have multiple