summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-02 21:47:21 +0000
committerEgbert Eich <eich@suse.de>2004-04-02 21:47:21 +0000
commita9f98549f900828585e7782eee25cfefc564f6f4 (patch)
tree77fba6b1bd2f5371279f827b840003f3c50e8779
parentac528f29181b1b98e0d610d9411e0232ded73d3f (diff)
-rw-r--r--README.sgml15
-rw-r--r--man/sis.man8
-rw-r--r--src/sis_driver.c6
3 files changed, 15 insertions, 14 deletions
diff --git a/README.sgml b/README.sgml
index 215ffb3..8169fbe 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;
]>
@@ -10,7 +10,7 @@
<date>5 October 2003
<ident>
-$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml,v 3.8 2003/10/19 19:29:14 dawes Exp $
+$Id$
</ident>
<!-- Table of contents -->
@@ -32,7 +32,7 @@ It currently supports the following chipsets:
The driver supports:
<itemize>
<item>8/16/24 bits color depth; old series also 15;
- <item>XAA (XFree86 Acceleration Architecture)
+ <item>XAA
<item>XVideo (Xv)
<item>Render (XRAND)
<item>Hardware cursor; 315/330 series: Color HW cursor;
@@ -47,11 +47,11 @@ Please see http://www.winischhofer.net/linuxsisvga.shtml for detailed documentat
and updates. Support for the 661, 741 and 760 is entirely untested as of this writing,
and possibly incomplete for LCD output.
-<sect> XF86Config Options <p>
+<sect> xorg.conf Options <p>
The following options are of particular interest for the SiS
driver. Each of them must be specified in the Device section of the
-XF86Config file for this card.
+xorg.conf file for this card.
<sect1>For all chipsets<p>
@@ -158,7 +158,7 @@ XF86Config file for this card.
<descrip>
<tag>Option "MaxXFBMem"</tag>
DRI requires the linux kernel's SiS framebuffer driver "sisfb" and some
- other modules which come with either the linux kernel or XFree86. (On *BSD,
+ other modules which come with either the linux kernel or X11R&relvers;. (On *BSD,
the DRI driver does not require any framebuffer driver.)
Sisfb takes care of memory management for texture data. In order to prevent
the X driver and sisfb from overwriting each others video memory, sisfb
@@ -168,7 +168,8 @@ XF86Config file for this card.
the amount of RAM sisfb reserved. For this purpose, the Option "MaxXFBMem" exists.
XFree 4.3.0 disabled SiS DRI support due to a lack of maintenance of the SiS DRI
- driver. XFree86 4.4 contains a newly written SiS DRI driver by Eric Anholt.
+ driver. X11R&relvers; and X11R&relvers; and XFree86 4.4 contains a newly written
+ SiS DRI driver by Eric Anholt.
If you intend to use DRI, I recommend setting the total video memory in the BIOS
to 64MB in order to at least overcome the lack of memory swap functions.
diff --git a/man/sis.man b/man/sis.man
index ae13b1d..e842acb 100644
--- a/man/sis.man
+++ b/man/sis.man
@@ -14,7 +14,7 @@ sis \- SiS video driver
.fi
.SH DESCRIPTION
.B sis
-is an XFree86 driver for SiS (Silicon Integrated Systems) video chips. The
+is an __xservername__ driver for SiS (Silicon Integrated Systems) video chips. The
driver is accelerated, and provides support for colordepths of 8, 16 and 24 bpp.
XVideo, Render and other extensions are supported as well.
.SH SUPPORTED HARDWARE
@@ -47,7 +47,7 @@ for SiS315/H/PRO, 55x and (M)65x/(M)661xX/74x, 330, 760
.PP
Note: Support for 661FX, M661FX, M661MX, 741 and 760 is untested.
.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
@@ -364,7 +364,7 @@ more information.
DRI is supported on the 300 series only. On Linux, DRI requires the
kernel's SiS framebuffer driver (
.B sisfb
-) and some other modules which come with either the kernel or XFree86.
+) and some other modules which come with either the kernel or __xservername__.
.PP
Sisfb takes care of memory management for texture data. In order to
prevent the X Server and sisfb from overwriting each other's data,
@@ -409,7 +409,7 @@ The amount is to be specified in megabyte, the default is 8.
.SH "KNOWN BUGS"
none.
.SH "SEE ALSO"
-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.PP
.B "http://www.winischhofer.net/linuxsisvga.shtml"
for more information and updates
diff --git a/src/sis_driver.c b/src/sis_driver.c
index 1ea6621..f816f61 100644
--- a/src/sis_driver.c
+++ b/src/sis_driver.c
@@ -2347,13 +2347,13 @@ SISPreInit(ScrnInfoPtr pScrn, int flags)
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"Copyright (C) 2001-2004 Thomas Winischhofer <thomas@winischhofer.net> and others\n");
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
- "Compiled for XFree86 %d.%d.%d.%d\n",
+ "Compiled for X.Org %d.%d.%d.%d\n",
XF86_VERSION_MAJOR, XF86_VERSION_MINOR,
XF86_VERSION_PATCH, XF86_VERSION_SNAP);
#if XF86_VERSION_CURRENT >= XF86_VERSION_NUMERIC(4,2,99,0,0)
if(xf86GetVersion() != XF86_VERSION_CURRENT) {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "This version of the driver is not compiled for this version of XFree86!\n");
+ "This version of the driver is not compiled for this version of X.Org!\n");
}
#endif
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
@@ -4996,7 +4996,7 @@ SISPreInit(ScrnInfoPtr pScrn, int flags)
#endif
} else {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "Building list of built-in modes failed, using XFree86 defaults\n");
+ "Building list of built-in modes failed, using X.Org defaults\n");
}
} else {
pSiS->HaveCustomModes = TRUE;