summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-06-13 19:14:57 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-13 19:14:57 -0400
commit897fee2ee97ad0bb3a106642a506ad2e8b3b36c2 (patch)
treea2fc899de93c349ae55ab5dd9c8bbc1f019d0697
parent21262b12320b7996261c1bce35957d11e1580837 (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.sgml153
-rw-r--r--configure.ac2
3 files changed, 0 insertions, 162 deletions
diff --git a/Makefile.am b/Makefile.am
index 501e32c..4c278ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,13 +21,6 @@
SUBDIRS = src man
MAINTAINERCLEANFILES = ChangeLog INSTALL
-if BUILD_LINUXDOC
-README:
- $(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 6302e2b..0000000
--- a/README.sgml
+++ /dev/null
@@ -1,153 +0,0 @@
-<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN" [
-<!ENTITY % defs SYSTEM "X11/defs.ent"> %defs;
-]>
-
-<article>
-<title>Information for i740 Users
-<author>Precision Insight, Inc.
-<date>18 February 1999
-<toc>
-
-<sect>Supported Hardware
-<p>
-<itemize>
- <item>Intel 740 based cards.
-</itemize>
-
-
-<sect>Features
-<p>
-<itemize>
- <item>Full support for 8, 15, 16, and 24 bit pixel depths.
- <item>Hardware cursor support to reduce sprite flicker.
- <item>Hardware accelerated 2D drawing engine support for 8, 15, 16 and
- 24 bit pixel depths.
- <item>Support for high resolution video modes up to 1600x1200.
- <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>Hardware acceleration is not possible when using the framebuffer
- in 32 bit per pixel format.
- <item>Interlace modes cannot be supported.
-</itemize>
-
-
-<sect>Reported Working Video Cards
-<p>
-<itemize>
- <item>Real3D Starfighter AGP
- <item>Real3D Starfighter PCI
- <item>Diamond Stealth II/G460 AGP
- <item>3DVision-i740 AGP
- <item>ABIT G740 8MB SDRAM
- <item>Acorp AGP i740
- <item>AGP 2D/3D V. 1N, AGP-740D
- <item>AOpen AGP 2X 3D Navigator PA740
- <item>ARISTO i740 AGP (ART-i740-G)
- <item>ASUS AGP-V2740
- <item>Atrend (Speedy) 3DIO740 AGP (ATC-2740)
- <item>Chaintech AGP-740D
- <item>EliteGroup(ECS) 3DVision-i740 AGP
- <item>EONtronics Picasso 740
- <item>EONtronics Van Gogh
- <item>Everex MVGA i740/AG
- <item>Flagpoint Shocker i740 8MB
- <item>Gainward CardExpert 740 8MB
- <item>Genoa Systems Phantom 740
- <item>Gigabyte Predator i740 8MB AGP
- <item>Hercules Terminator 128 2X/i AGP
- <item>HOT-158 (Shuttle)
- <item>Intel Express 3D AGP
- <item>Jaton Video-740 AGP 3D
- <item>Jetway J-740-3D 8MB AGP, i740 AGP 3D
- <item>Joymedia Apollo 7400
- <item>Leadtek Winfast S900
- <item>Machspeed Raptor i740 AGP 4600
- <item>Magic-Pro MP-740DVD
- <item>MAXI Gamer AGP 8 MB
- <item>Palit Daytona AGP740
- <item>PowerColor C740 (SG/SD) AGP
- <item>QDI Amazing I
- <item>Soyo AGP (SY-740 AGP)
- <item>Spacewalker Hot-158
- <item>VideoExcel AGP 740
- <item>ViewTop ZeusL 8MB
- <item>Winfast S900 i740 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 "Intel i740"
- Driver "i740"
- EndSection
-</verb>
-
-However, if you have problems with auto-detection, you can specify:
-<itemize>
- <item>VideoRam - in kilobytes
- <item>DacSpeed - in MHz
- <item>MemBase - physical address of the linear framebuffer
- <item>IOBase - physical address of the memory mapped IO registers
-</itemize>
-
-
-<sect>Driver Options
-<p>
-<itemize>
- <item>"NoAccel" - Turn off hardware acceleration
- <item>"SWCursor" - Request a software cursor (hardware is default)
- <item>"SDRAM" - Force the use of SDRAM timings
- <item>"SGRAM" - Force the use of SGRAM timings
- <item>"SlowRam" - Force the use of slower ram timings
- <item>"Dac6Bit" - Force the use of a 6 Bit Dac (8 Bit is the default)
- <item>"UsePIO - Force the use of programmed IO (Memory mapped is the default)
-</itemize>
-
-Note: the i740 X server should automatically detect whether your
-card has SGRAM or SDRAM. Use the "sgram" and "sdram" options
-if it is incorrectly detected.
-
-
-<sect>Known Limitations
-<p>
-<itemize>
- <item>Certain drawing operations are very slow when using 24 bit
- pixel depth mode.
-</itemize>
-
-
-<sect>Author
-<p>
-<itemize>
- <item>Original version by Kevin E Martin
- <url url="mailto:kevin@precisioninsight.com">
- <item>Daryll Strauss <url url="mailto:daryll@precisioninsight.com">
-</itemize>
-
-The Xorg version of this driver originally came from XFree86 4.4 rc2.
-
-The XFree86 version of this driver was donated to The XFree86 Project by:
-<verb>
- Precision Insight, Inc.
- Cedar Park, TX
- USA
-</verb>
-
-<htmlurl name="http://www.precisioninsight.com"
- url="http://www.precisioninsight.com">
-
-
-</article>
diff --git a/configure.ac b/configure.ac
index 487b065..8300e09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,8 +86,6 @@ AC_SUBST([moduledir])
DRIVER_NAME=i740
AC_SUBST([DRIVER_NAME])
-XORG_CHECK_LINUXDOC
-
AC_OUTPUT([
Makefile
src/Makefile