# # 2000/11/27 # Tsutomu SAKURAI # tsakurai@rimath.saitama-u.ac.jp # IBM ThinkPad-T21 (model: 2647-5AJ) # Intel PentiumIII 850MHz # 1.00b # FreeBSD # 3.5.1-RELEASE + PAO3-20001021 # XFree86 3.3.6 # XF86_SVGA (ftp://ftp.probo.com/pub/xf86svga.freebsd.tgz) # S3 Savage/IX w/MV # PCI # 8Mbites # 8bpp, 16bpp # 1400 x 1050 # 14.1 inch # TFT # # http://www.probo.com/timr/savagemx.html にある # XF86_SVGA Server (xf86svga.freebsd.tgz: by TimRobert) で # 1400x1050 16bpp/8bpp の表示ができました. # --- # ・1400x1050 16bpp では画面の書き換え時に多少ノイズが出る. # ・1400x1050 8bpp および 1024x768 16bpp/8bpp は安定している. # ・X を起動したまま蓋を閉じるとその後の画面が乱れる. # ・LCD 消灯後に X を抜けると console の表示がおかしくなり,入力を # 受け付けなくなる.(X の中から shutdouwn -r now する事で対応) # # # # XF86Config for ThinkPad-T21 (1400x1050 LCD, S3 Savage/IX-MV), 2000/11/27 # # need a patched server by Tim Robert : # http://www.probo.com/timr/savagemx.html # # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" EndSection # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" AutoRepeat 500 30 # LeftAlt Meta # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock # To disable the XKEYBOARD extension, uncomment XkbDisable. XkbDisable # These are the default XKB settings for XFree86 # XkbRules "xfree86" # XkbModel "pc101" # XkbLayout "us" # XkbVariant "" # XkbOptions "" XkbKeymap "xfree86(us)" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/psm0" Emulate3Buttons Emulate3Timeout 50 EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "1400x1050 LCD" VendorName "IBM" ModelName "sxga+" HorizSync 31.5 - 82.0 VertRefresh 50-100 Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync Modeline "1400x1050" 120 1400 1518 1635 1752 1050 1055 1063 1094 -hsync -vsync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Savage/IX-MV" VendorName "S3" BoardName "Savage/IX w/MV" #VideoRam 8192 #Option "xaa_benchmark" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Driver "svga" Device "Savage/IX-MV" Monitor "1400x1050 LCD" Subsection "Display" Depth 8 Modes "1400x1050" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1400x1050" ViewPort 0 0 EndSubsection EndSection