summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-06-14 08:08:36 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-14 08:08:36 -0400
commit216273764f00cb7c5d8ba5eec225e029e431dfea (patch)
tree925f3e4b65c66d24c74c1baaae176b9e63563812
parentaefdf980aa6f2230ecbd0c207da149e02a41fb35 (diff)
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@videotron.ca>
-rw-r--r--Makefile.am7
-rw-r--r--README.sgml78
-rw-r--r--configure.ac2
3 files changed, 0 insertions, 87 deletions
diff --git a/Makefile.am b/Makefile.am
index bb2dee5..40ad32b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,13 +21,6 @@
SUBDIRS = src
MAINTAINERCLEANFILES = ChangeLog INSTALL
-if BUILD_LINUXDOC
-README: README.sgml
- $(MAKE_TEXT) README.sgml && mv README.txt README
-endif
-
-EXTRA_DIST = README.sgml
-
.PHONY: ChangeLog INSTALL
INSTALL:
diff --git a/README.sgml b/README.sgml
deleted file mode 100644
index 1a13818..0000000
--- a/README.sgml
+++ /dev/null
@@ -1,78 +0,0 @@
-<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN" [
-<!ENTITY % defs SYSTEM "X11/defs.ent"> %defs;
-]>
-<article>
-
-<title>Information for DEC 21030 Users (aka TGA)
-<author>The XFree86 Project, Inc.
-<and>Updates for X11R&relvers; by Jim Gettys
-<date>March 25th, 2004
-
-<toc>
-
-<p>
-<sect>DEC 21030
-<p>
-<itemize>
-<item>The DEC 21030 is supported by X11R&relvers;.
-The driver is now
-partially accelerated. The built-in graphics on the Multia is
-supported in 8-plane mode, and PCI cards with 8 or 16 MB framebuffers
-are supported in 24-plane mode. TGA2 (aka PowerStorm 3D30/4D20)
-cards are not currently supported.
-
-<item>Current Known Problems
-
-<enum>
-
-<item>Virtual desktops and multiple modelines do not work. You should
-specify only one modeline.
-
-<item>Hardware cursor is only supported on systems with the BT485
-ramdac, ie the Multia.
-
-<item>After the server has been run using the hardware cursor, the
-Linux TGA console cursor (which also uses the hardware cursor) is
-shifted down by one pixel. This problem does not affect Linux kernels
-2.2.10 and above, which do not use the hardware cursor.
-
-<item>The XAA PolySegment() method is buggy. If you experience server
-crashes with SIGFPE, or server hangs, try disabling it (see below).
-
-</enum>
-
-<item>The following options may be specified for the 21030 driver:
-<descrip>
-<tag>BusID "PCI:?:??:?"</tag> Currently it is necessary to
- specify the BusID so that the server will find the card.
- Check /proc/pci and look for the bus, device, and function
- numbers in the 21030 section. On a Multia, this should be
- &dquot;PCI:0:11:0&dquot;.
-
-<tag>MemBase 0x???????</tag> If the server does not
- detect the base address of the 21030, then check /proc/pci for
- the 21030 and look for the "Prefetchable 32 bit memory
- at 0x???????" and enter this as your MemBase setting.
-
-<tag>Option "NoAccel"</tag>
- Disables acceleration.
-
-<tag>Option "swcursor"</tag>
- Disables the hardware cursor.
-
-<tag>Option "NoXaaPolySegment"</tag>
- Disables the XAA PolySegment() method.
-
-</descrip>
-</itemize>
-
-<sect>Authors
-<p>
-<itemize>
-<item>Matthew Grossman, <url url="mailto:mattg@oz.net">
-<item>Alan Hourihane, <url url="mailto:alanh@fairlite.demon.co.uk">
-<item>Martin Lucina, <url url="mailto:mato@kotelna.sk">
-<item>Tim Rowley, <url url="mailto:tor@cs.brown.edu">
-</itemize>
-
-</article>
diff --git a/configure.ac b/configure.ac
index bbf1262..5ab9463 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,8 +92,6 @@ AC_SUBST([moduledir])
DRIVER_NAME=tga
AC_SUBST([DRIVER_NAME])
-XORG_CHECK_LINUXDOC
-
AC_OUTPUT([
Makefile
src/Makefile