このページの本文へ移動

XF86Config-4




XF86Config-4 の一例 (FMV-6000CLs)

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen
"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
FontPath "unix/:7100"
EndSection

Section "Modules"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
Load "v4l"
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"
Option "Emulate3Buttons" "off"
EndSection

Section "Monitor"
Identifier "Generic Monitor, 1280x1024 @ 74Hz"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-79.0
VertRefresh 50-90
EndSection

Section "Device"
Identifier "My Video Card"
Driver "savage"
BoardName "Unknown"
Option "no_accel"
EndSection

Section "Screen"
Identifier "Screen0"
Device "My Video Card"
Monitor "Generic Monitor, 1280x1024 @ 74Hz"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubsection
EndSection

Section "DRI"
EndSection