| Satellite Pro 4270-3Q152へLASER5 Linux 6.2
Satellite Pro 4270-3Q152 で使用している 私の XF86Config を記載しておきます。
使用しているディストリビューションは LASER5 Linux 6.2 ですが、ベースが RedHat なので、参考になるかと思います。
------------------ ここから -------------------
# **********************************************************************
# Files section.
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/freefont"
FontPath "/usr/X11R6/lib/X11/fonts/japanese"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/default/Type1"
FontPath "/usr/local/share/emacs/fonts"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
AllowMouseOpenFail
EndSection
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
# XkbDisable
# XkbOptions "ctrl:nocaps"
# XkbModel "pc101"
XkbRules "xfree86"
XkbModel "microsoft"
XkbLayout "us"
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
Emulate3Buttons
Emulate3Timeout 50
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "15 inch LCD Monitor"
VendorName "Toshiba"
ModelName "SatellitePro4270"
HorizSync 31.5 - 68.7
VertRefresh 60 - 85
# --- 1024x768 ---
# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768" 65 1024 1032 1176 1344
768 771 777 806 -hsync -vsync
# 1024x768 @ 70 Hz, 56.5 kHz hsync
Modeline "1024x768" 75 1024 1048 1184 1328
768 771 777 806 -hsync -vsync
# 1024x768 @ 76 Hz, 62.5 kHz hsync
Modeline "1024x768" 85 1024 1032 1152 1360
768 784 787 823
# --- 1152x864 ---
# 1152x864 @ 60 Hz, 53.5 kHz hsync
Modeline "1152x864" 89.9 1152 1216 1472 1680
864 868 876 892 -HSync -VSync
# 1152x864 @ 70 Hz, 62.4 kHz hsync
Modeline "1152x864" 92 1152 1208 1368 1474
864 865 875 895
# -- 1280x1024 --
# 1280x1024 @ 61 Hz, 64.2 kHz hsync
Modeline "1280x1024" 110 1280 1328 1512 1712
1024 1025 1028 1054
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "S3 Savage IX/MV"
VendorName "S3"
BoardName "Savage"
EndSection
# **********************************************************************
# Screen section
# **********************************************************************
# The svga server
Section "Screen"
Driver "svga"
Device "S3 Savage IX/MV"
Monitor "15 inch LCD Monitor"
DefaultColorDepth 16
Subsection "Display"
Depth 32
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
------------------ ここまで -------------------
|