こんにちは。
ThinkPad 560 無印 にて表示できました。
現時点では、runlevel 3 での startx は失敗します。
"# init 5" を打つか、/etc/inittab でグラフィカルログイン出来るようにして再起動してみて下さい。
==========================================
# modified by katuwo <katuwo@xxxxxxxx>
Section "ServerLayout"
Identifier "Hirame Configured"
Screen 0 "hirame@tp560" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
# FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/japanese"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "pex5"
Load "dri"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
# font rendering engines
Load "type1"
Load "xtt"
# ktw: Incompatible with "xtt" ?
# Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbRules" "xfree86"
# ktw: I'd like to "US" layout,but own face "jp106" :-(
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
#Option "XkbVariant" ""
Option "XkbOptions" "ctrl:swapcaps"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "yes"
# Option "ZAxisMapping" "4 5"
EndSection
Section "ServerFlags"
EndSection
Section "Monitor"
Identifier "tp560 12.1tft lcd"
VendorName "IBM"
ModelName "tp560"
HorizSync 30-70
VertRefresh 50-160
#
# ktw: That's it ?! WHY working ? Magic for me.
#
EndSection
Section "Device"
Identifier "cyber9382"
VendorName "trident"
BoardName "tp560 onboard"
Driver "vesa"
VideoRam 1024
EndSection
Section "Screen"
Identifier "hirame@tp560"
Device "cyber9382"
Monitor "tp560 12.1tft lcd"
# If did't assigning "SververLayput" ,Comment out below.
# Driver "vesa"
DefaultColorDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
EndSection
# end of XF86Config
==================================================
----------
katuwo <katuwo@xxxxxxxx>
http://katuwo.s22.xrea.com:8080/pukiwiki/index.php?FrontPage