XF86Config Silicon Motion Inc.(LynxEM+):ThinkPad s30

阿曽村殿からの情報です。阿曽村様ありがとうございました。

【注意するところ】
1. biosの設定 Config→Display→HV Expansion [Off]
  この設定が[On]になっていた場合、Xの表示が正常に行われません。

2.XFree86 4.1.0 を利用する場合
 1024x768 16bpp で動作

3.OpenWindowを利用する場合
 1024x768 16bpp で動作
 Solaris XFree86 Video Drivers and Porting Kit (SMIを選択)
 Solaris XFree86 Video Drivers and Porting Kitを利用した場合
 であっても2.で示した/etc/X11/XF86Config をおくことによって
 利用できるようになります。
 USBマウスも利用できることを確認しました。
 ※GNOMEのインストールはなぜかXFree86 4.1.0で可能でした。
  OpenWindow上からはインストールできないようです。
太字は追加した部分。太字で斜体は修正個所、消し線は削除するところ。ThinkPad i1124 はこちら=> i1124/240z
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/openwin/lib/X11/fonts/100dpi/"
FontPath "/usr/openwin/lib/X11/fonts/75dpi/"
FontPath "/usr/openwin/lib/X11/fonts/CSL/"
FontPath "/usr/openwin/lib/X11/fonts/F3/"
FontPath "/usr/openwin/lib/X11/fonts/TTbitmaps/"
FontPath "/usr/openwin/lib/X11/fonts/TrueType/"
FontPath "/usr/openwin/lib/X11/fonts/Type1/"
FontPath "/usr/openwin/lib/X11/fonts/Type3/"
FontPath "/usr/openwin/lib/X11/fonts/URW/"
FontPath "/usr/openwin/lib/X11/fonts/Xt+/"
FontPath "/usr/openwin/lib/X11/fonts/encordings/"
FontPath "/usr/openwin/lib/X11/fonts/misc/"
FontPath "/usr/openwin/lib/X11/fonts/ttf/"
FontPath "/usr/openwin/lib/X11/fonts/ttc/"
EndSection

Section "Module"
Load "extmod"
Load "xie"
Load "pex5"
Load "glx"
Load "GLcore"
Load "dbe"
Load "record"
Load "xtt"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
# Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ps/2"
Option "Buttons" "3"
Option "Device" "/dev/kdmouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "SNY"
ModelName "f70"
Horizsync 30-70
VertRefresh 48-120
EndSection

Section "Device"
### Available Driver options are:-
Option "UseBIOS" "off"
Identifier "Card0"
Driver "siliconmotion"
VendorName "Silicon Motion Inc."
BoardName "Lynx3DM"
BusID "PCI:0:9:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
EndSection

XF86Configリストへ