summaryrefslogtreecommitdiff
path: root/README
blob: 65a571eb44276d58edf6a6bb0353359d8b15fc48 (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
  Information for ATI Rage 128 Users
  Precision Insight, Inc., SuSE GmbH
  13 June 2000
  ____________________________________________________________

  Table of Contents


  1. Supported Hardware
  2. Features
  3. Technical Notes
  4. Reported Working Video Cards
  5. Configuration
  6. Driver Options
  7. Known Limitations
  8. Authors


  ______________________________________________________________________

  1.  Supported Hardware


  o  ATI Rage 128 based cards



  2.  Features


  o  Full support (including hardware accelerated 2D drawing) for 8, 15,
     16, 24 bit pixel depths.

  o  Hardware cursor support to reduce sprite flicker.

  o  Support for high resolution video modes up to 1800x1440 @ 70Hz.

  o  Support for doublescan video modes (e.g., 320x200 and 320x240).

  o  Support for gamma correction at all pixel depths.

  o  Fully programmable clock supported.

  o  Robust text mode restore for VT switching.



  3.  Technical Notes


  o  None



  4.  Reported Working Video Cards


  o  Rage Fury AGP 32MB

  o  XPERT 128 AGP 16MB

  o  XPERT 99 AGP 8MB



  5.  Configuration

  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:

         Section "Device"
             Identifier "Rage 128"
             Driver     "r128"
         EndSection


  or let xorgconfig do this for you.

  However, if you have problems with auto-detection, you can specify:

  o  VideoRam - in kilobytes

  o  MemBase - physical address of the linear framebuffer

  o  IOBase - physical address of the memory mapped IO registers

  o  ChipID - PCI DEVICE ID



  6.  Driver Options


  o  "hw_cursor" - request hardware cursor (default)

  o  "sw_cursor" - software cursor only

  o  "no_accel" - software rendering only

  o  "dac_8_bit" - use color weight 888 in 8 bpp mode (default)

  o  "dac_6_bit" - use color weight 666 in 8 bpp mode (VGA emulation)



  7.  Known Limitations


  o  None



  8.  Authors

  The X11R7.5 driver was originally part of XFree86 4.4 rc2.

  The XFree86 4 driver was ported from XFree86 3.3.x and enhanced by:

  o  Rickard E. (Rik) Faith  <mailto:faith@precisioninsight.com>

  o  Kevin E. Martin  <mailto:kevin@precisioninsight.com>

  The XFree86 4 driver was funded by ATI and was donated to The XFree86
  Project by:

      Precision Insight, Inc.
      Cedar Park, TX
      USA


  The XFree86 3.3.x driver used for the port was written by:

  o  Rickard E. (Rik) Faith  <mailto:faith@precisioninsight.com>

  o  Kevin E. Martin  <mailto:kevin@precisioninsight.com>

     The XFree86 3.3.x driver was funded by ATI and was donated to The
     XFree86 Project by Precision Insight, Inc. It was based in part on
     an earlier driver that was written by:

  o  Alan Hourihane  <mailto:alanh@fairlite.demon.co.uk>

  o  Dirk Hohndel  <mailto:hohndel@suse.de>

  This early driver was funded and donated to The XFree86 Project by:

      SuSE GmbH
      Schanzaekerstr. 10
      90443 Nuernberg
      Germany



  http://www.precisioninsight.com

  http://www.suse.com

  ______________________________________________________________________

All questions regarding this software should be directed at the
Xorg mailing list:

        https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

        https://gitlab.freedesktop.org/xorg/driver/xf86-video-r128

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

        https://www.x.org/wiki/Development/Documentation/SubmittingPatches