Hi,

I have two old Diamond Stealth 64 VRAM cards that use the IBM 526 RAMDAC.
This patch makes XFree86 work on it again. The relevant pieces of the log
file look like this:

(II) s3(0): VESA VBE OEM: Diamond Stealth 64 Video VRAM
(--) s3(0): Attached RAMDAC is IBM 526
(--) s3(0): MCLK 74.286 MHz

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]


diff -ur org/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c 
xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c
--- org/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c   Thu Sep 25 13:05:02 
2003
+++ xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c       Sat Jan 24 16:50:37 
2004
@@ -171,6 +171,8 @@
 RamDacSupportedInfoRec S3IBMRamdacs[] = {
        { IBM524_RAMDAC },
        { IBM524A_RAMDAC },
+       { IBM526_RAMDAC },
+       { IBM526DB_RAMDAC },
        { -1 }
 };
 
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to