From owner-freebsd-hardware Thu Feb 22 17:52:09 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA08438 for hardware-outgoing; Thu, 22 Feb 1996 17:52:09 -0800 (PST) Received: from frig.mt.cs.keio.ac.jp (frig.mt.cs.keio.ac.jp [131.113.32.7]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA08373 for ; Thu, 22 Feb 1996 17:51:51 -0800 (PST) Received: (from hosokawa@localhost) by frig.mt.cs.keio.ac.jp (8.6.12+2.4W/3.4Wbeta3) id KAA18913; Fri, 23 Feb 1996 10:51:37 +0900 Date: Fri, 23 Feb 1996 10:51:37 +0900 Message-Id: <199602230151.KAA18913@frig.mt.cs.keio.ac.jp> To: franky@pisces.bekkoame.or.jp Cc: freebsd-hardware@freebsd.org, hosokawa@mt.cs.keio.ac.jp Subject: Re: XF86 3.1.2 over CL-GD6245 In-Reply-To: Your message of Fri, 23 Feb 1996 01:34:22 +0900. <312C9B0E.20BC@pisces.bekkoame.or.jp> From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) X-Mailer: mnews [version 1.18PL3] 1994-08/01(Mon) Sender: owner-hardware@freebsd.org Precedence: bulk In article <312C9B0E.20BC@pisces.bekkoame.or.jp> franky@pisces.bekkoame.or.jp writes: >> I'm using FreeBSD 2.1R on IBM ThikPad 530cs(Japanese domestic version). >> This machine's video chipset is CirrusLogic CL-GD6245. >> I'm trying to run XFree86 3.1.2 on the machine,but it doesn't run correctly. >> (Very Large screen appeared, I think that XF86SVGA server does not support this chipset and >> XF86SVGA server assume my video chipset as GENERIC (320x200).) >> Please tell me what I should do. *** X11R6/lib/Server/drivers/vga256/cirrus/cir_driver.c.orig Sat Jul 22 00:44:45 1995 --- X11R6/lib/Server/drivers/vga256/cirrus/cir_driver.c Thu Aug 10 00:48:42 1995 *************** *** 136,141 **** --- 136,142 ---- #define CLGD6225_ID 0x32 #define CLGD6235_ID 0x06 /* It's not 0x12. */ /* XXXX need to add 6245. */ + #define CLGD6245_ID 0x05 /* ThinkPad 530Cs */ #define CLGD5434_OLD_ID 0x29 #define CLGD5434_ID 0x2A /* CL changed the ID at the last minute. */ #define CLGD5430_ID 0x28 *************** *** 731,736 **** --- 732,738 ---- break; case CLGD6235_ID: case CLGD6235_ID + 1: + case CLGD6245_ID: cirrusChip = CLGD6235; break; -- HOSOKAWA, Tatsumi E-mail: hosokawa@mt.cs.keio.ac.jp WWW homepage: http://www.mt.cs.keio.ac.jp/person/hosokawa.html Department of Computer Science, Keio University, Yokohama, Japan