summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-06-16 09:23:04 +0000
committerEric Anholt <anholt@freebsd.org>2004-06-16 09:23:04 +0000
commit8a9d5ba0d4903e37116d4fa2cca2edbcaf1f0078 (patch)
tree58573775edfc5a21277f3e37e9d4f0600271db92 /man
parentaed6abaee9518abda1964c68ca0b25c2b6360a8a (diff)
Diffstat (limited to 'man')
-rw-r--r--man/glide.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/glide.man b/man/glide.man
index e6a3c5e..bf3e78f 100644
--- a/man/glide.man
+++ b/man/glide.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glide/glide.man,v 1.2 2001/01/27 18:20:47 dawes Exp $
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glide/glide.man,v 1.3 2001/02/07 22:51:56 tsi Exp $
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH GLIDE __drivermansuffix__ __vendorversion__
@@ -18,7 +18,7 @@ before it will work: You need Glide installed and you need to make a link for th
file. Read the second paragraph in the description below to find out how.
.SH DESCRIPTION
.B glide
-is an __xservername__ driver for Glide capable video boards (such as 3Dfx
+is an XFree86 driver for Glide capable video boards (such as 3Dfx
Voodoo boards). This driver is mainly for Voodoo 1 and Voodoo 2 boards, later
boards from 3Dfx have 2D built-in and you should preferably use a driver separate for
those boards or the fbdev(__drivermansuffix__) driver.
@@ -36,7 +36,7 @@ framebuffer is in cached RAM.
This driver requires that you have installed Glide. (Which can, at the
time of this writing, be found at
http://glide.xxedgexx.com/3DfxRPMS.html). Also, you need to tell
-__xservername__ where the libglide2x.so file is placed by making a soft link
+XFree86 where the libglide2x.so file is placed by making a soft link
in the /usr/X11R6/lib/modules directory that points to the libglide2x.so
file. For example (if your libglide2x.so file is in /usr/lib):
.PP
@@ -121,7 +121,7 @@ The
.B glide
driver supports any board that can be used with Glide (such as 3Dfx Voodoo boards)
.SH CONFIGURATION DETAILS
-Please refer to __xconfigfile__(__filemansuffix__) for general configuration
+Please refer to XF86Config(__filemansuffix__) for general configuration
details. This section only covers configuration details specific to this
driver.
.PP
@@ -141,7 +141,7 @@ The value should be 0 for the first board, 1 for the second and so on.
If it is not present, the first Voodoo board found will be selected.
Put this option in the Device section.
.SH "EXAMPLE"
-Here is an example of a part of an __xconfigfile__ file that uses a multihead
+Here is an example of a part of an XF86Config file that uses a multihead
configuration with two monitors. The first monitor is driven by the
fbdev video driver and the second monitor is driven by the glide
driver.
@@ -293,6 +293,6 @@ Xinerama extension can be done for example like this:
.PP
$ xinit -- +xinerama
.SH "SEE ALSO"
-__xservername__(1), __xconfigfile__(__filemansuffix__), xorgconfig(1), Xserver(1), X(__miscmansuffix__)
+XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
.SH AUTHORS
Author: Henrik Harmsen.