このページの本文へ移動

XF86Config




XF86Config の一例 (FMV-DESKPOWER C7/1007T)
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 1280x1024"
VendorName "default"
ModelName "1280x1024"
HorizSync 50-110
VertRefresh 60-100

Modeline "1024x768" 85 1024 1032 1152 1360 768 784 787 823
EndSection

Section "Device"
Identifier "Intel 810 (generic)"
VendorName "Intel 810 (generic)"
BoardName "Intel 810"
VideoRam 8192
# No probed static clocks for this card (good)
EndSection

Section "Screen"
Driver "svga"
Device "Intel 810 (generic)"
Monitor "default 1280x1024"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubsection
EndSection