Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 1996 10:51:37 +0900
From:      hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
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 
Message-ID:  <199602230151.KAA18913@frig.mt.cs.keio.ac.jp>
In-Reply-To: Your message of Fri, 23 Feb 1996 01:34:22 %2B0900. <312C9B0E.20BC@pisces.bekkoame.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602230151.KAA18913>