[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iBook, no screens found (Re: X)



>どこを読めばいいかも分っていないのですが、
>どこかにある、ことが分ったので探します。

基本的には http://www.xfree86.org/ をつっつくのが一番だと思います。
それが一番新しそう。

これ↓でどうでしょう。

Index: xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
*** atiprobe.c~	Wed Oct 11 06:21:45 2000
--- atiprobe.c	Mon Oct 23 05:33:26 2000
***************
*** 1864,1870 ****
  static __inline int
  rangeok(u_short port)
  {
! 	if (port >= 0xc00 && port < 0xd00 && ATImmio != (char *)-1)
  		return TRUE;
  	else
  		return FALSE;
--- 1864,1870 ----
  static __inline int
  rangeok(u_short port)
  {
! 	if (port >= 0x400 && port < 0x500 && ATImmio != (char *)-1)
  		return TRUE;
  	else
  		return FALSE;

さらに atipreinit.c 730行目あたりに画面の大きさを埋め込んでるので(^^;)
これもなおす必要があるかも。