# # 2000年5月31日 # Takashi Nakamura # # Epson Direct NT-1000 # Pentium3 600MHz # EPSON BIOS .105.001 # # Vine Linux # 2.0 # 3.3.6 # XF86_SVGA # Savage MX-MV # # s3_sdac # PCI # 8Mbyte # 16bpp # 1024x768 # 14.1 inch # TFT # 外付 CRT のメーカ名 # 外付 CRT の製品名 # 外付 CRT の水平走査周波数 # 外付 CRT の垂直走査周波数 # 外付 CRT の映像帯域 # 追加情報 # #1. Xserverをダウンロードする。 #http://sdn.fgn.com/ #で、紹介されていた #ftp://ftp.s3.com/pub/s3/desktop/395/395_xf86_1011.tar.gz #をダウンロードする。 # #2. tar xvzf 395_xf86_1011.tar.gz で展開 # #3. README にあるように、rootで、#./install.sh #で、Xserverをインストールする。 # #4. mkfontdir /usr/X11R6/lib/X11/fonts/TrueType/ #を、実行し、フォントディレクトリを設定する。 # #5. startx # #今まで、長いこと、Xが動かずに待ちに待った甲斐がありました。 # # # # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:-1" FontPath "/usr/X11R6/lib/X11/fonts/TrueType" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 LeftAlt Meta RightAlt Meta ScrollLock Compose RightCtl Control XkbDisable XkbKeycodes "xfree86" XkbTypes "default" XkbCompat "default" XkbSymbols "us(pc101)" XkbGeometry "pc" XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/mouse" Emulate3Buttons Emulate3Timeout 50 EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "LCD Panel 1024x768" VendorName "EPSON" ModelName "NT-1000" HorizSync 31.5-48.5 VertRefresh 60 # 1024x768 @ 60 Hz, 48.4 kHz hsync Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vs ync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "S3_Savage" VendorName "S3" BoardName "Savage MX-MV" VideoRam 8192 Clockchip "s3_sdac" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The Colour SVGA server Section "Screen" Driver "svga" Device "S3_Savage" Monitor "LCD Panel 1024x768" Subsection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection