 |

XF86Config-4 の一例 (FMV-K600)
Section "ServerLayout"
| Identifier |
"Anaconda Configured" |
| Screen | 0 |
"Screen0" | 0 0 |
| InputDevice |
"Mouse0" | "CorePointer" |
| InputDevice |
"Keyboard0" | "CoreKeyboard" |
EndSection
Section "Files"
| RgbPath | "/usr/X11R6/lib/X11/rgb" |
| FontPath | "unix/:7100" |
EndSection
Section "Modules"
| Load | "GLcore" |
| Load | "dbe" |
| Load | "extmod" |
| Load | "fbdevhw" |
| Load | "dri" |
| Load | "glx" |
| Load | "record" |
| Load | "type1" |
EndSection
Section "InputDevice"
| Identifier | "Keyboard0" |
|
| Driver | "keyboard" |
| Option |
"XkbRules" | "xfree86" |
| Option |
"XkbModel" | "jp106" |
| Option |
"XkbLayout" | "jp" |
EndSection
Section "InputDevice"
| Identifier | "Mouse0" |
|
| Driver | "mouse" |
| Option |
"Device" | "/dev/mouse" |
| Option |
"Protocol" | "IMPS/2" |
| Option |
"ZAxisMapping" | "4 5" |
| Option |
"Emulate3Buttons" | "no" |
EndSection
Section "Monitor"
| Identifier | "Monitor0" |
| VendorName | "Monitor Vendor" |
| ModelName | "Monitor Model" |
| HorizSync | 31.5-48.5 |
| VertRefresh | 40-70 |
| Option | "dpms" |
EndSection
Section "Device"
| Identifier | "VESA driver (generic)" |
| Driver | "vesa" |
| VendorName | "VESA driver (generic)" |
| BoardName | "VESA driver (generic)" |
EndSection
Section "Screen"
| Identifier | "Screen0" |
| Device | "VESA driver (generic)" |
| Monitor | "Monitor0" |
| DefaultDepth | 16 |
| Subsection | "Display" |
| Depth | 16 |
| Modes | "1024x768" |
|
| EndSubsection |
EndSection
Section "DRI"
EndSection
 |