diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-10-12 21:05:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-10-12 21:05:44 +0000 |
commit | f0ca42a66a2c24d9471993959de0c453db23a120 (patch) | |
tree | ac6247eae32bf2af8c22e8bd35874ceb85027463 /driver/xf86-video-rendition/man | |
parent | edd2e677bd33cd716b7bc9a22afd6f3046c3e4c5 (diff) |
xf86-video-rendision 4.2.0
Diffstat (limited to 'driver/xf86-video-rendition/man')
-rw-r--r-- | driver/xf86-video-rendition/man/Makefile.in | 10 | ||||
-rw-r--r-- | driver/xf86-video-rendition/man/rendition.man | 12 |
2 files changed, 15 insertions, 7 deletions
diff --git a/driver/xf86-video-rendition/man/Makefile.in b/driver/xf86-video-rendition/man/Makefile.in index 5df448bc9..69b712ade 100644 --- a/driver/xf86-video-rendition/man/Makefile.in +++ b/driver/xf86-video-rendition/man/Makefile.in @@ -115,6 +115,7 @@ DEPDIR = @DEPDIR@ DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ DRIVER_NAME = @DRIVER_NAME@ +DSYMUTIL = @DSYMUTIL@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ @@ -148,6 +149,7 @@ MAKE_PS = @MAKE_PS@ MAKE_TEXT = @MAKE_TEXT@ MISC_MAN_DIR = @MISC_MAN_DIR@ MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ +NMEDIT = @NMEDIT@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -156,19 +158,26 @@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ +PCIACCESS_LIBS = @PCIACCESS_LIBS@ PKG_CONFIG = @PKG_CONFIG@ PS2PDF = @PS2PDF@ RANLIB = @RANLIB@ +SED = sed SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ XORG_CFLAGS = @XORG_CFLAGS@ XORG_LIBS = @XORG_LIBS@ +XSERVER_LIBPCIACCESS_FALSE = @XSERVER_LIBPCIACCESS_FALSE@ +XSERVER_LIBPCIACCESS_TRUE = @XSERVER_LIBPCIACCESS_TRUE@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@ ac_ct_F77 = @ac_ct_F77@ +ac_ct_NMEDIT = @ac_ct_NMEDIT@ ac_ct_RANLIB = @ac_ct_RANLIB@ ac_ct_STRIP = @ac_ct_STRIP@ ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ @@ -215,7 +224,6 @@ driverman_PRE = @DRIVER_NAME@.man driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) EXTRA_DIST = @DRIVER_NAME@.man CLEANFILES = $(driverman_DATA) -SED = sed # Strings to replace in man pages XORGRELSTRING = @PACKAGE_STRING@ diff --git a/driver/xf86-video-rendition/man/rendition.man b/driver/xf86-video-rendition/man/rendition.man index b286f5920..01be73297 100644 --- a/driver/xf86-video-rendition/man/rendition.man +++ b/driver/xf86-video-rendition/man/rendition.man @@ -1,4 +1,4 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.man,v 1.3 2003/06/18 16:17:39 eich Exp $ +.\" $__xservername__: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.man,v 1.3 2003/06/18 16:17:39 eich Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH RENDITION __drivermansuffix__ __vendorversion__ @@ -14,7 +14,7 @@ rendition \- Rendition video driver .fi .SH DESCRIPTION .B rendition -is an XFree86 driver for Rendition/Micron based video cards. The driver +is an __xservername__ driver for Rendition/Micron based video cards. The driver supports following framebuffer depths: 8, 15 (Verite V1000 only), 16 and 24. Acceleration and multi-head configurations are not supported yet, but are work in progress. @@ -32,7 +32,7 @@ Verite V2100 based cards. Diamond Stealth II S220 is the only known such card. .B V2200 Verite V2200 based cards. .SH CONFIGURATION DETAILS -Please refer to XF86Config(__filemansuffix__) for general configuration +Please refer to __xconfigfile__(__filemansuffix__) for general configuration details. This section only covers configuration details specific to this driver. .PP @@ -79,8 +79,8 @@ Default: Disabled for V1000, enabled for V2100/V2200. .TP .BI "Option \*qNoDDC\*q \*q" boolean \*q Disable probing of DDC-information from your monitor. This information is not -used yet and is only there for informational purposes. This might change -before final XFree86 4.0 release. Safe to disable if you experience problems +used yet and is only there for informational purposes. +Safe to disable if you experience problems during startup of X-server. Default: Probe DDC. .TP @@ -107,6 +107,6 @@ as there has been indications of problems with it. Use .B "Option \*qMTRR\*q" to let the driver request write-combining of memory access on the video board. .SH "SEE ALSO" -XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__) +__xservername__(1), __xconfigfile__(__filemansuffix__), xorgconfig(1), Xserver(1), X(__miscmansuffix__) .SH AUTHORS Authors include: Marc Langenbach, Dejan Ilic |