 |

XF86Config の一例 (FMV-BIBLO LOOX S80C)
Section "ServerLayout"
| Identifier |
"Default Layout" |
| Screen | 0 |
"Screen0" | 0 0 |
| InputDevice |
"Mouse0" | "CorePointer" |
| InputDevice |
"Keyboard0" | "CoreKeyboard" |
| InputDevice |
"DevInputMice" | "AlwaysCore" |
EndSection
Section "Files"
| RgbPath | "/usr/X11R6/lib/X11/rgb" |
| FontPath | "unix/:7100" |
EndSection
Section "Modules"
| Load | "dbe" |
| Load | "extmod" |
| Load | "fbdevhw" |
| Load | "dri" |
| Load | "glx" |
| Load | "record" |
| Load | "freetype" |
| 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 | "Protocol" |
"PS/2" |
| Option | "Device" |
"/dev/psaux" |
| Option | "ZAxisMapping" |
"4 5" |
| Option | "Emulate3Buttons" |
"no" |
EndSection
Section "InputDevice"
| Identifier | "DevInputMice" |
|
| Driver | "mouse" |
| Option | "Protocol" |
"IMPS/2" |
| Option | "Device" |
"/dev/input/mice" |
| Option | "ZAxisMapping" |
"4 5" |
| Option | "Emulate3Buttons" |
"no" |
EndSection
Section "Monitor"
| Identifier | "Monitor0" |
| VendorName | "Monitor Vendor" |
| ModelName | "Generic Laptop Display Panel 1024x768" |
| HorizSync | 30-60 |
| VertRefresh | 50-70 |
| Option | "dpms" |
| Modeline "1024x600" 62 1024 1104 1184 1280 600 612 627 640 |
EndSection
Section "Device"
| Identifier | "Videocard0" |
| Driver | "radeon" |
| VendorName | "Videocard vendor" |
| BoardName | "ATI Radeon Mobility M6" |
EndSection
Section "Screen"
| Identifier | "Screen0" |
| Device | "Videocard0" |
| Monitor | "Monitor0" |
| DefaultDepth | 16 |
| Subsection | "Display" |
| Depth | 16 |
| Modes | "1024x600" |
|
| EndSubsection |
EndSection
Section "DRI"
EndSection
 |