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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
|
xserver-xorg-video-ati (1:6.9.0-1) UNRELEASED; urgency=low
* New upstream release.
-- Brice Goglin <bgoglin@debian.org> Fri, 27 Jun 2008 07:14:47 +0200
xserver-xorg-video-ati (1:6.8.192-1) unstable; urgency=low
* New upstream release.
+ Add some PLL tweaks, closes: #465864.
* Fix typo in long description, thanks Anders Semb Hermansen,
closes: #487628.
-- Brice Goglin <bgoglin@debian.org> Wed, 25 Jun 2008 07:26:16 +0200
xserver-xorg-video-ati (1:6.8.191-3) unstable; urgency=low
* xserver-xorg-video-radeon replaces earlier -ati packages, closes: #487527.
-- Brice Goglin <bgoglin@debian.org> Sun, 22 Jun 2008 15:19:12 +0200
xserver-xorg-video-ati (1:6.8.191-2) unstable; urgency=low
* Split the package into into the -ati package containing the ati driver
wrapper, and xserver-xorg-video-radeon containing the actual radeon
sub-driver.
xserver-xorg-video-ati now depends on -r128, -mach64 and -radeon
while -ati-dbg depends on their corresponding -dbg packages.
-- Brice Goglin <bgoglin@debian.org> Thu, 19 Jun 2008 07:59:57 +0200
xserver-xorg-video-ati (1:6.8.191-1) unstable; urgency=low
* New upstream release candidate.
-- Brice Goglin <bgoglin@debian.org> Fri, 13 Jun 2008 01:38:55 +0200
xserver-xorg-video-ati (1:6.8.1~git20080528.faea0088-1) experimental; urgency=low
* New upstream snapshot, up to commit faea0088.
-- Brice Goglin <bgoglin@debian.org> Wed, 28 May 2008 11:54:21 +0200
xserver-xorg-video-ati (1:6.8.1~git20080521.04500c84-1) experimental; urgency=low
* New upstream snapshot, up to commit 04500c84.
+ Fix lockup on startup on IGP320M, closes: #480312.
-- Brice Goglin <bgoglin@debian.org> Wed, 21 May 2008 07:54:45 +0200
xserver-xorg-video-ati (1:6.8.1~git20080512.94bf8f01-1) experimental; urgency=low
* New upstream snapshot, up to commit 94bf8f01.
+ Fix some DPMS-related brief blanking, closes: #467105.
* Build-depend on dpkg-dev >= 1.14.17 for dpkg-shlibdeps --warnings.
-- Brice Goglin <bgoglin@debian.org> Mon, 12 May 2008 13:41:04 +0200
xserver-xorg-video-ati (1:6.8.1~git20080417.c5d62fa0-1) experimental; urgency=low
* New upstream snapshot, up to commit c5d62fa0.
* Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from
/usr/bin/Xorg and other modules, and that's not a bug, so we want
dpkg-shlibdeps to shut up about symbols it can't find.
-- Brice Goglin <bgoglin@debian.org> Mon, 21 Apr 2008 02:40:28 +0200
xserver-xorg-video-ati (1:6.8.1~git20080320.5e3b2128-1) experimental; urgency=low
* New upstream snapshot, up to commit 5e3b2128.
+ Driver-side fix of two colour cursors to ARGB conversion on
big endian platforms, needs a recent xserver-xorg-core to be
be complete, closes: #446123.
-- Brice Goglin <bgoglin@debian.org> Thu, 20 Mar 2008 09:10:18 +0100
xserver-xorg-video-ati (1:6.8.1~git20080310.38606b08-1) experimental; urgency=low
* New upstream snapshap, up to commit 38606b08.
-- Brice Goglin <bgoglin@debian.org> Mon, 10 Mar 2008 23:48:13 +0100
xserver-xorg-video-ati (1:6.8.1~git20080302.a4398ac3-1) experimental; urgency=low
* New upstream snapshot, after r128 and mach64 got split out.
+ Depends on xserver-xorg-video-r128 and xserver-xorg-video-mach64.
+ Drop obsolete conflicts/replaces.
+ Add a NEWS entry about the need to change Driver ati into mach64/r128.
* Bump Standards-Version: to 3.7.3, no change needed.
* Remove XS- prefix to Vcs-Browser and Vcs-Git fields.
-- Brice Goglin <bgoglin@debian.org> Sun, 02 Mar 2008 13:20:59 +0100
xserver-xorg-video-ati (1:6.8.0-1) unstable; urgency=low
* New upstream release.
+ Bring back to life planar-to-packed conversion for rs4xx,
closes: #448577.
-- Brice Goglin <bgoglin@debian.org> Tue, 19 Feb 2008 08:24:35 +0100
xserver-xorg-video-ati (1:6.7.198~git20080203.f65e8dfa-1) experimental; urgency=low
* New upstream snapshot, containing commits up to f65e8dfa.
+ Reverts "Default to 1x again with non-v3 AGP cards", closes: #457767.
-- Brice Goglin <bgoglin@debian.org> Sun, 03 Feb 2008 10:49:43 +0100
xserver-xorg-video-ati (1:6.7.198~git20080117.6bd510a2-1) experimental; urgency=low
* New upstream snapshot, containing commits up to 6bd510a2.
-- Brice Goglin <bgoglin@debian.org> Thu, 17 Jan 2008 10:54:03 +0100
xserver-xorg-video-ati (1:6.7.198~git20080109.10e7636c-1) experimental; urgency=low
* New upstream snapshot, containing commits up to 10e7636c.
-- Brice Goglin <bgoglin@debian.org> Wed, 09 Jan 2008 23:43:53 +0100
xserver-xorg-video-ati (1:6.7.198~git20080102.30cab1db-1) experimental; urgency=low
* New upstream snapshot, containing commits up to 30cab1db.
-- Brice Goglin <bgoglin@debian.org> Wed, 02 Jan 2008 22:04:12 +0100
xserver-xorg-video-ati (1:6.7.198~git20080101.f65374f5-1) experimental; urgency=low
* New upstream snapshot, containing commits up to f65374f5.
-- Brice Goglin <bgoglin@debian.org> Tue, 01 Jan 2008 11:37:58 +0100
xserver-xorg-video-ati (1:6.7.198~git20071223.ad3325f6-1) experimental; urgency=low
* New upstream snapshot, containing commits up to ad3325f6.
+ Add IgnoreLidStatus option to enable lid even when closed,
closes: #457612, #457516.
+ Fix PLL input setup on mac cards, closes: #457563.
-- Brice Goglin <bgoglin@debian.org> Sun, 23 Dec 2007 23:24:43 +0100
xserver-xorg-video-ati (1:6.7.198~git20071221.be7f8fd3-1) experimental; urgency=low
* New upstream snapshot, containing commits up to be7f8fd3.
+ New atombios based support for r500 and r600 boards.
+ Zaphod mode is back, reimplemented on top of RandR 1.2.
-- Brice Goglin <bgoglin@debian.org> Fri, 21 Dec 2007 08:39:57 +0100
xserver-xorg-video-ati (1:6.7.197-1) unstable; urgency=low
* New upstream release candidate.
* Upload to unstable since this release candidate is supposed
to be much better than the old 1:6.6.193-3.
* Add a NEWS entry pointing to some RandR 1.2 documentation.
-- Brice Goglin <bgoglin@debian.org> Fri, 21 Dec 2007 08:11:07 +0100
xserver-xorg-video-ati (1:6.7.197~git20071219.ce4fa1ce-1) experimental; urgency=low
* New upstream snapshot, containing commits up to ce4fa1ce.
+ Default to 1x again with non-v3 AGP cards, closes: #444049.
-- Brice Goglin <bgoglin@debian.org> Wed, 19 Dec 2007 08:44:33 +0100
xserver-xorg-video-ati (1:6.7.196-2) experimental; urgency=low
* New upstream snapshot, containing commits up to 5022d006.
+ Fix the washed out color, closes: #440174.
+ Update 01_gen_pci_ids.diff to use the new ati_pciids_gen.h.
-- Brice Goglin <bgoglin@debian.org> Mon, 03 Dec 2007 21:26:02 +0100
xserver-xorg-video-ati (1:6.7.196-1) experimental; urgency=low
* New upstream release candidate.
-- Brice Goglin <bgoglin@debian.org> Mon, 12 Nov 2007 08:38:43 +0100
xserver-xorg-video-ati (1:6.7.195-2) experimental; urgency=low
* New upstream snapshot,
based on commit ddec5783103045084a66a34d71326cc6e4a3f598
+ Fixes some LVDS issues, closes: #445746.
-- Brice Goglin <bgoglin@debian.org> Tue, 09 Oct 2007 18:27:22 +0200
xserver-xorg-video-ati (1:6.7.195-1) experimental; urgency=low
* New upstream release candidate.
-- Julien Cristau <jcristau@debian.org> Sat, 06 Oct 2007 02:56:56 +0200
xserver-xorg-video-ati (1:6.7.194-1) experimental; urgency=low
* New upstream release candidate.
+ Add MacModel "mini" option to support Mac Mini connector table,
closes: #443570.
+ Fix crash when Xv window is outside of either crtc,
closes: #441902.
-- Brice Goglin <bgoglin@debian.org> Mon, 24 Sep 2007 07:59:36 +0200
xserver-xorg-video-ati (1:6.7.193-1) experimental; urgency=low
* New upstream release candidate.
+ Fix distortion after lid close/reopen, closes: #435114.
+ Stop wrongly detecting the TV-output as connected, closes: #439322.
+ Fix outputs after VT switch, closes: #443151.
-- Brice Goglin <bgoglin@debian.org> Thu, 20 Sep 2007 07:34:02 +0200
xserver-xorg-video-ati (1:6.7.192-4) experimental; urgency=low
* Really build against xserver 2:1.4.
* Pull upstream commits up to 2d78e2b6f36c21812b15eea0f1c7004e748fd5ab.
-- Brice Goglin <bgoglin@debian.org> Thu, 13 Sep 2007 22:35:56 +0200
xserver-xorg-video-ati (1:6.7.192-3) experimental; urgency=low
* Build against xserver 2:1.4-1.
-- Brice Goglin <bgoglin@debian.org> Fri, 07 Sep 2007 17:52:57 +0200
xserver-xorg-video-ati (1:6.7.192-2) experimental; urgency=low
* Build against xserver 1.3.99.2.
-- Brice Goglin <bgoglin@debian.org> Tue, 04 Sep 2007 19:12:45 +0200
xserver-xorg-video-ati (1:6.7.192-1) experimental; urgency=low
* New upstream release candidate.
+ UseFBDev option removed, closes: #372920.
+ Monitor detection fixed, closes: #413500.
-- Brice Goglin <bgoglin@debian.org> Mon, 27 Aug 2007 08:26:38 +0200
xserver-xorg-video-ati (1:6.7.191-1) experimental; urgency=low
* New upstream release candidate.
+ TV-output support, closes: #332410, #360186, #378594, #435691.
+ Bump x11proto-randr-dev build-dependency to >= 1.2 for RandR-1.2
support.
-- Brice Goglin <bgoglin@debian.org> Thu, 23 Aug 2007 08:15:03 +0200
xserver-xorg-video-ati (1:6.6.193-2) experimental; urgency=low
* Build against xserver 1.3.99.0.
* Add 01_gen_pci_ids.diff. This patch adds a list of pci id's that the
driver supports so that the server can automatically load it.
* Use ${binary:Version} instead of ${Source-Version}.
-- Brice Goglin <bgoglin@debian.org> Mon, 20 Aug 2007 19:49:33 +0200
xserver-xorg-video-ati (1:6.6.193-1) experimental; urgency=low
[ Brice Goglin ]
* New upstream release candidate.
+ Add references to radeon and r128 manpages in SEE ALSO
in the ati(4) manpage (closes: #386001).
+ Fix typo in "specifying" in the radeon(4) manpage
(closes: #432059).
+ Fully zero-initialize info->CRT2pScrn->monitor (closes: #422777).
+ Avoid crash in MACH64 Xv code (closes: #320828).
+ Drop 01_ati_r128_update_chip_identification.diff since
this information is redundant and does not matter anyway
since the driver auto-detects how the card is connected
to the system.
+ Drop 02_radeon_manpage.diff, merged upstream.
[ Julien Cristau ]
* Add upstream URL to debian/copyright. Thanks, Loïc Minier.
-- Brice Goglin <bgoglin@debian.org> Sat, 4 Aug 2007 15:14:49 +0200
xserver-xorg-video-ati (1:6.6.192-1) experimental; urgency=low
[ Brice Goglin ]
* Build a xserver-xorg-video-ati-dbg package with debugging symbols.
* Fix Provides: xf86-video-driver-atimisc to match Replaces: and
Conflicts: xserver-xorg-video-atimisc.
Thanks to Eric Lavarde (closes: #372312).
* Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
(needed to let xsfbs get access to serverminver).
* Add XS-Vcs-*.
* Add a link to www.X.org and a reference to the xf86-video-ati
module in the long description (closes: #425321).
[ Timo Aaltonen ]
* Replaces/Conflicts: xserver-xorg-driver-ati.
[ Julien Cristau ]
* New upstream release candidate
* Refresh patch 02_radeon_manpage.diff.
-- Julien Cristau <jcristau@debian.org> Mon, 21 May 2007 01:28:33 +0200
xserver-xorg-video-ati (1:6.6.191-1) experimental; urgency=low
[ Brice Goglin ]
* New upstream release candidate.
* autoreconf.
[ Julien Cristau ]
* Drop Fabio and Branden from Uploaders, with their permission. Hopefully
they'll come back when they have more time!
-- Julien Cristau <jcristau@debian.org> Wed, 28 Mar 2007 14:26:43 +0200
xserver-xorg-video-ati (1:6.6.3-5) experimental; urgency=low
* Bump build-dep on libdrm-dev to >= 2.2 to fix FTBFS (closes: #413100).
Thanks, Frank Lichtenheld!
* Add patch 02_radeon_manpage.diff to replace non-ascii character with the
corresponding groff escape sequence in the radeon manpage.
-- Julien Cristau <jcristau@debian.org> Fri, 2 Mar 2007 22:44:03 +0100
xserver-xorg-video-ati (1:6.6.3-4) experimental; urgency=low
* Generate server dependencies automatically from the ABI
* Merge changes from upstream pre-release
* Remove obsolete 02_radeon_memmap_fbdev.diff
-- David Nusinow <dnusinow@debian.org> Wed, 21 Feb 2007 22:54:17 -0500
xserver-xorg-video-ati (1:6.6.3-3) UNRELEASED; urgency=low
* Add link to xserver-xorg-core bug script, so that bugreports contain
the user's config and log files.
* Bump dependency on xserver-xorg-core to >= 2:1.1.1-11, as previous
versions don't have the bug script.
-- Julien Cristau <julien.cristau@ens-lyon.org> Tue, 7 Nov 2006 07:30:39 +0100
xserver-xorg-video-ati (1:6.6.3-2) unstable; urgency=low
* Add 02_radeon_memmap_fbdev.diff. This should fix breakage when using
fbdev. Thanks Michel Dänzer. Closes: #369167
* Don't require libdrm-dev on hurd-i386. Thanks Michael Banck.
Closes: #392876
-- David Nusinow <dnusinow@debian.org> Sat, 14 Oct 2006 14:30:22 -0400
xserver-xorg-video-ati (1:6.6.3-1) unstable; urgency=low
* New upstream release
-- David Nusinow <dnusinow@debian.org> Fri, 13 Oct 2006 14:02:45 -0400
xserver-xorg-video-ati (1:6.6.2-2) unstable; urgency=low
[ Drew Parsons ]
* Include upstream ChangeLog. Closes: #365104.
* Upload to unstable (X11R7.1 transition).
-- David Nusinow <dnusinow@debian.org> Mon, 18 Sep 2006 19:57:28 -0400
xserver-xorg-video-ati (1:6.6.2-1) experimental; urgency=low
* New upstream version. Happy birthday.
* Use debhelper 5.
* Standards version 3.7.2.
* Add reference to /usr/share/common-licenses/GPL to debian/copyright.
* Use dh_installman to install man pages.
* Exclude .la files from dh_install.
-- Drew Parsons <dparsons@debian.org> Thu, 31 Aug 2006 21:36:05 +1000
xserver-xorg-video-ati (1:6.6.1-2) experimental; urgency=low
[ Drew Parsons ]
* Provides: xserver-xorg-video-1.0 not xserver-xorg-video.
[ David Nusinow ]
* Bump xserver (build-)depends epochs to 2: to deal with botched
server upload
-- David Nusinow <dnusinow@debian.org> Tue, 22 Aug 2006 23:46:26 +0000
xserver-xorg-video-ati (1:6.6.1-1) experimental; urgency=low
[ Andres Salomon ]
* Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
idempotency fix.
[ David Nusinow ]
* New upstream release
* Bump dependency on xserver-xorg-core to >= 1:1.1.1. Do the same thing for
the build-dep on xserver-xorg-dev.
-- David Nusinow <dnusinow@debian.org> Sun, 6 Aug 2006 20:15:19 +0000
xserver-xorg-video-ati (1:6.5.8.0-1) unstable; urgency=low
* New upstream release
* Use dh_install with --list-missing
* Add build-dep on quilt
* Remove obsolete 02_ppc_fix.diff. Now incorporated upstream.
-- David Nusinow <dnusinow@debian.org> Tue, 25 Apr 2006 22:11:48 -0400
xserver-xorg-video-ati (1:6.5.7.3-3) unstable; urgency=low
* Upload to modular
-- David Nusinow <dnusinow@debian.org> Sun, 26 Mar 2006 20:25:26 -0500
xserver-xorg-video-ati (1:6.5.7.3-2) experimental; urgency=low
* Port patches from trunk
+ general/043_ati_r128_update_chip_identification.diff
* Apply ppc-fix.patch and incorporate it in to our patch system instead of
just having it sit in the debian directory
-- David Nusinow <dnusinow@debian.org> Sun, 26 Feb 2006 17:46:59 -0500
xserver-xorg-video-ati (1:6.5.7.3-1) experimental; urgency=low
* First upload to Debian
* Change source package, package, and provides names to denote the
type of driver and that they are for xserver-xorg
-- David Nusinow <dnusinow@debian.org> Fri, 13 Jan 2006 00:35:49 -0500
xserver-xorg-driver-ati (1:6.5.7.3-0ubuntu1) dapper; urgency=low
* New upstream release.
* Also install Rage Theatre multimedia modules.
-- Daniel Stone <daniel.stone@ubuntu.com> Wed, 4 Jan 2006 17:21:27 +1100
xserver-xorg-driver-ati (1:6.5.7-0ubuntu3) dapper; urgency=low
* Add missing Build-Depends (x11proto-fonts-dev, x11proto-randr-dev,
x11proto-render-dev, libdrm (>> 1.0.5), x11proto-xf86dri-dev).
-- Daniel Stone <daniel.stone@ubuntu.com> Mon, 5 Dec 2005 14:52:47 +1100
xserver-xorg-driver-ati (1:6.5.7-0ubuntu2) dapper; urgency=low
* Apply patch from https://bugs.freedesktop.org/attachment.cgi?id=3620 to
fix hard crash on powerpc. The patch is also stored in
debian/ppc-fix.patch.
NOTE: according to benh the patch still needs some extra polishing.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 25 Nov 2005 11:34:33 +0100
xserver-xorg-driver-ati (1:6.5.7-0ubuntu1) dapper; urgency=low
* New upstream release.
-- Daniel Stone <daniel.stone@ubuntu.com> Tue, 22 Nov 2005 13:25:16 +1100
xserver-xorg-driver-ati (1:6.5.6.1-1) dapper; urgency=low
* New upstream release.
-- Daniel Stone <daniel.stone@ubuntu.com> Tue, 25 Oct 2005 18:01:13 +1000
xserver-xorg-driver-ati (1:6.5.6-1) breezy; urgency=low
* First xserver-xorg-driver-ati release.
-- Daniel Stone <daniel.stone@ubuntu.com> Wed, 6 Jul 2005 15:48:17 +1000
|