このページの本文へ移動

XF86Config




XF86Config の一例 (FMV-610GSL7, FMV-6866SL7, FMV-6766SL7c)
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 "IMPS/2"
Device "/dev/psaux"
Buttons 5
ZAxisMapping 4 5
EndSection

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

Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
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