# # 1997/03/02 # Kiyofumi Nakagaki # nakagaki@dali.ss.bch.ntt.co.jp # Fujitsu BIBLO FMV-5133NA/W # Intel Pentium 130MHz # FreeBSD # 2.1.5 RELEASE with PAO # XFree86 3.2 # XF86_SVGA # Trident Cyber9385 # 2Mbyte # 800 x 600 # 11.3 inch # TFT # #同じVideo チップを使っているFMV 5120NA2/Wで800x600を可能に #しているtomato@cs.fth.co.jpさんのXF86Configを基本的にそのまま #参考にしました。ありがとうございました。 #あとは、日本語キーボードの設定を追加しました。 # #FMV BIBLOのシリーズでも、この5133NA/Wは、短命だったので、 #FreeBSDの800x600にチャレンジしている人は、少ないと思いますが、 #sanpeiさんのリストに載っているので、メールしました。 # # #--------------------------------------------------------------------- Section "Files" # RgbPath "/usr/X11R6/lib/X11/rgb" # FontPath "/usr/X11R6/lib/X11/fonts/misc/" 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 # Section "ServerFlags" # EndSection # Section "Keyboard" # Protocol "Standard" # AutoRepeat 500 5 # XkbRules "xfree86" XkbModel "jp106" XkbLayout "jp" EndSection # Section "Pointer" Protocol "PS/2" Device "/dev/mouse" # Emulate3Buttons Emulate3Timeout 50 # EndSection # Section "Monitor" # Identifier "My TFT" VendorName "fujitsu" ModelName "FMV5133" # HorizSync 37.8-53.7 # VertRefresh 60-72 # # 800x600 @ 56 Hz, 35.15 kHz hsync ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 # # 800x600 @ 60 Hz, 37.8 kHz hsync Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync # # 800x600 @ 72 Hz, 48.0 kHz hsync Modeline "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync # EndSection # # Standard VGA Device: # Section "Device" Identifier "Generic VGA" VendorName "Unknown" BoardName "Unknown" Chipset "generic" EndSection # Section "Device" Identifier "My Vcard" VendorName "Trident" BoardName "cyber9385" VideoRam 2048 Chipset "cyber938x" # for 3.2 EndSection # # The Colour SVGA server # Section "Screen" Driver "svga" Device "My Vcard" Monitor "My TFT" Subsection "Display" Depth 8 Modes "800x600" ViewPort 0 0 #Virtual 1024 768 Virtual 800 600 EndSubsection Subsection "Display" Depth 16 Modes "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection Subsection "Display" Depth 32 Modes "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection #