--- xserver-xorg-video-ati-7.7.0.orig/.dir-locals.el +++ xserver-xorg-video-ati-7.7.0/.dir-locals.el @@ -0,0 +1,12 @@ +((nil + (indent-tabs-mode . t) + (tab-width . 8) + (c-basic-offset . 4) + (c-file-style . "stroustrup") + (fill-column . 78) + (eval . (progn + (c-set-offset 'innamespace '0) + (c-set-offset 'inline-open '0))) + ) + (makefile-mode (indent-tabs-mode . t)) + ) --- xserver-xorg-video-ati-7.7.0.orig/ChangeLog +++ xserver-xorg-video-ati-7.7.0/ChangeLog @@ -1,513 +1,3 @@ -commit df6662864b56d1aeeea4c67d9b668e64197afb20 -Author: Michel Dänzer -Date: Thu Apr 7 11:44:05 2016 +0900 - - Bump version for 7.7.0 release - -commit c12614cfdc5729041c204e3ead1dbfde38011f0c -Author: Michel Dänzer -Date: Mon Apr 4 14:59:41 2016 +0900 - - Update manpage entry for Option "TearFree" - - It's now effective for rotation as well. - - (Ported from amdgpu commit faf9d720b7d650f5f1ea657a874d08eac3972e60) - - Reviewed-by: Alex Deucher - -commit 4693b1bd5b5c381e8b7b68a6f7f0c6696d6a68df -Author: Michel Dänzer -Date: Thu Mar 31 17:02:55 2016 +0900 - - Identify DRM event queue entries by sequence number instead of by pointer - - If the memory for an entry was allocated at the same address as that for - a previously cancelled entry, the handler could theoretically be called - prematurely, triggered by the DRM event which was submitted for the - cancelled entry. - - Reviewed-by: Alex Deucher - -commit 83734317e6bdaeebb4462a63f541e73a1d7c2f77 -Author: Michel Dänzer -Date: Wed Mar 30 11:44:09 2016 +0900 - - Update pixmap pitch in radeon_set_pixmap_bo - - Stop second guessing it in drmmode_crtc_scanout_create. - - Fixes display corruption in some cases with TearFree enabled. - - Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94751 - - Reviewed-by: Alex Deucher - -commit 0b3aac1de9db42bfca545fa331e4985836682ec7 -Author: Michel Dänzer -Date: Mon Mar 28 18:43:36 2016 +0900 - - DRI3: Refuse to open DRM file descriptor for ssh clients (v2) - - Fixes hangs when attempting to use DRI3 on display connections forwarded - via SSH. - - Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93261 - - v2: Don't do this for Xorg > 1.18.99.1 since the corresponding xserver - change has landed in Git master. - - Reviewed-by: Alex Deucher (v1) - -commit 8a6cd4bda05b9569b3dd0a5a75b2cc385b9ecba9 -Author: Michel Dänzer -Date: Fri Mar 25 11:50:15 2016 +0900 - - Revert "Use render node for DRI3 if available" - - This reverts commit cd94248ffa7d8fe0b57476f79e7e860dee66d1b0. - - It broke VDPAU<->GL interop with DRI3 enabled, because the Gallium VDPAU - code doesn't support DRI3 yet. We can consider re-enabling this once - there is a Mesa release where the Gallium VDPAU code supports DRI3. - - Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94675 - - Reviewed-by: Alex Deucher - -commit ed31cffba0d1bd4b14e5348a1456e4377277059c -Author: Michel Dänzer -Date: Thu Mar 24 18:08:22 2016 +0900 - - Call RADEONBlockHandler_KMS before setting initial modes - - Doing it the other way around meant that there was still a possibility - for the front buffer contents to be uninitialized when they start being - scanned out. - - (Ported from amdgpu commit 4a60b4b1851a3cbc2d8ad9048d68eeb6947cf132) - - Reviewed-by: Alex Deucher - -commit e592f32f8b5f5873fcc18b10a69dd5e4ccf11073 -Author: Michel Dänzer -Date: Wed Mar 23 18:25:48 2016 +0900 - - Require xserver 1.9 or newer - - 1.9.0 was released in August 2010. - - We were already unintentionally relying on things not available in 1.8 - for at least a year, and nobody has complained. - - Reviewed-by: Alex Deucher - -commit bde466e5d44cad64b4e4eceaa5de80fdbf86356e -Author: Michel Dänzer -Date: Wed Mar 23 18:16:42 2016 +0900 - - Fix build against older versions of xserver - - Also slightly clean up the error handling in radeon_scanout_do_update. - - Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94614 - - Reviewed-by: Alex Deucher - -commit b2b079be0e7ef2704c3df9ee25fe46166e450e83 -Author: Michel Dänzer -Date: Wed Mar 23 17:29:47 2016 +0900 - - Use radeon_alloc_pixmap_bo for allocating scanout BOs - - This enables tiling for scanout BOs used for TearFree / ShadowPrimary, - and simplifies the code a little. - - Reviewed-by: Alex Deucher - -commit d21ac4669a8b2cdd4eec5e5a94d1950b7423b8b5 -Author: Michel Dänzer -Date: Wed Mar 23 17:27:27 2016 +0900 - - DRI3 only works with acceleration - - Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94214 - - Reviewed-by: Alex Deucher - -commit eb1a2c57e6c45d7ca57b2e2be643194243b7aae1 -Author: Michel Dänzer -Date: Wed Mar 23 17:23:31 2016 +0900 - - TearFree can only work with acceleration - - Reviewed-by: Alex Deucher - -commit d670c5c9851b4eff21c845d26c7d7e4eb5ee0fa9 -Author: Michel Dänzer -Date: Fri Mar 18 16:46:08 2016 +0900 - - Check for xf86CursorResetCursor - - If it's available, Xorg calls it on each mode configuration change. It - does what xf86_reload_cursors does (and more), so we don't need to call - the latter anymore. - - Reviewed-by: Alex Deucher - -commit 7f3d0780ca65a90117c2a61362dbc0899bd9c0b0 -Author: Michel Dänzer -Date: Wed Mar 9 18:28:47 2016 +0900 - - Don't try DRI2/Present flipping while the HW cursor can't be used - - Flipping doesn't interact correctly with SW cursor: A flip makes the SW - cursor disappear. It will only appear again when the cursor is moved, - but it will be surrounded by corruption, because the SW cursor code - will restore stale screen contents at the old cursor location before - drawing the cursor at the new location. - - Reviewed-by: Alex Deucher - -commit 3de480e83c0a1824838d662d6d67c9fe85277298 -Author: Michel Dänzer -Date: Wed Mar 9 16:44:32 2016 +0900 - - Factor out HW cursor checking code into drmmode_can_use_hw_cursor - - And add a check for RandR 1.4 multihead. - - Reviewed-by: Alex Deucher - -commit 2e0b458e747c7df81dd5f9579a762262af3350e1 -Author: Ryan Kennedy -Date: Sun Mar 20 17:57:56 2016 -0400 - - Use correct tiling in drmmode_create_bo_pixmap - - The callers were using 0 for the tiling flags, causing surfaces to be - incorrectly treated as linear. This issue was causing corruption on Cayman - just after login with GNOME3. The kernel was rejecting the cs in - drmmode_copy_fb due to invalid texture pitch. - - Signed-off-by: Ryan Kennedy - Reviewed-by: Michel Dänzer - -commit a03271de5ecdaa7790d1316e993c4450b91fe936 -Author: Michel Dänzer -Date: Wed Mar 9 18:23:10 2016 +0900 - - present: Return rotated CRTCs from radeon_present_get_crtc - - Sync-to-vblank works fine with rotation. We're still checking for - rotation in radeon_present_check_flip. - - Returning NULL from here resulted in the xserver present code falling - back to the fake CRTC running at 1 fps. - - Reviewed-by: Alex Deucher - -commit 40191d82370eb7e58bd34c44966cbf44c3703229 -Author: Michel Dänzer -Date: Wed Mar 9 18:15:57 2016 +0900 - - present: Clear drmmode->fb_id before calling set_mode_major for unflip - - Without this, drmmode_set_mode_major may just re-set the FB for the - last flipped BO, in which case the display will probably freeze. - - Reproduction recipe: Enable rotation while a fullscreen client is - flipping. - - Reviewed-by: Alex Deucher - -commit 798c4fd16d339b1ad5fd729cc884be084c60e38b -Author: Michel Dänzer -Date: Fri Dec 25 18:57:42 2015 +0900 - - Make Option "TearFree" effective for rotated/reflected outputs as well (v2) - - Support varies by xserver version: - - < 1.12: No support for the driver handling rotation/reflection - 1.12-1.15: Support for driver handling rotation/reflection, but there's - a bug preventing the HW cursor from being visible everywhere - it should be on rotated outputs, so we can only support - TearFree for reflection. - >= 1.16: While the bug above is still there (fixes pending review), - the driver can force SW cursor for rotated outputs, so we - can support TearFree for rotation as well. - - v2: Don't set crtc->driverIsPerformingTransform after xf86CrtcRotate if - it wasn't set before. Fixes breaking rotation with TearFree disabled. - - Reviewed-by: Alex Deucher (v1) - -commit eb611a2e4ecce7a1ab85fd72b9b78e3269311dd5 -Author: Michel Dänzer -Date: Tue Feb 2 18:04:11 2016 +0900 - - Consolidate pScreen usage in drmmode_set_mode_major - - We were already relying on pScrn->pScreen being non-NULL in some cases, - which is supposedly always true ever since this function is no longer - getting called from ScreenInit. - - Reviewed-by: Alex Deucher - -commit 06602171386e538081c298645fb7ca1a70fe80cc -Author: Michel Dänzer -Date: Thu Feb 4 17:13:57 2016 +0900 - - Remove check for XF86_CRTC_VERSION 3 - - We require xserver >= 1.8, which was already at version 3. - - Reviewed-by: Alex Deucher - -commit a88985f5d1e39caca49ceb65678aaa9cb622a0d2 -Author: Michel Dänzer -Date: Mon Feb 29 18:12:43 2016 +0900 - - Deal with modesets and page flips crossing on a CRTC - - If we set a mode while a flip is pending, the kernel driver may program - the flip to the hardware after the modeset. If that happens, the hardware - will display the BO from the flip, whereas we will assume it displays the - BO from the modeset. In other words, the display will most likely freeze, - at least until another modeset. - - Prevent this condition by waiting for a pending flip to finish before - setting a mode. - - Fixes display freezing when setting rotation or a transform with - TearFree enabled. - - Reviewed-by: Alex Deucher - -commit f5d968cbba3c9b7ec202161f2157d8d64778c817 -Author: Michel Dänzer -Date: Thu May 21 12:54:31 2015 +0900 - - Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr based - - This allows for a minor simplification of the code. - - Reviewed-by: Alex Deucher - -commit e87365117acbd80b7d80fbb5eb30890ef7153291 -Author: Michel Dänzer -Date: Thu Feb 25 16:49:16 2016 +0900 - - DRI2: Also clear dri2_flipping when client disconnects before event - - Fixes the following problem: - - With DRI3 enabled, run glxgears with LIBGL_DRI3_DISABLE=1, make it - fullscreen and press Escape while it's still fullscreen. This could - result in dri2_flipping not getting cleared, spuriously preventing apps - using DRI3 from flipping. - - Reviewed-by: Alex Deucher - -commit d5dbb07db22d5420c81dfebc060f0dd86e7b8a20 -Author: Michel Dänzer -Date: Thu Feb 25 18:02:12 2016 +0900 - - Remove radeon_scanout_flip_handler - - No longer necessary now that radeon_drm_queue_handler can handle - e->handler == NULL. - - Reviewed-by: Alex Deucher - -commit 3989766edde85d1abe7024577b98fc9b007bc02a -Author: Michel Dänzer -Date: Thu Feb 25 16:43:48 2016 +0900 - - drm_queue: Don't abort events immediately from radeon_drm_abort_client - - Keep them around until the DRM event arrives, but then call the abort - functions instead of the handler functions. - - This is a prerequisite for the following fix. - - Reviewed-by: Alex Deucher - -commit 7bc089ee9740a3ef91f16e36786d8ed64e165acd -Author: jimqu -Date: Tue Feb 16 17:05:48 2016 +0900 - - glamor: Return NullPixmap on failure to create shareable pixmap - - If we were asked to create a shareable pixmap, it doesn't make sense - to return a pixmap which isn't shareable. Doing so caused trouble down - the line such as a crash with older versions of glamor when trying to - use GLX pixmaps of bpp < 32 via DRI2. - - Signed-off-by: JimQu - (ported from amdgpu commit 2fcb7dadd3c71cd405cbbaafc777697538ca9c29) - Reviewed-by: Alex Deucher - -commit 4cc32031467157ab8788f5c684fb1ac67ae96ff9 -Author: jimqu -Date: Tue Feb 16 17:03:24 2016 +0900 - - Move radeon_glamor_destroy_pixmap before radeon_glamor_create_pixmap - - The next commit will call the former from the latter. No functional - change. - - Signed-off-by: JimQu - (ported from amdgpu commit 5269a2228bff6023c1a7f3e8534027e1d7addc25) - Reviewed-by: Alex Deucher - -commit a9b181083d56b5de9b6822d0ed89fcc86de777a6 -Author: Michel Dänzer -Date: Tue Feb 16 16:59:40 2016 +0900 - - Remove pci_dev test from radeon_get_scrninfo - - The pci_dev parameter can never be NULL since we only support KMS. - - Reported-by: Tom St Denis - (ported from amdgpu commit 6e42c58375a4c3229da93c27bbd104af145c6163) - Reviewed-by: Alex Deucher - -commit 2c7f068b0a0493daae86e5eacdf8d9812fcd28dc -Author: Mykola Lysenko -Date: Mon Feb 15 18:21:39 2016 +0900 - - Initialize drmmode_crtc dpms_mode to DPMSModeOff - - This disables query of disabled pipes for drmWaitVBlank on X start - - Signed-off-by: Mykola Lysenko - (ported from amdgpu commit 4eb9cedca080b30c57ded349a397620ee7d0cd46) - Reviewed-by: Alex Deucher - -commit 9358e44f03c95396b7f7a4f7398f5b24d2559bb2 -Author: Michel Dänzer -Date: Mon Feb 15 18:20:31 2016 +0900 - - sync: Check if miSyncShmScreenInit symbol is resolved at runtime - - It may be disabled in the Xorg build, either explicitly or because the - xshmfence library isn't available. - - (ported from amdgpu commit 1d0b0c1794e65e581a48aa9fb19679d928d82a5d) - Reviewed-by: Alex Deucher - -commit cd94248ffa7d8fe0b57476f79e7e860dee66d1b0 -Author: Jammy Zhou -Date: Tue Feb 16 16:36:33 2016 +0900 - - Use render node for DRI3 if available - - Signed-off-by: Jammy Zhou - (ported from amdgpu commit ea558e645786b08d75307716036045170e97b43e) - Reviewed-by: Alex Deucher - -commit d41fcccf2f11d0393d252e76bbbe6d233c4ac443 -Author: Michel Dänzer -Date: Wed Jan 20 11:20:30 2016 +0900 - - Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU access - - Failing to do this was resulting in the kernel driver unnecessarily - leaving open the possibility of CPU access to those BOs. - - Reviewed-by: Alex Deucher - -commit 9483a3d777919b224f70c3b4d01e4b320a57db31 -Author: Michel Dänzer -Date: Fri Jan 15 16:48:46 2016 +0900 - - Fix RandR CRTC transforms - - Currently, Xorg will only transform the cursor as of the first time the - cursor image changes after a transform is set. - - Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80678 - - Reviewed-by: Alex Deucher - -commit b16856b25086ffb27365ac2249b8da921066ce62 -Author: Michel Dänzer -Date: Thu Jan 14 17:32:54 2016 +0900 - - Set the RandR primary output on startup if Xorg hasn't - - Fixes xrandr (XRRGetOutputPrimary) not reporting any output as primary - after startup. - - Reviewed-by: Alex Deucher - -commit c7cf00487cd6d4a5d0f39d5b92ff04f6420d6a32 -Author: Michel Dänzer -Date: Fri Nov 27 12:52:28 2015 +0900 - - Build RandR 1.4 provider name from chipset name and bus ID - - Instead of just "radeon", it's now e.g. "KAVERI @ pci:0000:00:01.0". - - Reviewed-by: Alex Deucher - -commit ff9a6b6f079a8419f4e6fadfee778060618bf735 -Author: Michel Dänzer -Date: Fri Dec 11 17:21:27 2015 +0900 - - HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCs - - Reviewed-by: Alex Deucher - -commit 78fbca095ae9887a2d3de48bb07975e2d1126e68 -Author: Michel Dänzer -Date: Tue Dec 1 15:38:13 2015 +0900 - - Load fb module before glamoregl/shadow modules - - Fixes unresolved symbols on some systems. - - Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93105 - Reviewed-by: Alex Deucher - -commit b19417e2fddf4df725951aea5ad5e9558338f59e -Author: Michel Dänzer -Date: Fri Nov 20 18:48:56 2015 +0900 - - Don't advertise any PRIME offloading capabilities without acceleration - - Acceleration is required even for display offloading. Trying to enable - display offloading without acceleration resulted in a crash. - - Reviewed-by: Alex Deucher - -commit 10b7c3def58bb34acc38f076bc230e25b454ab79 -Author: Michel Dänzer -Date: Tue Nov 10 16:31:09 2015 +0900 - - glamor: Deal with glamor_egl_destroy_textured_pixmap being removed - - When it's not available, it's safe to call down to the glamor - DestroyPixmap hook instead. - - Reviewed-by: Alex Deucher - -commit 535e5438b2c32f774b9c8c27ee0289b4749548ef -Author: Michel Dänzer -Date: Tue Nov 10 17:31:52 2015 +0900 - - glamor: Restore all ScreenRec hooks during CloseScreen - - Reviewed-by: Alex Deucher - -commit dfb52777e43f3855476cff812d64de687a199674 -Author: Michel Dänzer -Date: Thu Nov 12 13:49:04 2015 +0900 - - Post 7.6.1 release version bump - commit 99cb8c3faf1a4ce368b7500f17a2a7868c15e8e8 Author: Michel Dänzer Date: Thu Nov 12 13:38:14 2015 +0900 --- xserver-xorg-video-ati-7.7.0.orig/autogen.sh +++ xserver-xorg-video-ati-7.7.0/autogen.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +if test -z "$NOCONFIGURE"; then + $srcdir/configure --enable-maintainer-mode "$@" +fi --- xserver-xorg-video-ati-7.7.0.orig/debian/README.source +++ xserver-xorg-video-ati-7.7.0/debian/README.source @@ -0,0 +1,49 @@ +------------------------------------------------------ +Quick Guide To Patching This Package For The Impatient +------------------------------------------------------ + +1. Make sure you have quilt installed +2. Unpack the package as usual with "dpkg-source -x" +3. Run the "patch" target in debian/rules +4. Create a new patch with "quilt new" (see quilt(1)) +5. Edit all the files you want to include in the patch with "quilt edit" + (see quilt(1)). +6. Write the patch with "quilt refresh" (see quilt(1)) +7. Run the "clean" target in debian/rules + +Alternatively, instead of using quilt directly, you can drop the patch in to +debian/patches and add the name of the patch to debian/patches/series. + +------------------------------------ +Guide To The X Strike Force Packages +------------------------------------ + +The X Strike Force team maintains X packages in git repositories on +git.debian.org in the pkg-xorg subdirectory. Most upstream packages +are actually maintained in git repositories as well, so they often +just need to be pulled into git.debian.org in a "upstream-*" branch. +Otherwise, the upstream sources are manually installed in the Debian +git repository. + +The .orig.tar.gz upstream source file could be generated using this +"upstream-*" branch in the Debian git repository but it is actually +copied from upstream tarballs directly. + +Due to X.org being highly modular, packaging all X.org applications +as their own independent packages would have created too many Debian +packages. For this reason, some X.org applications have been grouped +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils, +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils. +Most packages, including the X.org server itself and all libraries +and drivers are, however maintained independently. + +The Debian packaging is added by creating the "debian-*" git branch +which contains the aforementioned "upstream-*" branch plus the debian/ +repository files. +When a patch has to be applied to the Debian package, two solutions +are involved: +* If the patch is available in one of the upstream branches, it + may be git'cherry-picked into the Debian repository. In this + case, it appears directly in the .diff.gz. +* Otherwise, the patch is added to debian/patches/ which is managed + with quilt as documented in /usr/share/doc/quilt/README.source. --- xserver-xorg-video-ati-7.7.0.orig/debian/changelog +++ xserver-xorg-video-ati-7.7.0/debian/changelog @@ -0,0 +1,1022 @@ +xserver-xorg-video-ati (1:7.7.0-1) unstable; urgency=medium + + * New upstream release. + * control: Bump Standards-Version to 3.9.7 (no changes). + + -- Timo Aaltonen Thu, 07 Apr 2016 08:26:30 +0300 + +xserver-xorg-video-ati (1:7.6.1-1) unstable; urgency=medium + + [ Andreas Boll ] + * New upstream release. + * Update debian/upstream/signing-key.asc. + * Fix Vcs-* fields. + * Move xxv-mach64 and xxv-r128 from depends to suggests. + * Add upstream url. + * Replace Suggests: firmware-linux with new firmware-amd-graphics. + * Update list of supported chips. + * Bump standards version to 3.9.6. + + [ Julien Cristau ] + * Remove Drew from Uploaders. + * Delete debian/radeon-kms.conf, unused since 1:7.2.0-1. + + -- Julien Cristau Sat, 14 Nov 2015 10:33:25 +0100 + +xserver-xorg-video-ati (1:7.5.0-1) unstable; urgency=medium + + [ Andreas Boll ] + * New upstream release. + * Bump libdrm-dev build-dep to 2.4.58. + + [ Julien Cristau ] + * Let uscan verify tarball signatures. + * Disable silent build rules. + + -- Julien Cristau Sun, 05 Oct 2014 18:53:26 +0200 + +xserver-xorg-video-ati (1:7.4.0-2) unstable; urgency=medium + + * Upload to unstable. + + -- Julien Cristau Tue, 08 Jul 2014 21:06:48 +0200 + +xserver-xorg-video-ati (1:7.4.0-1+exp1) experimental; urgency=low + + * Rebuild against xorg 1.16 rc. + + -- Maarten Lankhorst Wed, 25 Jun 2014 16:43:52 +0200 + +xserver-xorg-video-ati (1:7.4.0-1) unstable; urgency=low + + * New upstream release. + * Bump libdrm-dev requirement to 2.4.54. + + -- Maarten Lankhorst Wed, 25 Jun 2014 16:35:44 +0200 + +xserver-xorg-video-ati (1:7.3.0-2) experimental; urgency=medium + + * New upstream snapshot. + * Build against xserver 1.16 rc, enable glamor acceleration. + * Remove Cyril from Uploaders. + * Bump libdrm build-dep to 2.4.54 per configure.ac. + + -- Julien Cristau Mon, 16 Jun 2014 19:27:22 +0200 + +xserver-xorg-video-ati (1:7.3.0-1) unstable; urgency=low + + * New upstream release. + * Explicitly disable glamor for now to prevent a FTBFS. + + -- Maarten Lankhorst Tue, 28 Jan 2014 11:56:30 +0100 + +xserver-xorg-video-ati (1:7.2.0-1) unstable; urgency=low + + [ Maarten Lankhorst ] + * New upstream release: + - KMS-only release, only works with linux-any (or recent kbsd) now. + * Require libdrm 2.4.46 + + [ Julien Cristau ] + * Get rid of modprobe config file, rely on the kernel's default config to + enable kms. + * Bump debhelper compat level to 9 to enable dpkg-buildflags. + * Remove useless override_dh_auto_install rule. + + -- Julien Cristau Thu, 15 Aug 2013 18:26:42 +0200 + +xserver-xorg-video-ati (1:6.14.4-8) unstable; urgency=medium + + * UMS: Swap bytes when uploading to pixmap for solid picture on big endian + host (closes: #702480). Thanks, Michel Dänzer! + + -- Julien Cristau Sat, 09 Mar 2013 12:06:14 +0100 + +xserver-xorg-video-ati (1:6.14.4-7) unstable; urgency=medium + + * mach64 and r128 are back on ia64, so re-add dependencies on them + (closes: #700446). + + -- Julien Cristau Sat, 23 Feb 2013 13:57:52 +0100 + +xserver-xorg-video-ati (1:6.14.4-6) unstable; urgency=low + + * Update to 6.14.6, minus the Xserver 1.13 compat patches: + - r6xx-r9xx: force 1D tiling for buffer with height < 64 + - Make radeon_setup_kernel_mem failures more graceful and verbose + - RADEONCopySwap: Fix RADEON_HOST_DATA_SWAP_16BIT case + - radeon: add MacModel entry for SAM440ep embedded board + - Fail more gracefully when drm surface manager can't be initialized + - radeon: avoid rounding errors in texture coords for textured xv on EG+ + - radeon: use GB_GR and BG_RG formats for packed yuv video for r600+ + - radeon: fix smooth startup with tiling enabled + - radeon: improve smooth startup fallbacks + - radeon: add new PCI ids + - Don't wait on a CRTC which has been disabled via DPMS + - Don't page-flip or wait on a CRTC while we're VT-switched away + - configure: bump libdrm_radeon requirement + - UMS: Fix CRTC DPMS state check + - Fix up displayWidth vs. virtualX confusion in radeon_setup_kernel_mem() + - radeon: require libdrm 2.4.36 for KMS support + + -- Julien Cristau Sat, 12 Jan 2013 16:30:01 +0100 + +xserver-xorg-video-ati (1:6.14.4-5) unstable; urgency=low + + * Update radeon's long description to list the chips mentioned in the + radeon manpage. Also drop fglrx from there (Closes: #677412). + + -- Cyril Brulebois Wed, 13 Jun 2012 22:58:36 +0200 + +xserver-xorg-video-ati (1:6.14.4-4) unstable; urgency=low + + * Cherry-pick from upstream to fix regression on UMS (Closes: #670570): + - EXA: Attempt to fix solid picture acceleration with UMS. + - EXA/UMS: Synchronize to the GPU before writing solid colour to scratch pixmap. + - UMS/EXA: Add reminder for potential solid picture performance issue. + + -- Cyril Brulebois Sat, 19 May 2012 21:00:45 +0000 + +xserver-xorg-video-ati (1:6.14.4-3) unstable; urgency=low + + * Fix uninstallability issues on ia64 by dropping mach64 and r128 from + dependencies on this architecture, since those were removed (the ia64 + domain I/O support code is gone in xserver 1.12). + + -- Cyril Brulebois Fri, 18 May 2012 11:39:03 +0200 + +xserver-xorg-video-ati (1:6.14.4-2) unstable; urgency=medium + + * Cherry-picks from upstream git: + - r6xx-r9xx: force 1D tiling for buffer with height < 64 + - Make radeon_setup_kernel_mem failures more graceful and verbose + - RADEONCopySwap: Fix RADEON_HOST_DATA_SWAP_16BIT case + - EXA: Support acceleration of solid pictures on R3xx-R7xx + - EXA: Support acceleration of solid pictures on Evergreen/NI + - EXA: Support acceleration of solid pictures on R1xx + - EXA: Support acceleration of solid pictures on R2xx + * The solid picture acceleration should fix the rendering mess people have + been seeing with cairo 1.12, and thus closes: #666982. + + -- Julien Cristau Mon, 16 Apr 2012 20:03:31 +0200 + +xserver-xorg-video-ati (1:6.14.4-1) unstable; urgency=low + + * New upstream release: + - Add support for Trinity APUs. + - 2D tiling support on R6xx+ asics. + - KMS tiling support for r1xx-r2xx. + - Lots of bug fixes. + * Bump libdrm-dev build-dep. + + -- Cyril Brulebois Mon, 02 Apr 2012 20:21:35 +0000 + +xserver-xorg-video-ati (1:6.14.3-2+exp1) experimental; urgency=low + + * Build against Xserver 1.12 RC1. + + -- Cyril Brulebois Sat, 31 Dec 2011 20:05:12 +0100 + +xserver-xorg-video-ati (1:6.14.3-2) unstable; urgency=low + + * Fix xinerama by cherry-picking: + - 82069bae6f: “fixup xinerama since 9151f3b1c2” (Closes: #649495). + + -- Cyril Brulebois Sun, 11 Dec 2011 12:14:23 +0100 + +xserver-xorg-video-ati (1:6.14.3-1) unstable; urgency=low + + * New upstream release. Some highlights follow: + - Add support for llano APUs. + - “video: Don't round up bottom/right edge for clipping source + width/height” (Closes: #637258). + - “Bail if we're trying to start up in UMS mode on KMS.” According to + a comment in the code, this can happen if the radeon kernel module + wasn't loaded before X starts. + - “EXA >= R6xx / KMS: Avoid running out of CS space at inconvenient + times” (Closes: #645007). + + -- Cyril Brulebois Thu, 03 Nov 2011 00:36:47 +0100 + +xserver-xorg-video-ati (1:6.14.2-2) unstable; urgency=low + + * Enable parallel building. + * Build against xserver 1.11. + + -- Cyril Brulebois Sun, 28 Aug 2011 13:26:23 +0200 + +xserver-xorg-video-ati (1:6.14.2-1) unstable; urgency=low + + * New upstream release. + * Mention the need for an explicit configuration if r128, mach64, or + radeon is to be used without the ati package installed, since it's a + meta package, but also a wrapper (Closes: #626500). Thanks, Jonathan + Nieder! + + -- Cyril Brulebois Thu, 26 May 2011 11:52:58 +0200 + +xserver-xorg-video-ati (1:6.14.1-1) unstable; urgency=low + + * New upstream release. + + -- Cyril Brulebois Sun, 10 Apr 2011 23:25:09 +0200 + +xserver-xorg-video-ati (1:6.14.0-1) unstable; urgency=low + + * New upstream release: + - Many bug fixes. + - Improved Evergreen support. + - Added Ontario support. + + -- Cyril Brulebois Thu, 17 Feb 2011 14:50:50 +0100 + +xserver-xorg-video-ati (1:6.13.2-2) unstable; urgency=low + + * Stop building with -fvisibility=hidden. That was introduced to avoid + symbol name clashes with radeonhd, which is gone now. + * Switch to dh: + - Use debhelper 8. + - Use dh-autoreconf. + - Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf + debhelper sequence. + - Ship manpages through .install, remove .manpages accordingly. + * Get rid of maintainer scripts, since they were only used to handle + switching between versions with or without KMS. Packages in squeeze + have KMS, so stop worrying about that. + * Remove xsfbs accordingly. + * Add quilt build-dep for future use. + * Update Uploaders list. Thanks, David & Brice! + * Remove long obsolete Replaces. + + -- Cyril Brulebois Sat, 05 Feb 2011 14:42:29 +0100 + +xserver-xorg-video-ati (1:6.13.2-1) experimental; urgency=low + + [ Robert Hooker ] + * New upstream version. + * Bump xutils-dev requirement for new util-macros. + + -- Cyril Brulebois Sat, 06 Nov 2010 23:57:11 +0100 + +xserver-xorg-video-ati (1:6.13.1-3) experimental; urgency=low + + * Build against Xserver 1.9.1 rc1. + + -- Cyril Brulebois Sun, 17 Oct 2010 03:08:54 +0200 + +xserver-xorg-video-ati (1:6.13.1-2+squeeze1) unstable; urgency=low + + * Cherry-pick upstream commit 91f707d3 to fix pixel column ordering with + Xv on big endian systems (without KMS, without DRI). Thanks to Ulrich + Eckhardt for the report (Closes: #587999). + * Apply patch by Julien Cristau: Only enable KMS on x86. At least on + powerpc, KMS in squeeze means no suspend/resume, and no backlight + control, so delay this to wheezy. + + -- Cyril Brulebois Sun, 07 Nov 2010 11:22:20 +0100 + +xserver-xorg-video-ati (1:6.13.1-2) unstable; urgency=low + + * Make libudev-dev build dependencies linux-any. + * Pull upstream commit 06691376 to fix build without KMS. + + -- Brice Goglin Thu, 15 Jul 2010 07:07:07 +0200 + +xserver-xorg-video-ati (1:6.13.1-1) unstable; urgency=low + + * New upstream release. + + Add libudev-dev to build dependencies. + * Bump Standards-Version to 3.9.0, no changes needed. + + -- Brice Goglin Wed, 07 Jul 2010 20:43:53 +0200 + +xserver-xorg-video-ati (1:6.13.0-2) unstable; urgency=medium + + * Update xsfbs, use ${xviddriver:Depends} substvar. + + -- Julien Cristau Fri, 14 May 2010 12:03:33 +0200 + +xserver-xorg-video-ati (1:6.13.0-1) unstable; urgency=low + + [ Brice Goglin ] + * Specify in the NEWS file that KMS may break radeonhd or vesa. + + [ Cyril Brulebois ] + * New upstream release. + * Add myself to Uploaders. + + -- Cyril Brulebois Mon, 05 Apr 2010 19:36:21 +0200 + +xserver-xorg-video-ati (1:6.12.192-2) unstable; urgency=low + + * Enable kernel mode setting by default on Linux. + * Bump Standards-Version to 3.8.4, no changes needed. + * Pull from upstream master up to commit 5c256808. + * Stop installing the NEWS file in all binary packages, only + keep the relevant entries in -radeon and -ati NEWS files. + + -- Brice Goglin Mon, 22 Mar 2010 11:12:35 +0100 + +xserver-xorg-video-ati (1:6.12.192-1) experimental; urgency=low + + * New upstream release candidate. + * Update package descriptions. + * Drop x11proto-xinerama-dev from Build-Depends, it is not used anymore. + + -- Brice Goglin Mon, 15 Mar 2010 19:06:31 +0100 + +xserver-xorg-video-ati (1:6.12.191-1) experimental; urgency=low + + * New upstream release candidate. + + -- Brice Goglin Wed, 03 Mar 2010 17:37:19 +0100 + +xserver-xorg-video-ati (1:6.12.99+git20100201.a887818f-1) experimental; urgency=low + + * New upstream release snapshot. + + EXA now enabled by default, closes: #502970. + + Fix display watermark, closes: #540954. + + Add KMS support, closes: #561526, #567999. + * Bump libdrm-dev dependency to 2.4.17 to get libdrm-radeon. + * Build-depend on x11proto-dri2-dev for DRI2 support. + + -- Brice Goglin Mon, 01 Feb 2010 23:54:34 +0100 + +xserver-xorg-video-ati (1:6.12.6-1) unstable; urgency=low + + * New upstream release. + + Fix some word accesses in AtomBios to work on all architectures, + closes: #572311. + + -- Brice Goglin Mon, 15 Mar 2010 18:53:23 +0100 + +xserver-xorg-video-ati (1:6.12.5-1) unstable; urgency=low + + * New upstream release, closes: #572306. + + -- Brice Goglin Wed, 03 Mar 2010 07:29:24 +0100 + +xserver-xorg-video-ati (1:6.12.4-3) unstable; urgency=low + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + + [ Brice Goglin ] + * Pull upstream 6.12-branch up to commit 712ac98a. + + Some EXA fixes, closes: #565506. + + -- Brice Goglin Wed, 27 Jan 2010 16:44:30 +0100 + +xserver-xorg-video-ati (1:6.12.4-2) unstable; urgency=low + + [ Julien Cristau ] + * Drop obsolete build-dep on xf86miscproto. + + [ Cyril Brulebois ] + * Add ${misc:Depends} to xserver-xorg-video-*-dbg's Depends. + * Wrap all Depends while I'm at it. + * Upload to unstable. + + -- Cyril Brulebois Fri, 08 Jan 2010 01:16:00 +0100 + +xserver-xorg-video-ati (1:6.12.4-1) experimental; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + * Bump Standards-Version to 3.8.3. + + [ Brice Goglin ] + * Properly generate each binary package substvars so as to fix shlibs + dependencies, closes: #558290. + * Build against xserver 1.7. + + -- Brice Goglin Thu, 03 Dec 2009 16:38:29 +0100 + +xserver-xorg-video-ati (1:6.12.3-1) unstable; urgency=low + + * New upstream release. + + More AGP quirks, closes: #545040. + + -- Brice Goglin Thu, 10 Sep 2009 07:40:14 +0200 + +xserver-xorg-video-ati (1:6.12.2-3) unstable; urgency=low + + * Pull upstream commits from 6.12-branch up to commit b1f005bf: + + Try harder when checking if a card is posted, closes: #524280. + * Add README.source, bump Standards-Version to 3.8.2. + * Remove the unused patching systems and drop quilt from Build-Depends. + * Wrap build-deps in debian/control. + * Wrap extended description to 80 columns. + + -- Brice Goglin Sat, 25 Jul 2009 21:19:26 +0200 + +xserver-xorg-video-ati (1:6.12.2-2) unstable; urgency=low + + [ Brice Goglin ] + * Pull upstream commits from 6.12-branch up to 248b435a. + * xserver-xorg-video-radeon now suggests firmware-linux since + a firmware may be needed to initialize DRI. + * Move -dbg packages to section debug. + + [ David Nusinow ] + * Add a note in NEWS.Debian about firmware-linux + * Remove 01_gen_pci_ids.diff patch as the server just uses a built-in + table to choose drivers now + + -- Brice Goglin Wed, 13 May 2009 09:08:21 +0200 + +xserver-xorg-video-ati (1:6.12.2-1) unstable; urgency=low + + * New upstream release, closes: #523302. + + -- Brice Goglin Thu, 09 Apr 2009 12:16:12 +0200 + +xserver-xorg-video-ati (1:6.11.0-1) experimental; urgency=low + + * New upstream release. + + Add more AGPMode quirks, closes: #515326, #515512. + + -- Brice Goglin Thu, 19 Feb 2009 00:13:59 +0100 + +xserver-xorg-video-ati (1:6.10.99.0-1) experimental; urgency=low + + * New upstream release candidate. + + -- Brice Goglin Mon, 09 Feb 2009 22:51:40 +0100 + +xserver-xorg-video-ati (1:6.10.0-2) experimental; urgency=low + + * Build against xserver 1.6 rc1. + + -- Brice Goglin Thu, 22 Jan 2009 07:42:38 +0100 + +xserver-xorg-video-ati (1:6.10.0-1) experimental; urgency=low + + * New upstream release. + + Add AGP quirk for Fujitsu-Siemens E8010, closes: #510208. + + -- Brice Goglin Wed, 07 Jan 2009 09:23:15 +0100 + +xserver-xorg-video-ati (1:6.9.0.91-1) experimental; urgency=low + + * New upstream release candidate. + + -- Brice Goglin Tue, 23 Dec 2008 08:01:02 +0100 + +xserver-xorg-video-ati (1:6.9.0+git20081129.783cdb73-1) experimental; urgency=low + + * Pull upstream snapshot, up to commit 783cdb73. + + Add AGPMode quirk table, closes: #461144, #462590, #467460. + + -- Brice Goglin Sat, 29 Nov 2008 10:52:27 +0100 + +xserver-xorg-video-ati (1:6.9.0+git20081012.c0e6cb6d-1) experimental; urgency=low + + * Pull upstream snapshot, up to commit c0e6cb6d, closes: 500903. + + -- Brice Goglin Sun, 12 Oct 2008 08:57:46 +0200 + +xserver-xorg-video-ati (1:6.9.0+git20080826.a3cc1d7a-2) experimental; urgency=low + + * Build against xserver 1.5. + + -- Julien Cristau Thu, 04 Sep 2008 14:21:38 +0200 + +xserver-xorg-video-ati (1:6.9.0+git20080826.a3cc1d7a-1) experimental; urgency=low + + [ Brice Goglin ] + * Pull upstream snapshot, up to commit a3cc1d7a. + + [ Julien Cristau ] + * Build with -fvisibility=hidden, avoiding symbol name clashes with + radeonhd (closes: #472252). + + -- Brice Goglin Tue, 26 Aug 2008 21:33:42 +0200 + +xserver-xorg-video-ati (1:6.9.0+git20080802.1f3eee36-1) experimental; urgency=low + + * Pull upstream snapshot, up to commit 1f3eee36. + * Don't handle the nostrip build option in debian/rules, dh_strip does that; + allow the parallel=n option. + * Run autoreconf at build-time; build-depend on automake, libtool and + xutils-dev. + + -- Brice Goglin Sat, 02 Aug 2008 22:56:07 +0200 + +xserver-xorg-video-ati (1:6.9.0-2) experimental; urgency=low + + * Build against xserver 1.5 rc5. + + -- Julien Cristau Mon, 14 Jul 2008 01:35:34 +0200 + +xserver-xorg-video-ati (1:6.9.0-1+lenny3) unstable; urgency=low + + * Cherry-pick patches from the upstream git repository: + + Fix VT switching on M6 chips, closes: #435040. + + Remove un-needed dac check for single crtc cards. + + Make sure video offerlay offsets don't exceed the hardware limit + of 128 MB. + + Fix pasto in connector table setup for vga powerbooks + + -- Brice Goglin Tue, 26 Aug 2008 20:49:34 +0200 + +xserver-xorg-video-ati (1:6.9.0-1+lenny2) unstable; urgency=low + + * Cherry-pick patches from the upstream git repository: + + IGP VGA fixes. + + Add PCI ids for FireMV 2400 and HD3850. + + Clamp tex coords (r100/r200) for textured video (closes: #489779). + + Atombios: add support for other endians. + + Add quirk for Falcon NW laptop. + + Fix cursor with multi-head and rotation. + + Make sure cursor offsets are properly aligned when using EXA. + + Atombios: fix typo in mode conversion for panel. + + ATOM: fix for r4xx cards with no VRAM_Usage tables (closes: #467263) + + Fix console switch on R500. + + Add oem quirk for external tmds setup on Dell Inspiron 8600. + + Clean up legacy display watermark setup. + + Clear display priority bits before resetting them. + + Interlaced mode fixups for AVIVO chips. + + Add quirk for oem x300 card (closes: #492457). + + Fix error in driver connector table for powerbook w/ vga. + + R300: NUM_FPU adjustments for VAP_CNTL. + * Fix debian/rules build/patch dependencies. + + -- Brice Goglin Sat, 02 Aug 2008 18:54:49 +0200 + +xserver-xorg-video-ati (1:6.9.0-1+lenny1) unstable; urgency=low + + * Do not export MACH64, MACH32 and R128 pci ids in radeon.ids, + closes: #490990. + + -- Brice Goglin Tue, 15 Jul 2008 23:10:04 +0200 + +xserver-xorg-video-ati (1:6.9.0-1) unstable; urgency=low + + * New upstream release. + + -- Brice Goglin Fri, 27 Jun 2008 07:22:21 +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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-video-ati-7.7.0.orig/debian/compat +++ xserver-xorg-video-ati-7.7.0/debian/compat @@ -0,0 +1 @@ +9 --- xserver-xorg-video-ati-7.7.0.orig/debian/control +++ xserver-xorg-video-ati-7.7.0/debian/control @@ -0,0 +1,111 @@ +Source: xserver-xorg-video-ati +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Build-Depends: + debhelper (>= 9), + dh-autoreconf, + quilt, + pkg-config, + xserver-xorg-dev (>= 2:1.15.99), + x11proto-gl-dev, + x11proto-xext-dev, + x11proto-core-dev, + x11proto-video-dev, + libgl1-mesa-dev | libgl-dev, + x11proto-fonts-dev, + x11proto-randr-dev (>= 1.2), + x11proto-render-dev, + libdrm-dev (>= 2.4.58) [!hurd-i386], + x11proto-dri2-dev, + x11proto-xf86dri-dev, + libudev-dev [linux-any], + xutils-dev (>= 1:7.5+4) +Standards-Version: 3.9.7 +Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/driver/xserver-xorg-video-ati.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/driver/xserver-xorg-video-ati.git +Homepage: https://wiki.freedesktop.org/xorg/RadeonFeature/ + +Package: xserver-xorg-video-ati +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends}, + xserver-xorg-video-radeon +Suggests: + xserver-xorg-video-r128, + xserver-xorg-video-mach64 +Provides: ${xviddriver:Provides} +Description: X.Org X server -- AMD/ATI display driver wrapper + This package provides the 'ati' driver for the AMD/ATI Mach64, Rage128, + Radeon, FireGL, FireMV, FirePro and FireStream series. This driver is + actually a wrapper that loads one of the 'mach64', 'r128' or 'radeon' + sub-drivers depending on the hardware. + These sub-drivers are brought through package dependencies. + . + Users of Rage, Mach, or Radeon boards may remove this package only if + they use Driver "r128", "mach64", or "radeon" in /etc/X11/xorg.conf + instead of relying on autodetection. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-video-ati driver module. + +Package: xserver-xorg-video-ati-dbg +Architecture: any +Depends: + ${misc:Depends}, + xserver-xorg-video-ati (= ${binary:Version}), + xserver-xorg-video-radeon-dbg +Suggests: + xserver-xorg-video-mach64-dbg, + xserver-xorg-video-r128-dbg +Section: debug +Priority: extra +Description: X.Org X server -- AMD/ATI display driver wrapper (debugging symbols) + This package provides the 'ati' driver for the AMD/ATI Mach64, Rage128, + Radeon, FireGL, FireMV, FirePro and FireStream series. This driver is + actually a wrapper that loads one of the 'mach64', 'r128' or 'radeon' + sub-drivers depending on the hardware. + These sub-drivers are brought through package dependencies. + . + This package provides debugging symbols for this X.org X driver wrapper + and brings debugging symbols for sub-drivers through package dependencies. + +Package: xserver-xorg-video-radeon +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends} +Provides: ${xviddriver:Provides} +Suggests: firmware-amd-graphics +Description: X.Org X server -- AMD/ATI Radeon display driver + This package provides the 'radeon' driver for the AMD/ATI cards. The + following chips should be supported: R100, RV100, RS100, RV200, RS200, + RS250, R200, RV250, RV280, RS300, RS350, RS400/RS480, R300, R350, R360, + RV350, RV360, RV370, RV380, RV410, R420, R423/R430, R480/R481, + RV505/RV515/RV516/RV550, R520, RV530/RV560, RV570/R580, + RS600/RS690/RS740, R600, RV610/RV630, RV620/RV635, RV670, RS780/RS880, + RV710/RV730, RV740/RV770/RV790, CEDAR, REDWOOD, JUNIPER, CYPRESS, + HEMLOCK, PALM, SUMO/SUMO2, BARTS, TURKS, CAICOS, CAYMAN, ARUBA, TAHITI, + PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-video-ati driver module. + +Package: xserver-xorg-video-radeon-dbg +Architecture: any +Depends: + ${misc:Depends}, + xserver-xorg-video-radeon (= ${binary:Version}) +Section: debug +Priority: extra +Description: X.Org X server -- AMD/ATI Radeon display driver (debugging symbols) + This package provides the 'radeon' driver for many AMD/ATI cards. + . + This package provides debugging symbols for this X.org X driver. --- xserver-xorg-video-ati-7.7.0.orig/debian/copyright +++ xserver-xorg-video-ati-7.7.0/debian/copyright @@ -0,0 +1,122 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/driver/ + +Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that copyright +notice and this permission notice appear in supporting documentation, and +that the name of Marc Aurele La France not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. Marc Aurele La France makes no representations +about the suitability of this software for any purpose. It is provided +"as-is" without express or implied warranty. + +MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +Copyright 2000 Gareth Hughes +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +GARETH HUGHES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +(c) 2004 Adam Jackson. Standard MIT license applies. + +Copyright 1999-2000 Precision Insight, Inc., Cedar Park, Texas. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL +PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario, +Precision Insight, Inc., Cedar Park, Texas, and +VA Linux Systems Inc., Fremont, California. + +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation on the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice (including the +next paragraph) shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NON-INFRINGEMENT. IN NO EVENT SHALL ATI, PRECISION INSIGHT, VA LINUX +SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Copyright 2003 Alex Deucher. + +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation on the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice (including the +next paragraph) shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NON-INFRINGEMENT. IN NO EVENT SHALL ALEX DEUCHER, OR ANY OTHER +CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +Created by Bogdan D. bogdand@users.sourceforge.net +License: GPL (see /usr/share/common-licenses/GPL) --- xserver-xorg-video-ati-7.7.0.orig/debian/patches/series +++ xserver-xorg-video-ati-7.7.0/debian/patches/series @@ -0,0 +1 @@ +# placeholder --- xserver-xorg-video-ati-7.7.0.orig/debian/rules +++ xserver-xorg-video-ati-7.7.0/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +XXV=xserver-xorg-video + +override_dh_auto_configure: + dh_auto_configure --builddirectory=build/ -- \ + --libdir=/usr/lib \ + --disable-silent-rules + +# Kill *.la files, and forget no-one: +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install --fail-missing + +# Debug packages: +override_dh_strip: + dh_strip -p$(XXV)-ati --dbg-package=$(XXV)-ati-dbg + dh_strip -p$(XXV)-radeon --dbg-package=$(XXV)-radeon-dbg + +# That's a plugin, use appropriate warning level: +override_dh_shlibdeps: + dh_shlibdeps -- --warnings=6 + +%: + dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ --parallel --- xserver-xorg-video-ati-7.7.0.orig/debian/upstream/signing-key.asc +++ xserver-xorg-video-ati-7.7.0/debian/upstream/signing-key.asc @@ -0,0 +1,50 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQGiBEUcmfwRBACcBCeMF28Q5hgM7wvaF2Tq7KYjU1RSg5KE4zqoaH5KH4H+Rtvh +Wqyh4REAiGGcYowSDtRZN/22/gflf7PvHIRPz2NrrVJ9zTYupoSE/CR7khA9xgnj +6DvntwZ9SBLR4ZlnyQxd650xTlntVfki8k+4rr2TyEczF7RmqLG5i9ddcwCgzMw9 +u1bbIYiMQ+zkFq6CmIVYB+0EAITS9XD84t37DxXdZyJIKNoOh7jH0iKwtXBz+jcP +3TFcEKN58lfodTo++3Z3l6ZNrhP1kVQFrYUPYujBKVQ05omdZVDl6xHcxo7/KUws +of4xZAGXkTsf6jPLIOydqZAuldzUcQCK/ulDswg907WfEVnth6Ad3gv5KqF3DkSp +iyb1A/wI+Ph5/QqMkpFveYfgstu/5WqaUcn5o8skMhgxCBn7cnIR+Mhwt0cnU5P9 +ZdfDxRgIVzGTX728lHNdHf7dpT+0t2WuuY7rMZzfEiAwmfxs9Y/Qs+3dTgDx/f7K +BYYOpe7eo0QSvYDn/Uh2FfjWXE0J9LoWcKglAk2BMopWDigdjLQkQWxleCBEZXVj +aGVyIDxhbGV4ZGV1Y2hlckBnbWFpbC5jb20+iF4EExECAB4FAkUcmfwCGwMGCwkI +BwMCAxUCAwMWAgECHgECF4AACgkQm07k+YR03kCniwCgphi/DUYtemAoDipVO6IT +fDqLOhMAn0XjoWLPnlDd7DznKVwuuK+yind1uQENBEUcmf4QBACw+tOabCw1J+lk +2q66GnlOavqqCpgrCCRjSeR7Zf7qFu2nJoY/AoW/fhXn+CerEITjopH9vTIjAWKm +kaHd0uFSA9xYR4IEV1qIct9i6vAvxkk8jQII/kLWiUqjWU0x1YoR68RNBhdZ1vxV +RHzcIo+mo4aeXs8EJuS3u+TjZeUiSwADBgQAo+1Fg7SK9iEGqHkvpq15MLmV1fA5 +DiXFXVJfsq43MxDl/Lqn4xabXdVieXT6mwtnE7w2iueG3Ja7rEBO0DLoMng7u999 +49a3d6BJq6emFr4jk9YlzroQReqvVIQ7xwfEeAQVL9mVg/6eggY3S9a32QoZHXOp +CQ/a/MFkGtUi3PiISQQYEQIACQUCRRyZ/gIbDAAKCRCbTuT5hHTeQBEcAJsHHZeJ +F3qnDbP3c7nBnXtfsOSDQgCgl4RWePUa/QXjU0DL/NKn2zldhNE= +=9tgc +-----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQGiBDsehS8RBACbsIQEX31aYSIuEKxEnEX82ezMR8z3LG8ktv1KjyNErUX9Pt7A +UC7W3W0bLUhu8Le8S2va6hi7GfSAifl0ih3k6Bv1Itzgnd+7ZmSrvCN8yGJaHNQf +AevAuEboIb+MaVHo9EMJj4ikOcRZCmQWw7evu/D9uQdtkCnRY9iJiAGxbwCguBHt +poGMxDOINCr5UU6qt+m4O+UD/355ohBBzzyh49lTj0kTFKr0Ozd20G2FbcqHgfFL +1dc1MPyigej2gLga2osu2QY0ObvAGkOuWBi3LTY8Zs8uqFGDC4ZAwMPoFy3yzu3n +e6T7d/68rJil0QcdQjzzHi6ekqHuhst4a+/+D23hZa8MJBEcdOhRhsaDVGAJSFEQ +B1qLBACOs0xN+XblejO35gsDSVVk8s+FUUw3TSWJBfZa3ImpV2U2tBO4qck+wqbH +NfdnU/crrsHahjzBjvk8Up7VoY8oT+z03sal2vXEonS279xN2B92TttrAgwosujg +uFO/7tvzymWC76rDEwue8TsADE11ErjwaBTs8ZXfnN/uAANgPLQjTWljaGVsIERh +ZW56ZXIgPGRhZW56ZXJAZGViaWFuLm9yZz6IXwQTEQIAFwUCOx6FMAULBwoDBAMV +AwIDFgIBAheAABIJEFqBr45q27IAB2VHUEcAAQFmmQCfSxXBxMctJqTLwn2Ijv5V +JYbUWK8AmQGwoAUEMLmo8Ceu/NJDgkkS92xttCNNaWNoZWwgRGFlbnplciA8bWlj +aGVsQGRhZW56ZXIubmV0PohmBBMRAgAeBQJAVfEmAhsDBgsJCAcDAgMVAgMDFgIB +Ah4BAheAABIJEFqBr45q27IAB2VHUEcAAQGKzwCfcpKJ1yN6EHF/NzdqswhErSzV +uO4Ani1pv0Ij2I6rRlJ50m8rk0HyMkpCuQENBDsehUUQBACWZHL5JT8CQoDYsN+6 +dBkoSphRhqn/2t8WWRKYyKjcc7IRURZ3mc3uH+S4c219f7yJufmV7BFspqSX2c8g +pmD8POkHBccmX5ZAMR8fS3g/vPRJcW8OsE9AnC70r/ETn1NZvGIRm1eoNs1siw9P +52kBlW/HuBYVShjWNhBGx4BQawADBgP9FZLRTgsRQXcy0Ne0Qk8Aid8acj+KrCyR +9MgqANuqx9sxNkcwcoa0xU2Gc2xRInd3XRohzgRC/mzvthjbX4mCpm05I9bTGSfC ++obijjWlawEhcy72WtnZXNs42vWUpLCpoHuQTkyloG8nqRHOasUo7mLGK1+cXy4E +2QuWm4Yc7aWITgQYEQIABgUCOx6FRQASCRBaga+OatuyAAdlR1BHAAEBlscAn2Uf +k2d6/3p4Cuyz/NX7KpL2dQ8WAJ9UD5JEakhfofed8PSqOM7jOO3LCA== +=P0UI +-----END PGP PUBLIC KEY BLOCK----- --- xserver-xorg-video-ati-7.7.0.orig/debian/watch +++ xserver-xorg-video-ati-7.7.0/debian/watch @@ -0,0 +1,4 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-video-ati +version=3 +opts=pgpsigurlmangle=s/$/.sig/ \ +http://xorg.freedesktop.org/releases/individual/driver/ xf86-video-ati-(.*)\.tar\.gz --- xserver-xorg-video-ati-7.7.0.orig/debian/xserver-xorg-video-ati.NEWS +++ xserver-xorg-video-ati-7.7.0/debian/xserver-xorg-video-ati.NEWS @@ -0,0 +1,18 @@ +xserver-xorg-video-ati (1:6.8.1~git20080302.a4398ac3-1) experimental; urgency=low + + * The 'ati' Xorg driver module does not contain the 'r128' and 'mach64' + submodules anymore. Users of Rage or Mach boards may safely remove + the xserver-xorg-video-ati packages only if they use Driver "r128" or + "mach64" instead of "ati" in their /etc/X11/xorg.conf. + + -- Brice Goglin Sun, 02 Mar 2008 13:22:03 +0100 + +xserver-xorg-video-ati (1:6.7.197-1) unstable; urgency=low + + * The X.Org ATI driver supports RandR 1.2 which enables dynamic + enabling, disabling, resizing, rotating, placing, ... of multiple + outputs at runtime. You might want to update your /etc/X11/xorg.conf + accordingly. See http://wiki.debian.org/XStrikeForce/HowToRandR12 + and http://www.intellinuxgraphics.org/dualhead.html for some help. + + -- Brice Goglin Fri, 21 Dec 2007 08:12:13 +0100 --- xserver-xorg-video-ati-7.7.0.orig/debian/xserver-xorg-video-ati.install +++ xserver-xorg-video-ati-7.7.0/debian/xserver-xorg-video-ati.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/drivers/ati_drv.so +usr/share/man/man4/ati.4 --- xserver-xorg-video-ati-7.7.0.orig/debian/xserver-xorg-video-ati.links +++ xserver-xorg-video-ati-7.7.0/debian/xserver-xorg-video-ati.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-ati/script --- xserver-xorg-video-ati-7.7.0.orig/debian/xserver-xorg-video-radeon.NEWS +++ xserver-xorg-video-ati-7.7.0/debian/xserver-xorg-video-radeon.NEWS @@ -0,0 +1,44 @@ +xserver-xorg-video-radeon (1:6.12.192-2) unstable; urgency=low + + * Starting with this version, the radeon driver enables kernel mode setting + (KMS) by default. This comes with a framebuffer driver which enables + native resolution on the console. KMS also allows faster VT switching + and mode changes. + + Enabling KMS may break X.org drivers that are not KMS-ready, for instance + radeonhd or vesa. + + In case of trouble KMS can be disabled with the 'nomodeset' kernel + command line parameter, or by editing /etc/modprobe.d/radeon-kms.conf. + + -- Brice Goglin Sun, 21 Mar 2010 19:46:25 +0100 + +xserver-xorg-video-radeon (1:6.12.2-2) unstable; urgency=low + + * The standard linux kernels in Debian as of version 2.6.29-1 do not contain + the firmware necessary to allow the radeon driver to use 3D acceleration + via DRI. In addition, the driver will pay significant performance + penalties for 2D and Xvideo usage when the firmware is absent. This + firmware has been moved to the firmware-linux package in non-free, and + must be installed to use this feature. + + -- David Nusinow Wed, 29 Apr 2009 21:14:53 -0400 + +xserver-xorg-video-ati (1:6.8.1~git20080302.a4398ac3-1) experimental; urgency=low + + * The 'ati' Xorg driver module does not contain the 'r128' and 'mach64' + submodules anymore. Users of Rage or Mach boards may safely remove + the xserver-xorg-video-ati packages only if they use Driver "r128" or + "mach64" instead of "ati" in their /etc/X11/xorg.conf. + + -- Brice Goglin Sun, 02 Mar 2008 13:22:03 +0100 + +xserver-xorg-video-ati (1:6.7.197-1) unstable; urgency=low + + * The X.Org ATI driver supports RandR 1.2 which enables dynamic + enabling, disabling, resizing, rotating, placing, ... of multiple + outputs at runtime. You might want to update your /etc/X11/xorg.conf + accordingly. See http://wiki.debian.org/XStrikeForce/HowToRandR12 + and http://www.intellinuxgraphics.org/dualhead.html for some help. + + -- Brice Goglin Fri, 21 Dec 2007 08:12:13 +0100 --- xserver-xorg-video-ati-7.7.0.orig/debian/xserver-xorg-video-radeon.install +++ xserver-xorg-video-ati-7.7.0/debian/xserver-xorg-video-radeon.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/drivers/radeon_drv.so +usr/share/man/man4/radeon.4 --- xserver-xorg-video-ati-7.7.0.orig/debian/xserver-xorg-video-radeon.links +++ xserver-xorg-video-ati-7.7.0/debian/xserver-xorg-video-radeon.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-radeon/script