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

Re: ATI chipset LY



>                                            千葉市中央区長洲
>                                                    藤原  誠
>>それで、機会があって、これを Ti-Book/550MHz (M8362J/A) に入れて見ています。

椿井さん> >確か Radeon が載ってるんですよね。ならば X は 4.0.1 へのパッチでは
椿井さん> >動きません。
椿井さん> ftp://nandra.iri.co.jp/pub/NetBSD/macppc/XFree86/xf401-diff-2001-12-21.gz 

椿井さん> # あまりテストしていません。:-)
これで動きました。実行形式を
ftp://ftp.ki.nu/pub/NetBSD/port-macppc/X11R6-2001-12-21.tar.gz 
にも置いて見ました。( cd / で開けます)
使って見た /etc/XF86Config は差分で言うと添付の通りです。

1152x768 にしておくと
(WW) RADEON(0): Mode "1152x768" deleted (no mode of this name)
とか言われていて、XF86 がそういう大きさを知らないのかなと思っています。
それで、試したのは 1024 x 768 で表示しているものだけです。
--- /automount/j/distfiles/XF86Config.example	Tue Oct 10 08:17:58 2000
+++ /etc/XF86Config	Tue Dec 25 16:59:15 2001
@@ -51,7 +51,7 @@
 
     Option	"AutoRepeat"	"500 5"
     Option	"XkbRules"	"xfree86"
-    Option	"XkbModel"	"macusb"
+    Option	"XkbModel"	"macadb"
     Option	"XkbLayout"	"jp"
     Option	"XkbVariant"	"altjp"
 EndSection
@@ -86,9 +86,10 @@
 # **********************************************************************
 
 Section "Device"
-    Identifier	"Rage128 Pro"
-    Driver	"r128"
+    Identifier	"Mobility LY (AGP)"
+    Driver	"RADEON"
     BusID	"PCI:0:16:0"
+#    Option	"noaccel"
 EndSection
 
 # **********************************************************************
@@ -97,25 +98,27 @@
 
 Section "Screen"
     Identifier		"Screen1"
-    Device		"Rage128 Pro"
+    Device		"Mobility LY (AGP)"
     Monitor		"Generic Monitor"
 
 # XXX 24bpp may be broken
 
-    DefaultDepth	16
-#   DefaultDepth	24
+    DefaultDepth	24
 
     SubSection "Display"
 	Depth		8
-	Modes		"1280x1024"
+#	Modes		"1152x768"
+	Modes		"1024x768"
     EndSubSection
     SubSection "Display"
 	Depth		16
-	Modes		"1280x1024"
+#	Modes		"1152x768"
+	Modes		"1024x768"
     EndSubSection
     SubSection "Display"
 	Depth		24
-	Modes		"1280x1024"
+#	Modes		"1152x768"
+	Modes		"1024x768"
     EndSubSection
 EndSection
 

---
(藤原)
http://www.ki.nu/software/NetBSD/iBook2/