summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-04-10 09:04:49 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-04-10 09:04:49 +0000
commitdc3b46f7f8060a22992560a571a585cf95d7bc4b (patch)
treece3ff9f86efbca3c74ca95f87bacff4d747894ac
parent58ac7d28189000cd44d60f240b5debdf97c57a1e (diff)
Resync to 2004-04-10 XORG-RELEASE-1 branchXPRINT_BEGINXPRINT
-rw-r--r--README.sgml8
-rw-r--r--man/newport.man6
-rw-r--r--src/newport_driver.c2
3 files changed, 8 insertions, 8 deletions
diff --git a/README.sgml b/README.sgml
index 92c6546..e202ae8 100644
--- a/README.sgml
+++ b/README.sgml
@@ -1,4 +1,4 @@
-<!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN" [
+<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN" [
<!ENTITY % defs SYSTEM "defs.ent"> %defs;
]>
@@ -7,7 +7,7 @@
<author>Guido G&uuml;nther
<date>24 February 2003
<ident>
-$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/newport.sgml,v 1.6 2003/02/25 19:31:02 dawes Exp $
+$Id$
</ident>
<toc>
@@ -27,7 +27,7 @@ working.
<sect>Notes
<p>
<itemize>
- <item>X -configure does not generate a XF86Config file.
+ <item>X -configure does not generate a xorg.conf file.
<item>There's only a 1280x1024 mode.
</itemize>
@@ -36,7 +36,7 @@ working.
<p>
The driver auto-detects all device information necessary to
initialize the card on the Indy. The only lines you need in the "Device"
-section of your XF86Config file are:
+section of your xorg.conf file are:
<verb>
Section "Device"
Identifier "SGI newport"
diff --git a/man/newport.man b/man/newport.man
index 8c181df..28c336f 100644
--- a/man/newport.man
+++ b/man/newport.man
@@ -14,14 +14,14 @@ newport \- Newport video driver
.fi
.SH DESCRIPTION
.B newport
-is an XFree86 driver for the SGI Indy's and Indigo2's newport video cards.
+is an __xservername__ driver for the SGI Indy's and Indigo2's newport video cards.
.SH SUPPORTED HARDWARE
The
.B newport
driver supports the Newport (also called XL) cards found in SGI Indys and Indigo2s.
It supports both the 8bit and 24bit versions of the Newport.
.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
@@ -39,7 +39,7 @@ Enable or disable the HW cursor. Default: on.
.BI "Option \*qBusID\*q \*q"integer \*q
Set to 1 for the Indigo2 XL. Default: 0
.SH "SEE ALSO"
-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS
Authors:
Guido GÜnther \fIagx@sigxcpu.org\fP
diff --git a/src/newport_driver.c b/src/newport_driver.c
index 0f927dc..0964a19 100644
--- a/src/newport_driver.c
+++ b/src/newport_driver.c
@@ -127,7 +127,7 @@ static XF86ModuleVersionInfo newportVersRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
NEWPORT_MAJOR_VERSION, NEWPORT_MINOR_VERSION, NEWPORT_PATCHLEVEL,
ABI_CLASS_VIDEODRV,
ABI_VIDEODRV_VERSION,