[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
diff of XF86Config for iBook (Re: Mozilla M18)
SUNAGAWA Keiki <Keiki_SUNAGAWA@yokogawa.co.jp> wrote:
SUNAGAWA> 今自宅のiBookの電源が入っていないのでXF86Configを
SUNAGAWA> 示せないのですが、XFree86でも動きました。
iBookのXF86Configです。
s/wsmouse1/wsmouse0/で内蔵トラックパッドも使えると思いますが、
まだ試していません。そういえば8bppでもmozillaのボタンの色は
変でした。
アクセラレートを有効にするとendian問題もろにが見えます(@_@)
--- XF86Config.example Tue Oct 10 17:17:58 2000
+++ /etc/XF86Config Tue Nov 7 18:05:42 2000
@@ -11,6 +11,7 @@
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+# FontPath "/usr/X11R6/lib/X11/fonts/intlfonts/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
@@ -51,7 +52,7 @@
Option "AutoRepeat" "500 5"
Option "XkbRules" "xfree86"
- Option "XkbModel" "macusb"
+ Option "XkbModel" "macadb"
Option "XkbLayout" "jp"
Option "XkbVariant" "altjp"
EndSection
@@ -65,7 +66,7 @@
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "wsmouse"
- Option "Device" "/dev/wsmouse0"
+ Option "Device" "/dev/wsmouse1"
EndSection
# **********************************************************************
@@ -76,8 +77,6 @@
Section "Monitor"
Identifier "Generic Monitor"
- HorizSync 27-82 # multisync
- VertRefresh 50-72 # multisync
Option "dpms"
EndSection
@@ -86,9 +85,10 @@
# **********************************************************************
Section "Device"
- Identifier "Rage128 Pro"
- Driver "r128"
+ Identifier "ATI Mach64 LN"
+ Driver "ati"
BusID "PCI:0:16:0"
+ Option "noaccel"
EndSection
# **********************************************************************
@@ -97,25 +97,26 @@
Section "Screen"
Identifier "Screen1"
- Device "Rage128 Pro"
+ Device "ATI Mach64 LN"
Monitor "Generic Monitor"
# XXX 24bpp may be broken
- DefaultDepth 16
-# DefaultDepth 24
+# DefaultDepth 8
+# DefaultDepth 16
+ DefaultDepth 24
SubSection "Display"
Depth 8
- Modes "1280x1024"
+ Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
- Modes "1280x1024"
+ Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
- Modes "1280x1024"
+ Modes "800x600"
EndSubSection
EndSection