NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025446.7 KiB

ChangeLogH A D10-Nov-2025406.6 KiB

compileH A D10-Nov-20257.2 KiB

config.guessH A D10-Nov-202548.2 KiB

config.h.inH A D10-Nov-20252.5 KiB

config.subH A D10-Nov-202534.4 KiB

configureH A D10-Nov-2025643.2 KiB

configure.acH A D10-Nov-20258.2 KiB

COPYINGH A D10-Nov-20254.7 KiB

depcompH A D10-Nov-202523 KiB

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515 KiB

ltmain.shH A D10-Nov-2025325.2 KiB

Makefile.amH A D10-Nov-20251.3 KiB

Makefile.inH A D10-Nov-202527.4 KiB

man/H10-Nov-202560

missingH A D10-Nov-20256.7 KiB

READMEH A D10-Nov-20253.6 KiB

src/H10-Nov-20254 KiB

README

1  Information for ATI Rage 128 Users
2  Precision Insight, Inc., SuSE GmbH
3  13 June 2000
4  ____________________________________________________________
5
6  Table of Contents
7
8
9  1. Supported Hardware
10  2. Features
11  3. Technical Notes
12  4. Reported Working Video Cards
13  5. Configuration
14  6. Driver Options
15  7. Known Limitations
16  8. Authors
17
18
19  ______________________________________________________________________
20
21  1.  Supported Hardware
22
23
24  o  ATI Rage 128 based cards
25
26
27
28  2.  Features
29
30
31  o  Full support (including hardware accelerated 2D drawing) for 8, 15,
32     16, 24 bit pixel depths.
33
34  o  Hardware cursor support to reduce sprite flicker.
35
36  o  Support for high resolution video modes up to 1800x1440 @ 70Hz.
37
38  o  Support for doublescan video modes (e.g., 320x200 and 320x240).
39
40  o  Support for gamma correction at all pixel depths.
41
42  o  Fully programmable clock supported.
43
44  o  Robust text mode restore for VT switching.
45
46
47
48  3.  Technical Notes
49
50
51  o  None
52
53
54
55  4.  Reported Working Video Cards
56
57
58  o  Rage Fury AGP 32MB
59
60  o  XPERT 128 AGP 16MB
61
62  o  XPERT 99 AGP 8MB
63
64
65
66  5.  Configuration
67
68  The driver auto-detects all device information necessary to initialize
69  the card. The only lines you need in the "Device" section of your
70  xorg.conf file are:
71
72         Section "Device"
73             Identifier "Rage 128"
74             Driver     "r128"
75         EndSection
76
77
78  or let xorgconfig do this for you.
79
80  However, if you have problems with auto-detection, you can specify:
81
82  o  VideoRam - in kilobytes
83
84  o  MemBase - physical address of the linear framebuffer
85
86  o  IOBase - physical address of the memory mapped IO registers
87
88  o  ChipID - PCI DEVICE ID
89
90
91
92  6.  Driver Options
93
94
95  o  "hw_cursor" - request hardware cursor (default)
96
97  o  "sw_cursor" - software cursor only
98
99  o  "no_accel" - software rendering only
100
101  o  "dac_8_bit" - use color weight 888 in 8 bpp mode (default)
102
103  o  "dac_6_bit" - use color weight 666 in 8 bpp mode (VGA emulation)
104
105
106
107  7.  Known Limitations
108
109
110  o  None
111
112
113
114  8.  Authors
115
116  The X11R7.5 driver was originally part of XFree86 4.4 rc2.
117
118  The XFree86 4 driver was ported from XFree86 3.3.x and enhanced by:
119
120  o  Rickard E. (Rik) Faith  <mailto:faith@precisioninsight.com>
121
122  o  Kevin E. Martin  <mailto:kevin@precisioninsight.com>
123
124  The XFree86 4 driver was funded by ATI and was donated to The XFree86
125  Project by:
126
127      Precision Insight, Inc.
128      Cedar Park, TX
129      USA
130
131
132  The XFree86 3.3.x driver used for the port was written by:
133
134  o  Rickard E. (Rik) Faith  <mailto:faith@precisioninsight.com>
135
136  o  Kevin E. Martin  <mailto:kevin@precisioninsight.com>
137
138     The XFree86 3.3.x driver was funded by ATI and was donated to The
139     XFree86 Project by Precision Insight, Inc. It was based in part on
140     an earlier driver that was written by:
141
142  o  Alan Hourihane  <mailto:alanh@fairlite.demon.co.uk>
143
144  o  Dirk Hohndel  <mailto:hohndel@suse.de>
145
146  This early driver was funded and donated to The XFree86 Project by:
147
148      SuSE GmbH
149      Schanzaekerstr. 10
150      90443 Nuernberg
151      Germany
152
153
154
155  http://www.precisioninsight.com
156
157  http://www.suse.com
158
159  ______________________________________________________________________
160
161All questions regarding this software should be directed at the
162Xorg mailing list:
163
164        https://lists.x.org/mailman/listinfo/xorg
165
166The primary development code repository can be found at:
167
168        https://gitlab.freedesktop.org/xorg/driver/xf86-video-r128
169
170Please submit bug reports and requests to merge patches there.
171
172For patch submission instructions, see:
173
174        https://www.x.org/wiki/Development/Documentation/SubmittingPatches
175
176