このページの本文へ移動

XF86Config




XF86Config の一例 (FMV-611GSL7e)
Section "ServerLayout"
Identifier "Default Layout"
Screen
"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/extra/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/PEX/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/tt/"
FontPath "/usr/X11R6/lib/X11/fonts/unicode/"
EndSection

Section "Modules"
Load "dbe"
Load "extmod"
Load "type1"
Load "xtt"
Load "bitmap"
Load "speedo"
Load "pex5"
Load "GLcore"
Load "glx"
Load "dri"
Load "record"
Load "xie"
EndSection

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

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

Section "Monitor"
Identifier "Generic Monitor, 1280x1024 @ 76 Hz"
HorizSync 31.5 - 79.0
VertRefresh 50 - 90
EndSection

Section "Device"
Identifier "Card0"
Driver "r128"
ChipId 0x5246
BoardName "Standard VGA"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Generic Monitor, 1280x1024 @ 76 Hz"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubsection
EndSection

Section "DRI" EndSection