X が動作した PowerPC 機の /etc/X11/xorg.conf または /etc/X11/XF86Config-4 などを晒しましょう。
機種と設定のポイントをどうぞ。
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "macintosh"
Option "XkbLayout" "jp"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fbdev"
# Driver "ati" #"ati"より"fbdev"のほうが綺麗
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "macintosh"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nv"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync -csync # fbdev で使うときに必要
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "macintosh"
Option "XkbLayout" "jp"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Driver "nv"
#BusID "PCI:0:16:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 70.0-75.0
VertRefresh 70.0-120.0
# VertRefreshの120.0を79.0以下にすると1280x960で表示できたが、
# 他の解像度が表示できなくなってしまった。このあたり個体差ありそう。
Option "DPMS"
#ModeLine "1280x960_72.0" 122.25 1280 1320 1424 1696 960 961 964 1002 +hsync +vsync -csync
#ModeLine "1280x960_72.0" 124.54 1280 1368 1504 1728 960 961 964 1001 +hsync +vsync
ModeLine "1152x864_80.0" 112.36 1152 1232 1360 1552 864 865 868 905 +hsync +vsync
ModeLine "1024x768_89.0" 99.07 1024 1088 1200 1376 768 769 772 809 +hsync +vsync
ModeLine "800x600_112.0" 76.84 800 848 936 1072 600 601 604 640 +hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1152x864_80.0" "1024x768_89.0" "800x600_112.0" "1280x960_72.0"
EndSubSection