Comment 23 for bug 141161

Revision history for this message
Herbert V. Riedel (hvr) wrote :

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);