mirror of
https://github.com/X11Libre/xf86-video-i128.git
synced 2026-03-24 01:24:54 +00:00
README: keep the text version of README, discard the sgml version
The linuxdoc doc tool is deprecated. README files are exclusively text files. The file had not been updated for 5 years. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
@@ -21,13 +21,6 @@
|
||||
SUBDIRS = src man
|
||||
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:
|
||||
|
||||
96
README.sgml
96
README.sgml
@@ -1,96 +0,0 @@
|
||||
<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN"[
|
||||
<!ENTITY % defs SYSTEM "X11/defs.ent"> %defs;
|
||||
]>
|
||||
|
||||
<article>
|
||||
<title>Information for Number Nine I128 Users
|
||||
<author>The XFree86 Project Inc.
|
||||
<date>25 March 2004
|
||||
|
||||
<toc>
|
||||
|
||||
<sect>Supported hardware
|
||||
<p>
|
||||
The current accelerated I128 server supports
|
||||
<p>
|
||||
<itemize>
|
||||
<item>Imagine 128
|
||||
(I128 with Texas Instruments TVP3025 or IBM528 RAMDAC). It has been tested with
|
||||
with 4MB of VRAM.
|
||||
<item>Imagine 128 Ticket 2 Ride
|
||||
(I128-T2R with IBM526 or 528 RAMDAC). It has been tested with 4 MB and 8 MB of
|
||||
VRAM and DRAM.
|
||||
<item>Imagine 128 Revolution 3D
|
||||
(I128-R3D with IBM526 RAMDAC). It has been tested with 4 MB, 8 MB, and 16 MB
|
||||
of WRAM or SGRAM.
|
||||
<item>Imagine 128 Revolution IV
|
||||
(I128-R4 with SILVERHAMMER RAMDAC). It has been tested with 32 MB.
|
||||
</itemize>
|
||||
|
||||
<sect>Features:
|
||||
<p>
|
||||
<itemize>
|
||||
<item>uses linear frame buffer
|
||||
<item>Resolutions up to the maximum supported by the card should be possible.
|
||||
<item>8 bpp, 16 bpp (depth 15 and 16), and 32 bpp (depth 24, sparse) are
|
||||
supported.
|
||||
<item>supports RGB Sync-on-Green
|
||||
<item>Makes use of the graphics accelerator.
|
||||
</itemize>
|
||||
|
||||
<sect>Configuration:
|
||||
<p>
|
||||
The I128 driver should auto-detect all supported hardware so you needn't
|
||||
have anything other than the Identifier in the Section "Device" of the
|
||||
xorg.conf file. When running the xorgcfg or xorgconfig programs one
|
||||
merely needs to select an I128 card so that the correct server will be
|
||||
used. One need not and should not specify a RAMDAC, clockchip or allow
|
||||
the setup program to probe for clocks. The driver will auto-detect the
|
||||
amount of video ram present.
|
||||
|
||||
The following Section "Device" options are supported by the I128 driver:
|
||||
<itemize>
|
||||
<item>Option "Dac6Bit"
|
||||
<p>
|
||||
Will enable 6-bit DAC support.
|
||||
<item>Option "NoAccel"
|
||||
<p>
|
||||
Will disable all hardware acceleration.
|
||||
<item>Option "SyncOnGreen"
|
||||
<p>
|
||||
Will enable syncing on green for sync-on-green monitors (these are typically
|
||||
fixed frequency workstation monitors).
|
||||
</itemize>
|
||||
|
||||
<sect>Mode lines for the Silicon Graphics flat panel display:
|
||||
<p>
|
||||
<itemize>
|
||||
<item>These mode lines are required for use with the T2R4 (Rev 4) and the
|
||||
Silicon Graphics Flat Panel display.
|
||||
<item>Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 7 +Hsync +Vsync
|
||||
<item>Modeline "1600x1024d16" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 5 +Hsync +Vsync
|
||||
<item>Modeline "1600x1024d08" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 1 +Hsync +Vsync
|
||||
<item>Modeline "800x512d32" 54.375 800 800 840 848 512 512 514 515 HSkew 7 DoubleScan +Hsync +Vsync
|
||||
<item>Modeline "800x512d16" 54.375 800 800 840 848 512 512 514 515 HSkew 5 DoubleScan +Hsync +Vsync
|
||||
<item>Modeline "800x512d08" 54.375 800 800 840 848 512 512 514 515 HSkew 1 DoubleScan +Hsync +Vsync
|
||||
</itemize>
|
||||
|
||||
<p>
|
||||
<itemize>
|
||||
<item>These lines are required for use with the SGI Multilink Adapter and the SiliconGraphics Flat Panel display.
|
||||
<item>Modeline "1600x1024g" 108.0 1600 1616 1656 1704 1024 1027 1030 1056 -Hsync -Vsync
|
||||
<item>Option "OverridePolarity" "1"
|
||||
</itemize>
|
||||
|
||||
<sect>Author(s)
|
||||
<p>
|
||||
|
||||
Robin Cutshaw, <url url="mailto:robin@XFree86.Org">
|
||||
|
||||
and special help from:
|
||||
|
||||
<itemize>
|
||||
<item>Galen Brooks, <url url="mailto:galen@interlabs.com">
|
||||
</itemize>
|
||||
|
||||
</article>
|
||||
@@ -90,8 +90,6 @@ AC_SUBST([moduledir])
|
||||
DRIVER_NAME=i128
|
||||
AC_SUBST([DRIVER_NAME])
|
||||
|
||||
XORG_CHECK_LINUXDOC
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
src/Makefile
|
||||
|
||||
Reference in New Issue
Block a user