summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-06-14 09:05:11 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-14 09:05:11 -0400
commit56bea2e89ceb84377976ab60bc9bf1707f3bec39 (patch)
tree71efa5a07542e975abab3f45496fbc2081f27249
parentb0be6cec03728dae8826c9d256790badfece6090 (diff)
README: fix linuxdoc content
defs.ent are located under X11 directory ident tag is not a Linuxdoc tag replace docbook email tag with linuxdoc email tag Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--README.r12895
-rw-r--r--README.r128.sgml17
2 files changed, 63 insertions, 49 deletions
diff --git a/README.r128 b/README.r128
index dcc2715..5c6f59d 100644
--- a/README.r128
+++ b/README.r128
@@ -18,55 +18,55 @@
______________________________________________________________________
- 1. Supported Hardware
+ 1. Supported Hardware
- +o ATI Rage 128 based cards
+ o ATI Rage 128 based cards
- 2. Features
+ 2. Features
- +o Full support (including hardware accelerated 2D drawing) for 8, 15,
+ o Full support (including hardware accelerated 2D drawing) for 8, 15,
16, 24 bit pixel depths.
- +o Hardware cursor support to reduce sprite flicker.
+ o Hardware cursor support to reduce sprite flicker.
- +o Support for high resolution video modes up to 1800x1440 @ 70Hz.
+ o Support for high resolution video modes up to 1800x1440 @ 70Hz.
- +o Support for doublescan video modes (e.g., 320x200 and 320x240).
+ o Support for doublescan video modes (e.g., 320x200 and 320x240).
- +o Support for gamma correction at all pixel depths.
+ o Support for gamma correction at all pixel depths.
- +o Fully programmable clock supported.
+ o Fully programmable clock supported.
- +o Robust text mode restore for VT switching.
+ o Robust text mode restore for VT switching.
- 3. Technical Notes
+ 3. Technical Notes
- +o None
+ o None
- 4. Reported Working Video Cards
+ 4. Reported Working Video Cards
- +o Rage Fury AGP 32MB
+ o Rage Fury AGP 32MB
- +o XPERT 128 AGP 16MB
+ o XPERT 128 AGP 16MB
- +o XPERT 99 AGP 8MB
+ o XPERT 99 AGP 8MB
- 5. Configuration
+ 5. Configuration
The driver auto-detects all device information necessary to initialize
- the card. The only lines you need in the "Device" section of your
+ the card. The only lines you need in the "Device" section of your
xorg.conf file are:
Section "Device"
@@ -79,47 +79,47 @@
However, if you have problems with auto-detection, you can specify:
- +o VideoRam - in kilobytes
+ o VideoRam - in kilobytes
- +o MemBase - physical address of the linear framebuffer
+ o MemBase - physical address of the linear framebuffer
- +o IOBase - physical address of the memory mapped IO registers
+ o IOBase - physical address of the memory mapped IO registers
- +o ChipID - PCI DEVICE ID
+ o ChipID - PCI DEVICE ID
- 6. Driver Options
+ 6. Driver Options
- +o "hw_cursor" - request hardware cursor (default)
+ o "hw_cursor" - request hardware cursor (default)
- +o "sw_cursor" - software cursor only
+ o "sw_cursor" - software cursor only
- +o "no_accel" - software rendering only
+ o "no_accel" - software rendering only
- +o "dac_8_bit" - use color weight 888 in 8 bpp mode (default)
+ o "dac_8_bit" - use color weight 888 in 8 bpp mode (default)
- +o "dac_6_bit" - use color weight 666 in 8 bpp mode (VGA emulation)
+ o "dac_6_bit" - use color weight 666 in 8 bpp mode (VGA emulation)
- 7. Known Limitations
+ 7. Known Limitations
- +o None
+ o None
- 8. Authors
+ 8. Authors
- The X11R6.8 driver was originally part of XFree86 4.4 rc2.
+ The X11R7.5 driver was originally part of XFree86 4.4 rc2.
The XFree86 4 driver was ported from XFree86 3.3.x and enhanced by:
- +o Rickard E. (Rik) Faith <faith@precisioninsight.com>
+ o Rickard E. (Rik) Faith <mailto:faith@precisioninsight.com>
- +o Kevin E. Martin <kevin@precisioninsight.com>
+ o Kevin E. Martin <mailto:kevin@precisioninsight.com>
The XFree86 4 driver was funded by ATI and was donated to The XFree86
Project by:
@@ -131,17 +131,17 @@
The XFree86 3.3.x driver used for the port was written by:
- +o Rickard E. (Rik) Faith <faith@precisioninsight.com>
+ o Rickard E. (Rik) Faith <mailto:faith@precisioninsight.com>
- +o Kevin E. Martin <kevin@precisioninsight.com>
+ o Kevin E. Martin <mailto:kevin@precisioninsight.com>
The XFree86 3.3.x driver was funded by ATI and was donated to The
- XFree86 Project by Precision Insight, Inc. It was based in part on
+ XFree86 Project by Precision Insight, Inc. It was based in part on
an earlier driver that was written by:
- +o Alan Hourihane <alanh@fairlite.demon.co.uk>
+ o Alan Hourihane <mailto:alanh@fairlite.demon.co.uk>
- +o Dirk Hohndel <hohndel@suse.de>
+ o Dirk Hohndel <mailto:hohndel@suse.de>
This early driver was funded and donated to The XFree86 Project by:
@@ -157,4 +157,21 @@
http://www.suse.com
+Please submit bugs & patches to the Xorg bugzilla:
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ http://lists.freedesktop.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ git://anongit.freedesktop.org/git/xorg/driver/xf86-video-r128
+
+ http://cgit.freedesktop.org/xorg/driver/xf86-video-r128
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage
diff --git a/README.r128.sgml b/README.r128.sgml
index 8d7f448..367db6c 100644
--- a/README.r128.sgml
+++ b/README.r128.sgml
@@ -1,5 +1,5 @@
<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN"[
-<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+<!ENTITY % defs SYSTEM "X11/defs.ent"> %defs;
]>
<article>
@@ -7,9 +7,6 @@
<author>Precision Insight, Inc., SuSE GmbH
<date>13 June 2000
-<ident>
-</ident>
-
<toc>
<sect>Supported Hardware
@@ -95,8 +92,8 @@ The X11R&relvers; driver was originally part of XFree86 4.4 rc2.
The XFree86 4 driver was ported from XFree86 3.3.x and enhanced by:
<itemize>
- <item>Rickard E. (Rik) Faith <email>faith@precisioninsight.com</email>
- <item>Kevin E. Martin <email>kevin@precisioninsight.com</email>
+ <item>Rickard E. (Rik) Faith <url url="mailto:faith@precisioninsight.com">
+ <item>Kevin E. Martin <url url="mailto:kevin@precisioninsight.com">
</itemize>
<p>
The XFree86 4 driver was funded by ATI and was donated to The XFree86
@@ -109,15 +106,15 @@ Project by:
<p>
The XFree86 3.3.x driver used for the port was written by:
<itemize>
- <item>Rickard E. (Rik) Faith <email>faith@precisioninsight.com</email>
- <item>Kevin E. Martin <email>kevin@precisioninsight.com</email>
+ <item>Rickard E. (Rik) Faith <url url="mailto:faith@precisioninsight.com">
+ <item>Kevin E. Martin <url url="mailto:kevin@precisioninsight.com">
</itemize>
The XFree86 3.3.x driver was funded by ATI and was donated to The XFree86
Project by Precision Insight, Inc. It was based in part on an earlier
driver that was written by:
<itemize>
- <item>Alan Hourihane <email>alanh@fairlite.demon.co.uk</email>
- <item>Dirk Hohndel <email>hohndel@suse.de</email>
+ <item>Alan Hourihane <url url="mailto:alanh@fairlite.demon.co.uk">
+ <item>Dirk Hohndel <url url="mailto:hohndel@suse.de">
</itemize>
<p>This early driver was funded and donated to The XFree86 Project by:
<verb>