• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

man/H07-Dec-2018-665535

src/H07-Dec-2018-7,3465,550

COPYINGH A D07-Dec-20182.3 KiB4436

ChangeLogH A D07-Dec-201826.7 KiB839563

INSTALLH A D07-Dec-201815.4 KiB371288

Makefile.amH A D07-Dec-20181.3 KiB338

Makefile.inH A D07-Dec-201826.9 KiB871751

READMEH A D07-Dec-20183.2 KiB12670

aclocal.m4H A D07-Dec-2018446.6 KiB12,46211,311

compileH A D07-Dec-20187.2 KiB348258

config.guessH A D07-Dec-201842.5 KiB1,4421,249

config.h.inH A D07-Dec-20182 KiB8556

config.subH A D07-Dec-201835.3 KiB1,8141,676

configureH A D07-Dec-2018608.2 KiB21,22217,332

configure.acH A D07-Dec-20184 KiB11597

depcompH A D07-Dec-201823 KiB792502

install-shH A D07-Dec-201814.8 KiB509329

ltmain.shH A D07-Dec-2018316.8 KiB11,1577,986

missingH A D07-Dec-20186.7 KiB216143

README

1  Information for Number Nine I128 Users
2  The XFree86 Project Inc.
3  25 March 2004
4  ____________________________________________________________
5
6  Table of Contents
7
8
9  1. Supported hardware
10  2. Features:
11  3. Configuration:
12  4. Mode lines for the Silicon Graphics flat panel display:
13  5. Author(s)
14
15
16  ______________________________________________________________________
17
18  1.  Supported hardware
19
20  The current accelerated I128 server supports
21
22
23  o  Imagine 128 (I128 with Texas Instruments TVP3025 or IBM528 RAMDAC).
24     It has been tested with with 4MB of VRAM.
25
26  o  Imagine 128 Ticket 2 Ride (I128-T2R with IBM526 or 528 RAMDAC). It
27     has been tested with 4 MB and 8 MB of VRAM and DRAM.
28
29  o  Imagine 128 Revolution 3D (I128-R3D with IBM526 RAMDAC). It has
30     been tested with 4 MB, 8 MB, and 16 MB of WRAM or SGRAM.
31
32  o  Imagine 128 Revolution IV (I128-R4 with SILVERHAMMER RAMDAC). It
33     has been tested with 32 MB.
34
35
36  2.  Features:
37
38
39  o  uses linear frame buffer
40
41  o  Resolutions up to the maximum supported by the card should be
42     possible.
43
44  o  8 bpp, 16 bpp (depth 15 and 16), and 32 bpp (depth 24, sparse) are
45     supported.
46
47  o  supports RGB Sync-on-Green
48
49  o  Makes use of the graphics accelerator.
50
51
52  3.  Configuration:
53
54  The I128 driver should auto-detect all supported hardware so you
55  needn't have anything other than the Identifier in the Section
56  "Device" of the xorg.conf file. When running the xorgcfg or xorgconfig
57  programs one merely needs to select an I128 card so that the correct
58  server will be used. One need not and should not specify a RAMDAC,
59  clockchip or allow the setup program to probe for clocks. The driver
60  will auto-detect the amount of video ram present.
61
62  The following Section "Device" options are supported by the I128
63  driver:
64
65  o  Option "Dac6Bit"
66
67     Will enable 6-bit DAC support.
68
69  o  Option "NoAccel"
70
71     Will disable all hardware acceleration.
72
73  o  Option "SyncOnGreen"
74
75     Will enable syncing on green for sync-on-green monitors (these are
76     typically fixed frequency workstation monitors).
77
78
79  4.  Mode lines for the Silicon Graphics flat panel display:
80
81
82  o  These mode lines are required for use with the T2R4 (Rev 4) and the
83     Silicon Graphics Flat Panel display.
84
85  o  Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029
86     1030 HSkew 7 +Hsync +Vsync
87
88  o  Modeline "1600x1024d16" 103.125 1600 1600 1656 1664 1024 1024 1029
89     1030 HSkew 5 +Hsync +Vsync
90
91  o  Modeline "1600x1024d08" 103.125 1600 1600 1656 1664 1024 1024 1029
92     1030 HSkew 1 +Hsync +Vsync
93
94  o  Modeline "800x512d32" 54.375 800 800 840 848 512 512 514 515 HSkew
95     7 DoubleScan +Hsync +Vsync
96
97  o  Modeline "800x512d16" 54.375 800 800 840 848 512 512 514 515 HSkew
98     5 DoubleScan +Hsync +Vsync
99
100  o  Modeline "800x512d08" 54.375 800 800 840 848 512 512 514 515 HSkew
101     1 DoubleScan +Hsync +Vsync
102
103
104
105  o  These lines are required for use with the SGI Multilink Adapter and
106     the SiliconGraphics Flat Panel display.
107
108  o  Modeline "1600x1024g" 108.0 1600 1616 1656 1704 1024 1027 1030 1056
109     -Hsync -Vsync
110
111  o  Option "OverridePolarity" "1"
112
113
114  5.  Author(s)
115
116
117  Robin Cutshaw,  <mailto:robin@XFree86.Org>
118
119  and special help from:
120
121
122  o  Galen Brooks,  <mailto:galen@interlabs.com>
123
124
125
126