 |

XF86Config-4 の一例 (FMV-DESKPOWER AV7/765T)
Section "ServerLayout"
| Identifier |
"XFree86 Configured" |
| Screen |
|
"Screen0" | 0 0 |
| InputDevice |
"Mouse0" | "CorePointer" |
| InputDevice |
"Keyboard0" | "CoreKeyboard" |
EndSection
Section "Files"
EndSection
Section "Modules"
| Load | "dbe" |
| Load | "GLcore" |
| Load | "dri" |
| Load | "glx" |
| Load | "extmod" |
| Load | "v4l" |
EndSection
Section "InputDevice"
| Identifier | "Keyboard0" |
|
| Driver | "keyboard" |
| Option | "XkbLayout" | "jp" |
| Option | "XkbModel" | "jp106" |
EndSection
Section "InputDevice"
| Identifier | "Mouse0" |
|
| Driver | "mouse" |
| Option | "Protocol" | "IMPS/2" |
| Option | "Device" | "/dev/mouse" |
| Option | "ZAxisMapping" | "4 5" |
| Option | "Emulate3Buttons" | "no" |
EndSection
Section "Monitor"
| Identifier | "FMVDPAVCRT" |
| VendorName | "Unknown" |
| HorizSync | 30 - 70 |
| VertRefresh | 50 - 120 |
EndSection
Section "Device"
| Identifier | "Intel 810" |
| Driver | "i810" |
| BoardName | "Unknown" |
| VideoRam | 16384 |
EndSection
Section "Screen"
| Identifier | "Screen0" |
| Device | "Intel 810" |
| Monitor | "FMVDPAVCRT" |
| DefaultDepth | 16 |
| Subsection | "Display" |
| Depth | 16 |
| Modes | "1024x768" |
|
| EndSubsection |
EndSection
Section "DRI"
EndSection
|