このページの本文へ移動

XF86Config




XF86Config の一例 (FMV-DESKPOWER C7/100WLT, C7/100WL)
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
EndSection

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

Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
Modeline "1280x768" 83 1280 1328 1512 1712 768 771 777 806
EndSection

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

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