XF86Config 編集後(Neomagic)

太字は追加した部分。太字で斜体は修正個所、消し線は削除するところ。
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 "Monitor Vendor"
  ModelName "Monitor Model"
  HorizSync 31.5-57.0
  VertRefresh 50-70
EndSection

Section "Device"
  ### Available Driver options are:-
  ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  ### [arg]: arg optional
  #Option "NoLinear" # [<bool>]
  #Option "NoAccel" # [<bool>]
  #Option "SWcursor" # [<bool>]
  #Option "noMMIO" # [<bool>]
  #Option "internDisp" # [<bool>]
  #Option "externDisp" # [<bool>]
  #Option "LcdCenter" # [<bool>]
  #Option "ShadowFB" # [<bool>]
  #Option "NoStretch" # [<bool>]
  #Option "pciBurst" # [<bool>]
  #Option "Rotate" # [<str>]
  #Option "progLcdModeRegs" # [<bool>]
  #Option "progLcdModeStretch" # [<bool>]
  #Option "overrideValidateMode" # [<bool>]

  Identifier "Card0"
  Driver "neomagic"
  VendorName "Neomagic"
  BoardName "NM2160"
  BusID "PCI:0:20:0"
EndSection

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

  SubSection "Display"
    Depth 16
    Modes "800x600" "640x480"
    ViewPort 0 0
  EndSubSection
  SubSection "Display"
    Depth 24
    Modes "800x600" "640x480"
    ViewPort 0 0
  EndSubSection
EndSection
※体裁を整えるために左側スペースには全角空白が入っています。これをそのまま使うには ここ のファイルをダウンロードしてください。

XF86Config リストへ