however, I can confirm that Hardy's xserver-xorg-video-ati 1:6.8.0-1
seems to work fine on the mac mini;

as for the powerbook (which still has Gutsy), these days I need to
enable the following #if-conditional (on current git HEAD), in order to
have a more or less usable DVI-out:

diff --git a/src/legacy_output.c b/src/legacy_output.c
index 0de13df..bdac24d 100644
--- a/src/legacy_output.c
+++ b/src/legacy_output.c
@@ -278,7 +278,7 @@ RADEONRestoreDVOChip(ScrnInfoPtr pScrn, xf86OutputPtr 
output)
                RADEONDVOWriteByte(radeon_output->DVOChip, 0x0c, 0x89);
                RADEONDVOWriteByte(radeon_output->DVOChip, 0x08, 0x3b);
                break;
-#if 0
+#if 1
                /* needs work see bug 10418 */
            case RADEON_SIL_1178:
                RADEONDVOWriteByte(radeon_output->DVOChip, 0x0f, 0x44);

-- 
[regression] after recent upgrade to 6.7.192-4ubuntu1 dual-head support is 
broken
https://bugs.launchpad.net/bugs/141161
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to