# # '97.07.03 # 土江伸宏 # tsuchie@ymg.urban.or.jp # SHARP Mebius MN-6350D # Pentium 150MHz # Phoenix BIOS 4.04 # Linux # 2.0.30 # XFree86 3.3 # XF86_SVGA # Trident Cyber9385 # PCI # 2MBytes # 8bpp = 256 色、または 16bpp = 65536 色 # 1024 x 768 # 12.1(inch) # DSTN # # "XFree86 3.2"では、 # http://www.threeweb.ad.jp/~islet/tp560-xf86.html # 等で入手できる"cy9382.c"を少し変更したプログラムを # "xinit"や"xdm"の前後で実行する必要がありましたが、 # "XFree86 3.3"では、要らなくなりました。 # 下記の"XF86Config"は前回紹介したものから、 # "HorizSync"、"VertRefresh"、"Modeline"の値を変更し、 # "16bpp"に対応する為の"Display"項を追加しました。 # なお、"xinit"の引数に"-bpp 16"を追加すると"16bpp"で # X ウィンドウを起動できますが、"xdm"で起動する場合や # 起動後にBPP値を変更する方法は無いでしょうか? # 解像度の変更と同様の方法があれば一番良いのですが... # 知っている方は、上記メールアドレスに連絡下さい。 # # #################################################################### XF86Config #################################################################### 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/cyrillic/" 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 XkbDisable XkbKeymap "xfree86(jp106)" EndSection Section "Pointer" Protocol "PS/2" Device "/dev/mouse" Emulate3Buttons Emulate3Timeout 50 EndSection Section "Monitor" Identifier "SHARP Mebius MN-6350D" VendorName "SHARP" ModelName "Mebius MN-6350D" HorizSync 31.5-86.0 VertRefresh 50-155 Modeline "1024x768" 54.75 1024 1068 1212 1344 768 771 773 808 +hsync +vsync EndSection Section "Device" Identifier "Trident Cyber9385" VendorName "Trident" BoardName "Cyber9385" chipset "cyber938x" VideoRam 2048 EndSection Section "Screen" Driver "svga" Device "Trident Cyber9385" Monitor "SHARP Mebius MN-6350D" Subsection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 8 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection ##################################################################### XF86Config END #####################################################################