# # # 1998/12/30 # Shoichi KITAGAWA # sk@kiu.ac.jp # Libretto100CT(PA1254U JX English Keyboard) # Intel Pentium/P55C 166MHz # 6.50 # FreeBSD # 2.2.8 RELEASE # XFree86 3.3.3 # XF86_SVGA # NeoMagic 2160 (MagicGraph128XD)(?) # PCI # 2M bytes # 16bpp # 800 x 480 # 7.1 inch # TFT # # Libretto100CTはNM2097という情報もありますが, 起動時のメッセージは # (--) SVGA: PCI: NeoMagic NM2160 rev 1, Memory @ 0xfd000000,0xffc00000 # (--) SVGA: chipset: NM2160 # という具合にNM2160と認識されます。Windozeのプロパティでも # NeoMagic MagicGraph 128XDとなっています(本体のSerial No.は78012980)。 # BIOSでは # LCD Display Strech = Disabled # としていますが, # Option "no_stretch" # としないと640x480では拡大されて表示されます。 # (--) SVGA: NM2160: Panel is a 800x600 color TFT display # と解像度は800x600と思っているらしく, 800x600では下方部が切れた # 状態で立ち上がりますが, # Option "override_validate_mode" # をつけないと800x480では起動できませんでした。このとき, # (--) SVGA: NM2160: WARNING, display mode validation disabled # なる警告がでます。このmodelineでは xvidtune の表示で # Hsync 32.41kHz Vsync 62.20Hz となるので, 大丈夫だと思いますが。 # XF86が対応するまではAccelerated-X 4.1.1を使っていました。実用的には # XF86でも問題ありませんが, スピードはAcc-Xの方がかなり速いようです。 # # #---------------------------------------------------------------------- # File generated by xf86config. Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/local/" 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 "Keyboard" Protocol "Standard" AutoRepeat 500 5 XkbDisable XkbKeymap "xfree86(us)" EndSection Section "Pointer" Protocol "PS/2" Device "/dev/psm0" Emulate3Buttons Emulate3Timeout 50 EndSection Section "Monitor" Identifier "LCD" VendorName "Toshiba" ModelName "Libretto 100CT" HorizSync 31.5 - 40.0 VertRefresh 50-100 Modeline "800x480" 35.26 800 864 928 1088 480 488 493 521 +hsync +vsync EndSection Section "Device" Identifier "NM128ZV+" VendorName "NeoMagic" BoardName "NM2097" Option "intern_disp" Option "no_stretch" Option "override_validate_mode" EndSection Section "Screen" Driver "svga" Device "NM128ZV+" Monitor "LCD" DefaultColorDepth 16 Subsection "Display" Depth 8 Modes "800x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "800x480" ViewPort 0 0 EndSubsection EndSection