# # 1997/5/1 # MITSUNAGA Noriaki # mitchy@robotics.mech.eng.osaka-u.ac.jp # akia MicroBook 200/4 # Intel Pentium 200MHz # BIOS のバージョン番号 # MT-14X # FreeBSD # 2.2.1-RELEASE # XFree86 3.2 # XF86_SVGA # Trident Cyber 9382 # PCI # 2MB # 8bpp # 1024x768 # 14 inch # TFT # #akiaのデジタル接続TFT LCDつき省スペースデスクトップです。 #表示できるようになるまでは試行錯誤でかなりの時間がかかりました #(ModeLineがとんでもない値だし、cy9382が必要なことに気づかなかった)が、 #1024x768を可能にするcy9382.c(このマシンのカード上の9382のIDを追加した) #を使って(cy9382 -l)、表示できるようになりました。XFree86 #3.2/3.2Aともに、Cyber9382は800x600にしか対応できていないようで、 #options "cyber938x"を使うとうまくいきません。 #ftp://ftp.phys.keio.ac.jp/pub/XFree86/800x600/news/cy9382.c.tar.Z.uu.txt #をとってきて、 #ftp://ftp.phys.keio.ac.jp/pub/XFree86/800x600/news/FMV-5133NA-X #のパッチをあて、revisionの判定の部分を書き換えました。 # # #---------------------------------------------------------------------- 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 Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 LeftAlt Meta RightAlt Meta ScrollLock Compose RightCtl Control XkbKeycodes "xfree86" XkbTypes "default" XkbCompat "default" XkbSymbols "us(pc101)" XkbGeometry "pc" XkbRules "xfree86" XkbModel "jp106" XkbLayout "jp" XkbOptions "ctrl:nocaps" EndSection Section "Pointer" Protocol "PS/2" Device "/dev/mouse" Emulate3Buttons Emulate3Timeout 50 EndSection Section "Monitor" Identifier "My Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 30-70 VertRefresh 38-92 ModeLine "1024x768" 45 1024 1048 1208 1264 768 776 784 817 EndSection Section "Device" Identifier "My Video Card" VendorName "Unknown" BoardName "Unknown" # Chipset "cyber938x" VideoRam 2048 EndSection Section "Screen" Driver "svga" Device "My Video Card" Monitor "My Monitor" Subsection "Display" Depth 8 Modes "1024x768" ViewPort 0 0 # Virtual 1600 1200 EndSubsection EndSection