このページの本文へ移動

XF86Config-4




XF86Config-4 の一例 (FMV-610GTX6, FMV-6866TX6)
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 "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
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 "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Generic Monitor, 1280x1024 @ 76 Hz"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 82
VertRefresh 50 - 90
Option "dpms"
EndSection

Section "Device"
Identifier "ATI Rage 128"
Driver "r128"
ChipId 0x5246
BoardName "Unknown"
EndSection

Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Rage 128"
Monitor "Generic Monitor, 1280x1024 @ 76 Hz"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubsection
EndSection

Section "DRI"
Mode 0666
EndSection