xf86-video-r128: Branch 'master' - 2 commits

Gaetan Nadon gnadon at kemper.freedesktop.org
Mon Jun 21 07:51:04 PDT 2010


 Makefile.am      |    8 --
 README           |  159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.r128      |  160 -------------------------------------------------------
 README.r128.sgml |  138 -----------------------------------------------
 configure.ac     |    2 
 5 files changed, 158 insertions(+), 309 deletions(-)

New commits:
commit 1936b9bb4746e86a10add4752b4394aad4bb5a19
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Jun 14 09:07:23 2010 -0400

    README: keep the text version of README, discard the sgml version
    
    The linuxdoc doc tool is deprecated.
    README files are exclusively text files.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

diff --git a/Makefile.am b/Makefile.am
index 82bdc9d..4c278ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,14 +21,6 @@
 SUBDIRS = src man
 MAINTAINERCLEANFILES = ChangeLog INSTALL
 
-if BUILD_LINUXDOC
-README.r128: README.r128.sgml
-	$(MAKE_TEXT) README.r128.sgml && mv README.r128.txt README.r128
-
-endif
-
-EXTRA_DIST = README.r128 README.r128.sgml
-
 .PHONY: ChangeLog INSTALL
 
 INSTALL:
diff --git a/README b/README
index cb61870..5c6f59d 100644
--- a/README
+++ b/README
@@ -1,4 +1,161 @@
-xf86-video-r128 - ATI Rage 128 video driver for the Xorg X server
+  Information for ATI Rage 128 Users
+  Precision Insight, Inc., SuSE GmbH
+  13 June 2000
+  ____________________________________________________________
+
+  Table of Contents
+
+
+  1. Supported Hardware
+  2. Features
+  3. Technical Notes
+  4. Reported Working Video Cards
+  5. Configuration
+  6. Driver Options
+  7. Known Limitations
+  8. Authors
+
+
+  ______________________________________________________________________
+
+  1.  Supported Hardware
+
+
+  o  ATI Rage 128 based cards
+
+
+
+  2.  Features
+
+
+  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  Support for high resolution video modes up to 1800x1440 @ 70Hz.
+
+  o  Support for doublescan video modes (e.g., 320x200 and 320x240).
+
+  o  Support for gamma correction at all pixel depths.
+
+  o  Fully programmable clock supported.
+
+  o  Robust text mode restore for VT switching.
+
+
+
+  3.  Technical Notes
+
+
+  o  None
+
+
+
+  4.  Reported Working Video Cards
+
+
+  o  Rage Fury AGP 32MB
+
+  o  XPERT 128 AGP 16MB
+
+  o  XPERT 99 AGP 8MB
+
+
+
+  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
+  xorg.conf file are:
+
+         Section "Device"
+             Identifier "Rage 128"
+             Driver     "r128"
+         EndSection
+
+
+  or let xorgconfig do this for you.
+
+  However, if you have problems with auto-detection, you can specify:
+
+  o  VideoRam - in kilobytes
+
+  o  MemBase - physical address of the linear framebuffer
+
+  o  IOBase - physical address of the memory mapped IO registers
+
+  o  ChipID - PCI DEVICE ID
+
+
+
+  6.  Driver Options
+
+
+  o  "hw_cursor" - request hardware cursor (default)
+
+  o  "sw_cursor" - software cursor only
+
+  o  "no_accel" - software rendering only
+
+  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)
+
+
+
+  7.  Known Limitations
+
+
+  o  None
+
+
+
+  8.  Authors
+
+  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  <mailto:faith at precisioninsight.com>
+
+  o  Kevin E. Martin  <mailto:kevin at precisioninsight.com>
+
+  The XFree86 4 driver was funded by ATI and was donated to The XFree86
+  Project by:
+
+      Precision Insight, Inc.
+      Cedar Park, TX
+      USA
+
+
+  The XFree86 3.3.x driver used for the port was written by:
+
+  o  Rickard E. (Rik) Faith  <mailto:faith at precisioninsight.com>
+
+  o  Kevin E. Martin  <mailto:kevin at 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
+     an earlier driver that was written by:
+
+  o  Alan Hourihane  <mailto:alanh at fairlite.demon.co.uk>
+
+  o  Dirk Hohndel  <mailto:hohndel at suse.de>
+
+  This early driver was funded and donated to The XFree86 Project by:
+
+      SuSE GmbH
+      Schanzaekerstr. 10
+      90443 Nuernberg
+      Germany
+
+
+
+  http://www.precisioninsight.com
+
+  http://www.suse.com
+
 
 Please submit bugs & patches to the Xorg bugzilla:
 
diff --git a/README.r128 b/README.r128
deleted file mode 100644
index 5c6f59d..0000000
--- a/README.r128
+++ /dev/null
@@ -1,177 +0,0 @@
-  Information for ATI Rage 128 Users
-  Precision Insight, Inc., SuSE GmbH
-  13 June 2000
-  ____________________________________________________________
-
-  Table of Contents
-
-
-  1. Supported Hardware
-  2. Features
-  3. Technical Notes
-  4. Reported Working Video Cards
-  5. Configuration
-  6. Driver Options
-  7. Known Limitations
-  8. Authors
-
-
-  ______________________________________________________________________
-
-  1.  Supported Hardware
-
-
-  o  ATI Rage 128 based cards
-
-
-
-  2.  Features
-
-
-  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  Support for high resolution video modes up to 1800x1440 @ 70Hz.
-
-  o  Support for doublescan video modes (e.g., 320x200 and 320x240).
-
-  o  Support for gamma correction at all pixel depths.
-
-  o  Fully programmable clock supported.
-
-  o  Robust text mode restore for VT switching.
-
-
-
-  3.  Technical Notes
-
-
-  o  None
-
-
-
-  4.  Reported Working Video Cards
-
-
-  o  Rage Fury AGP 32MB
-
-  o  XPERT 128 AGP 16MB
-
-  o  XPERT 99 AGP 8MB
-
-
-
-  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
-  xorg.conf file are:
-
-         Section "Device"
-             Identifier "Rage 128"
-             Driver     "r128"
-         EndSection
-
-
-  or let xorgconfig do this for you.
-
-  However, if you have problems with auto-detection, you can specify:
-
-  o  VideoRam - in kilobytes
-
-  o  MemBase - physical address of the linear framebuffer
-
-  o  IOBase - physical address of the memory mapped IO registers
-
-  o  ChipID - PCI DEVICE ID
-
-
-
-  6.  Driver Options
-
-
-  o  "hw_cursor" - request hardware cursor (default)
-
-  o  "sw_cursor" - software cursor only
-
-  o  "no_accel" - software rendering only
-
-  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)
-
-
-
-  7.  Known Limitations
-
-
-  o  None
-
-
-
-  8.  Authors
-
-  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  <mailto:faith at precisioninsight.com>
-
-  o  Kevin E. Martin  <mailto:kevin at precisioninsight.com>
-
-  The XFree86 4 driver was funded by ATI and was donated to The XFree86
-  Project by:
-
-      Precision Insight, Inc.
-      Cedar Park, TX
-      USA
-
-
-  The XFree86 3.3.x driver used for the port was written by:
-
-  o  Rickard E. (Rik) Faith  <mailto:faith at precisioninsight.com>
-
-  o  Kevin E. Martin  <mailto:kevin at 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
-     an earlier driver that was written by:
-
-  o  Alan Hourihane  <mailto:alanh at fairlite.demon.co.uk>
-
-  o  Dirk Hohndel  <mailto:hohndel at suse.de>
-
-  This early driver was funded and donated to The XFree86 Project by:
-
-      SuSE GmbH
-      Schanzaekerstr. 10
-      90443 Nuernberg
-      Germany
-
-
-
-  http://www.precisioninsight.com
-
-  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
deleted file mode 100644
index 367db6c..0000000
--- a/README.r128.sgml
+++ /dev/null
@@ -1,135 +0,0 @@
-<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN"[
-<!ENTITY % defs SYSTEM "X11/defs.ent"> %defs;
-]>
-
-<article>
-<title>Information for ATI Rage 128 Users
-<author>Precision Insight, Inc., SuSE GmbH
-<date>13 June 2000
-
-<toc>
-
-<sect>Supported Hardware
-<p>
-<itemize>
-  <item>ATI Rage 128 based cards
-</itemize>
-
-
-<sect>Features
-<p>
-<itemize>
-  <item>Full support (including hardware accelerated 2D drawing) for 8, 15,
-        16, 24 bit pixel depths.
-  <item>Hardware cursor support to reduce sprite flicker.
-  <item>Support for high resolution video modes up to 1800x1440 @ 70Hz.
-  <item>Support for doublescan video modes (e.g., 320x200 and 320x240).
-  <item>Support for gamma correction at all pixel depths.
-  <item>Fully programmable clock supported.
-  <item>Robust text mode restore for VT switching.
-</itemize>
-
-
-<sect>Technical Notes
-<p>
-<itemize>
-  <item>None
-</itemize>
-
-
-<sect>Reported Working Video Cards
-<p>
-<itemize>
-  <item>Rage Fury AGP 32MB
-  <item>XPERT 128 AGP 16MB
-  <item>XPERT 99 AGP 8MB
-</itemize>
-
-
-<sect>Configuration
-<p>
-The driver auto-detects all device information necessary to
-initialize the card.  The only lines you need in the "Device"
-section of your xorg.conf file are:
-<verb>
-       Section "Device"
-           Identifier "Rage 128"
-           Driver     "r128"
-       EndSection
-</verb>
-or let <tt>xorgconfig</tt> do this for you.
-
-However, if you have problems with auto-detection, you can specify:
-<itemize>
-  <item>VideoRam - in kilobytes
-  <item>MemBase  - physical address of the linear framebuffer
-  <item>IOBase   - physical address of the memory mapped IO registers
-  <item>ChipID   - PCI DEVICE ID
-</itemize>
-
-
-<sect>Driver Options
-<p>
-<itemize>
-  <item>"hw_cursor" - request hardware cursor (default)
-  <item>"sw_cursor" - software cursor only
-  <item>"no_accel"  - software rendering only
-  <item>"dac_8_bit" - use color weight 888 in 8 bpp mode (default)
-  <item>"dac_6_bit" - use color weight 666 in 8 bpp mode (VGA emulation)
-</itemize>
-
-
-<sect>Known Limitations
-<p>
-<itemize>
-  <item>None
-</itemize>
-
-
-<sect>Authors
-<p>
-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 <url url="mailto:faith at precisioninsight.com">
-   <item>Kevin E. Martin <url url="mailto:kevin at precisioninsight.com">
-</itemize>
-<p>
-The XFree86 4 driver was funded by ATI and was donated to The XFree86
-Project by:
-<verb>
-    Precision Insight, Inc.
-    Cedar Park, TX
-    USA
-</verb>
-<p>
-The XFree86 3.3.x driver used for the port was written by:
-<itemize>
-   <item>Rickard E. (Rik) Faith <url url="mailto:faith at precisioninsight.com">
-   <item>Kevin E. Martin <url url="mailto:kevin at 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 <url url="mailto:alanh at fairlite.demon.co.uk">
-   <item>Dirk Hohndel <url url="mailto:hohndel at suse.de">
-</itemize>
-<p>This early driver was funded and donated to The XFree86 Project by:
-<verb>
-    SuSE GmbH
-    Schanzaekerstr. 10
-    90443 Nuernberg
-    Germany
-</verb>
-
-<p>
-<htmlurl name="http://www.precisioninsight.com"
-          url="http://www.precisioninsight.com">
-<p>
-<htmlurl name="http://www.suse.com"
-          url="http://www.suse.com">
-
-
-</article>
diff --git a/configure.ac b/configure.ac
index 95d9f90..9931276 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,8 +134,6 @@ AC_SUBST([moduledir])
 DRIVER_NAME=r128
 AC_SUBST([DRIVER_NAME])
 
-XORG_CHECK_LINUXDOC
-
 AC_MSG_NOTICE(
 [Please change the Driver line in xorg.conf from "ati" to "r128" or install]
 [the ati wrapper as well:]
commit 56bea2e89ceb84377976ab60bc9bf1707f3bec39
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Jun 14 09:05:11 2010 -0400

    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 at videotron.ca>

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 at precisioninsight.com>
+  o  Rickard E. (Rik) Faith  <mailto:faith at precisioninsight.com>
 
-  +o  Kevin E. Martin  <kevin at precisioninsight.com>
+  o  Kevin E. Martin  <mailto:kevin at 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 at precisioninsight.com>
+  o  Rickard E. (Rik) Faith  <mailto:faith at precisioninsight.com>
 
-  +o  Kevin E. Martin  <kevin at precisioninsight.com>
+  o  Kevin E. Martin  <mailto:kevin at 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 at fairlite.demon.co.uk>
+  o  Alan Hourihane  <mailto:alanh at fairlite.demon.co.uk>
 
-  +o  Dirk Hohndel  <hohndel at suse.de>
+  o  Dirk Hohndel  <mailto:hohndel at 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 at precisioninsight.com</email>
-   <item>Kevin E. Martin <email>kevin at precisioninsight.com</email>
+   <item>Rickard E. (Rik) Faith <url url="mailto:faith at precisioninsight.com">
+   <item>Kevin E. Martin <url url="mailto:kevin at 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 at precisioninsight.com</email>
-   <item>Kevin E. Martin <email>kevin at precisioninsight.com</email>
+   <item>Rickard E. (Rik) Faith <url url="mailto:faith at precisioninsight.com">
+   <item>Kevin E. Martin <url url="mailto:kevin at 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 at fairlite.demon.co.uk</email>
-   <item>Dirk Hohndel <email>hohndel at suse.de</email>
+   <item>Alan Hourihane <url url="mailto:alanh at fairlite.demon.co.uk">
+   <item>Dirk Hohndel <url url="mailto:hohndel at suse.de">
 </itemize>
 <p>This early driver was funded and donated to The XFree86 Project by:
 <verb>


More information about the xorg-commit mailing list