このページの本文へ移動

XF86Config




XF86Config の一例 (FMV-DESKPOWER CE9/120WLT)

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/"
EndSection

Section "Modules"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "jp"
Option "XkbModel" "jp106"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver"mouse"
Option "Device""/dev/mouse"
Option "Protocol""IMPS/2"
Option "ZAxisMapping""4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-48.0
VertRefresh 59.8-70.0
Modeline "1280x768"     81   1280 1416 1552 1688    768 779 789 800
EndSection

Section "Device"
Identifier "Card0"
Driver "savage"
VendorName "S3"
BoardName "ProSavage KM133"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x768"
EndSubsection
EndSection