blob: 432227e59ec4a442fb0c251d0e4141b4d7388df5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
Information for Number Nine I128 Users
The XFree86 Project Inc.
25 March 2004
____________________________________________________________
Table of Contents
1. Supported hardware
2. Features:
3. Configuration:
4. Mode lines for the Silicon Graphics flat panel display:
5. Author(s)
______________________________________________________________________
[1m1. Supported hardware[0m
The current accelerated I128 server supports
+o Imagine 128 (I128 with Texas Instruments TVP3025 or IBM528 RAMDAC).
It has been tested with with 4MB of VRAM.
+o 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.
+o 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.
+o Imagine 128 Revolution IV (I128-R4 with SILVERHAMMER RAMDAC). It
has been tested with 32 MB.
[1m2. Features:[0m
+o uses linear frame buffer
+o Resolutions up to the maximum supported by the card should be
possible.
+o 8 bpp, 16 bpp (depth 15 and 16), and 32 bpp (depth 24, sparse) are
supported.
+o supports RGB Sync-on-Green
+o Makes use of the graphics accelerator.
[1m3. Configuration:[0m
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:
+o Option "Dac6Bit"
Will enable 6-bit DAC support.
+o Option "NoAccel"
Will disable all hardware acceleration.
+o Option "SyncOnGreen"
Will enable syncing on green for sync-on-green monitors (these are
typically fixed frequency workstation monitors).
[1m4. Mode lines for the Silicon Graphics flat panel display:[0m
+o These mode lines are required for use with the T2R4 (Rev 4) and the
Silicon Graphics Flat Panel display.
+o Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029
1030 HSkew 7 +Hsync +Vsync
+o Modeline "1600x1024d16" 103.125 1600 1600 1656 1664 1024 1024 1029
1030 HSkew 5 +Hsync +Vsync
+o Modeline "1600x1024d08" 103.125 1600 1600 1656 1664 1024 1024 1029
1030 HSkew 1 +Hsync +Vsync
+o Modeline "800x512d32" 54.375 800 800 840 848 512 512 514 515
HSkew 7 DoubleScan +Hsync +Vsync
+o Modeline "800x512d16" 54.375 800 800 840 848 512 512 514 515
HSkew 5 DoubleScan +Hsync +Vsync
+o Modeline "800x512d08" 54.375 800 800 840 848 512 512 514 515
HSkew 1 DoubleScan +Hsync +Vsync
+o These lines are required for use with the SGI Multilink Adapter and
the SiliconGraphics Flat Panel display.
+o Modeline "1600x1024g" 108.0 1600 1616 1656 1704 1024 1027 1030
1056 -Hsync -Vsync
+o Option "OverridePolarity" "1"
[1m5. Author(s)[0m
Robin Cutshaw, <robin@XFree86.Org>
and special help from:
+o Galen Brooks, <galen@interlabs.com>
|