summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-15 10:16:33 +0000
committerEgbert Eich <eich@suse.de>2004-04-15 10:16:33 +0000
commit2c50e0356c89f14dea7509d7f9abef8bf010e6e7 (patch)
tree8761073f9f0450a7ea589739684bff8668642a50
parent2dcecfcc92fd8dc09385a9941dcf1ba05084be7f (diff)
-rw-r--r--README.sgml13
-rw-r--r--man/s3virge.man13
-rw-r--r--src/s3v_driver.c2
3 files changed, 12 insertions, 16 deletions
diff --git a/README.sgml b/README.sgml
index 001fa65..e47b8c4 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;
]>
@@ -8,18 +8,15 @@
<date>19 Dec 2001
<ident>
-$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/s3virge.sgml,v 1.5 2001/12/21 21:01:57 dawes Exp $
</ident>
<toc>
<sect> Supported hardware
<p>
-The s3virge driver in XFree86 &relvers; supports the S3 ViRGE, ViRGE DX, GX, GX2, MX, MX+, and VX chipsets. It also supports Trio3D and Trio3D/2x chips. A majority of testing is done on ViRGE DX chips, making them the most stable to date. This release has added support for doublescan modes on DX.
+The s3virge driver in X11R&relvers; supports the S3 ViRGE, ViRGE DX, GX, GX2, MX, MX+, and VX chipsets. It also supports Trio3D and Trio3D/2x chips. A majority of testing is done on ViRGE DX chips, making them the most stable to date. This release has added support for doublescan modes on DX.
-This driver is moderately stable, however please use caution with any new install. Please report any problems to
-<email>XFree86@XFree86.org</email>
-using the appropriate bug report sheet.
+This driver is moderately stable, however please use caution with any new install. Please report any problems to bugzilla.freedesktop.org, using the xorg component.
<sect>Features:
<p>
@@ -44,11 +41,11 @@ these in your "Device" section.
<p>
The driver has several supported options which are documented in the s3virge man
-page. Please refer to it for additional details about XF86Config options.
+page. Please refer to it for additional details about configuration options.
<sect>Support:
<p>
-For support with XFree86 video drivers please refer to our web site at <url name="XFree86" url="http://www.XFree86.org">. For problems not addressed in the web page please contact our support email address <email>XFree86@XFree86.org</email>
+For support with X11R&relvers video drivers please refer to our web site at <url name="wiki.x.org" url="http://wiki.x.org">.
<sect>Authors
<p>
diff --git a/man/s3virge.man b/man/s3virge.man
index 425cd8a..3232130 100644
--- a/man/s3virge.man
+++ b/man/s3virge.man
@@ -20,7 +20,7 @@ s3virge \- S3 ViRGE video driver
.B EndSection
.SH DESCRIPTION
.B s3virge
-is an XFree86 driver for S3 based video cards. The driver is fully
+is an __xservername__ driver for S3 based video cards. The driver is fully
accelerated, and provides support for the following framebuffer depths:
8, 15, 16, and 24. All
visual types are supported for depth 8, and TrueColor
@@ -61,7 +61,7 @@ driver supports PCI and AGP video cards based on the following S3 chips:
.B Trio 3D/2X
86C362, 86C368
.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. All options names are case and white space insensitive when
parsed by the server, for example, "virge vx" and "VIRGEvx" are equivalent.
@@ -221,7 +221,7 @@ development debug option. Default: off.
Enable or disable a cr3a fix added for ViRGE MX. Default: on.
.SH SEE ALSO
-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH KNOWN BUGS
The VideoRam generic driver parameter is presently ignored by the
@@ -229,11 +229,10 @@ s3virge driver. On PPC this is reported to cause problems for 2M
cards, because they may autodetect as 4M.
.SH SUPPORT
-For assistance with this driver, or XFree86 in general, check the XFree86 web
-site at http://www.xfree86.org. A FAQ is available on the web site at
-http://www.xfree86.org/FAQ/. If you find a problem with XFree86 or have a
+For assistance with this driver, or __xservername__ in general, check the web
+site at http://www.x.org. If you find a problem with __xservername__ or have a
question not answered in the FAQ please use our bug report form available on
-the web site or send mail to XFree86@XFree86.org. When reporting problems
+the web site. When reporting problems
with the driver send as much detail as possible, including chipset type, a
server output log, and operating system specifics.
diff --git a/src/s3v_driver.c b/src/s3v_driver.c
index 6eddce0..9e5f603 100644
--- a/src/s3v_driver.c
+++ b/src/s3v_driver.c
@@ -364,7 +364,7 @@ static XF86ModuleVersionInfo S3VVersRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
S3VIRGE_VERSION_MAJOR, S3VIRGE_VERSION_MINOR, S3VIRGE_PATCHLEVEL,
ABI_CLASS_VIDEODRV, /* This is a video driver */
ABI_VIDEODRV_VERSION,