summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@epoch.ncsc.mil>2004-05-04 19:43:35 +0000
committerEamon Walsh <ewalsh@epoch.ncsc.mil>2004-05-04 19:43:35 +0000
commit9fb46490d831249e3888e72281db430fb778f123 (patch)
treefc1e015f95127e3c105a5209e607c2a056eeeb5e
parent9efbbaabe4eb90ae4faf067e4c49eba58294798a (diff)
Merge the new release from HEADXACE-SELINUX
-rw-r--r--README.sgml17
-rw-r--r--man/rendition.man12
-rw-r--r--src/rendition.c4
3 files changed, 19 insertions, 14 deletions
diff --git a/README.sgml b/README.sgml
index aed0c63..4439a7f 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,7 +8,6 @@
<date>9 June 2000, last update by Dejan Ilic <email>dejan.ilic@home.se</email>
<ident>
-$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml,v 1.12 2000/06/17 02:30:33 dawes Exp $
</ident>
<toc>
@@ -20,7 +19,7 @@ was tested on a miroCRYSTAL VRX (V1000), Intergraph Intense-100 3D (V1000), Diam
<sect>Limitations <p>
V1000 cards can only work as primary display card due to hardware limitations. <p>
V2x00 cards can work even if not primary, but primary display card will be disabled when server is run. This is a driver limitation.<p>
-Hopefully these limitations will be workaround and fixed before final XFree86 4.0 release.<p>
+Hopefully these limitations were worked around and fixed before final XFree86 4.0 release.<p>
<sect>Important notices <p>
Some V1000-based video cards are known to lock up the computer if you have write-combine activated. Disabling it removes the problem. Look for settings in the motherboards BIOS and disable ALL settings that has to do with write-combine (usually called USWC or just WC for short). <p>
@@ -47,7 +46,7 @@ acceleration are next on the list of features to be included.<p>
</itemize>
</itemize>
-<sect>XF86Config Option <p>
+<sect>xorg.conf Option <p>
<descrip>
<tag>Option "SW_Cursor"</tag>
Disables use of the hardware cursor.
@@ -60,7 +59,10 @@ Set custom ramdac limit. We have currently no way of knowing if the v2x00 chip i
<tag>Option "FramebufferWC"</tag>
If writecombine is disabled in BIOS, and you add this option in configuration file, then the driver will try to request writecombined access to the framebuffer. This can drastically increase the performance on unaccelerated server. Requires that "MTRR"-support is compiled into the OS-kernel.
<tag>Option "NoDDC"</tag>
-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 during startup of X-server.
+Disable probing of DDC-information from your monitor. This information is
+not used yet and is only there for informational purposes. This might
+have changed before final XFree86 4.0 release. Safe to disable if you experience
+problems during startup of X-server.
<tag>Option "ShadowFB"</tag>
If this option is enabled, the driver will cause the CPU to do each drawing
operation first into a shadow frame buffer in system virtual memory and then
@@ -77,7 +79,10 @@ Notice that this option requires "ShadowFB" and automatically enable it. It also
The option is not activated by default.
</descrip>
-<sect>News in this release (XFree86 4.1)<p>
+<sect>News in the X11R&relvers; release<p>
+This driver was originally part of the XFree86 4.4 rc2 release.
+
+<sect>News in the XFree86 4.1 release <p>
<itemize>
<item>DirectColor support
<item>SilkenMouse support
diff --git a/man/rendition.man b/man/rendition.man
index 396f3c0..aaee1c7 100644
--- a/man/rendition.man
+++ b/man/rendition.man
@@ -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,9 +79,9 @@ 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
-during startup of X-server.
+used yet and is only there for informational purposes.
+Safe to disable if you experience problems
+during startup of __xservername__.
Default: Probe DDC.
.TP
.BI "Option \*qShadowFB\*q \*q" boolean \*q
@@ -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__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS
Authors include: Marc Langenbach, Dejan Ilic
diff --git a/src/rendition.c b/src/rendition.c
index 34ccabf..9173bc9 100644
--- a/src/rendition.c
+++ b/src/rendition.c
@@ -228,7 +228,7 @@ static XF86ModuleVersionInfo renditionVersionRec = {
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
RENDITION_VERSION_MAJOR, RENDITION_VERSION_MINOR, RENDITION_PATCHLEVEL,
ABI_CLASS_VIDEODRV,
ABI_VIDEODRV_VERSION,
@@ -354,8 +354,8 @@ renditionProbe(DriverPtr drv, int flags)
foundScreen=TRUE;
}
}
+ xfree(usedChips);
}
- xfree(usedChips);
return foundScreen;
}