XF86Config Silicon Motion Inc.(LynxEM+)

太字は追加した部分。太字で斜体は修正個所、消し線は削除するところ。ThinkPads30 はこちら=> s30
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"
  ModulePath "/usr/X11R6/lib/modules"
  FontPath "/usr/X11R6/lib/X11/fonts/misc/"
  FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
  FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
  FontPath "/usr/X11R6/lib/X11/fonts/CID/"
  FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
  FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
  FontPath "tcp/localhost:7100"
EndSection

Section "Module"
  Load "extmod"
  Load "xie"
  Load "pex5"
  Load "glx"
  Load "dbe"
  Load "record"
EndSection

Section "InputDevice"
  Identifier "Keyboard0"
  Driver "keyboard"
  Option "XkbRules" "xfree86"
  Option "XkbLayout" "jp"
EndSection

Section "InputDevice"
  Identifier "Mouse0"
  Driver "mouse"
  Option "Protocol" "PS/2"
  Option "Device" "/dev/kdmouse"
  Option "Emulate3Buttons"
EndSection

Section "Monitor"
  Identifier "Monitor0"
  VendorName "IBM Corp."
  ModelName "IBM2609LCD-C"
# HorizSync 31.5-57
# VertRefresh 50-75
  HorizSync 31.5-64.3
  VertRefresh 50-90
  Modeline "1024x768" 85.00 1024 1032 1152 1360 768 784 787 823
  Option "DPMS"
EndSection

Section "Device"
  Identifier "Card0"
  Driver "siliconmotion"
  VendorName "Silicon Motion Inc."
  BoardName "LynxEM+"
  Option "UseBIOS" "off"
  # VideoRam 4096
  # BusID "PCI:0:9:0"
  # Option "SWCursor"
  # Option "pci_burst"
  # Option "pci_retry"
  # Option "accel"
  # Option "crt_screen"
  # Option "composite_sync"
  # Option "linear"
  # Option "mmio_cache"
  # Option "probe_clocks"
  # Option "shadow_fb"

EndSection

Section "Screen"
  Identifier "Screen0"
  Device "Card0"
  Monitor "Monitor0"
  DefaultDepth 16
  SubSection "Display"
  SubSection "Display"
    Depth 1
  EndSubSection
  SubSection "Display"
    Depth 4
  EndSubSection
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
  EndSubSection
  SubSection "Display"
     Depth 15
  EndSubSection
  SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
  EndSubSection
  SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
  EndSubSection
EndSection

Section "DRI"
  # Mode 0666
EndSection

Silicon Motion Inc. のドライバの場合、Option "UseBIOS" "off" の指定をしないと、ちゃんと全画面で表示できません。また、DefaultDepth 16 でないとイメージが全て壊れて表示されます。(色ずれのようになります。)

※体裁を整えるために左側スペースには全角空白が入っています。これをそのまま使うには ここ のファイルをダウンロードしてください。


XF86Configリストへ