このページの本文へ移動

XF86Config




XF86Config の一例 (FMV-BIBLO MF7/600W)
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection

Section "ServerFlags"
# NoTrapSignals
# DontZap
# DontZoom
EndSection

Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
LeftAlt Meta
RightAlt Meta
XkbRules "xfree86"
XkbModel "jp106"
XkbLayout "jp"
EndSection

Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
Buttons 3
Emulate3Buttons
Emulate3Timeout 50
EndSection

Section "Monitor"
Identifier "default 1024x768"
VendorName "default"
ModelName "1024x768"
HorizSync 30-85
VertRefresh 60-100

Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525

EndSection

Section "Device"
Identifier "Unlisted Card"
VendorName "Unlisted Card"
BoardName "unconfigured"
VideoRam 4096
# No probed static clocks for this card (good)
EndSection

Section "Screen"
Driver "svga"
Device "Unlisted Card"
Monitor "default 1024x768"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubsection
EndSection