[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:10547] Re: XFree86-4.0.3 のConfig_for_i1124



おおのです。

On Tue, Jul 31, 2001 at 11:36:37PM +0900, Makoto Ogusu wrote:
> 実はその後、安い値段に引かれIBM i1124(2609-93J)を購入しました。webで情

  おめでとうございます。

> □ 画面が右にずれている
> 3.3.6においてno_accelのオプションを指定すべき問題点と同じような気がし
> ます。が、もともと4.0.3では問題がないと認識して使っています。設定の何
> を調べたらよいでしょうか。そもそも上記の認識が間違っていますでしょうか。

  私のは240Zなのですが、チップは確か同じSMI LynxEM4+ですよね?
4.0.3でno_accel関係のバグがなくなっているかというと、そうではない
気がします。実は私は遭遇していないのですが、NetBSD-MLあたりをみて
いると、同様の症状がでるとの報告がありましたので... 

  上記バグは24bit colorのときにでるとかいう話だったので私は遭遇しな
いのかなあ、なんて思っていますが... (16bit colorで使ってます)

  とりあえずBIOSのHV ExpansionをOFFにしてみてはどうでしょうか?
(と書いてから試してみたのですが、関係ないようですね... (^^; )


> □ ビデオレートについて
> ビデオレートの数字をメーカ情報として見つけられませんでした。4.0.x用や
> 3.3.6用といった複数のXF86Configをみると異なっており、迷っています。ビ
> デオレートについて確認させていただけませんでしょうか。
> 現在は H 31.5-82 V 40-100 (MHz)という設定です。

  私の使っている値はRH系のXconfiguratorの1024x768 LCDの値であるところの
        HorizSync       31.5-57.0
        VertRefresh     50-90
です。特に問題はおきていないようです。

> 私のところでは、XFree86 -configure とやっただけではXサーバが起動できま
> せんでした。フォントなどの設定も未解決で、これからです。いい機会だから
> とXに挑戦したものの、まだまだ力不足の様です。よろしければ
> i1124(2609-93J)*XFree86-4.0.3用のXF86Configファイルを教えていただけま
> せんでしょうか。あわせてお願いいたします。

適当なものですが... 私のは下記のようにしています。FBDevがはいって
いるのは御愛嬌ということで (^^;

--
Section "ServerLayout"
        Identifier     "SMI"
        Screen      0  "SMI" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
        Identifier     "FB"
        Screen         "FBDev"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath      "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
#       FontPath      "/usr/X11R6/lib/X11/fonts/freefont/"
#       FontPath      "/usr/X11R6/lib/X11/fonts/TrueType/"
        FontPath      "tcp/localhost:7100"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
EndSection

Section "Module"
        Load  "pex5"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xie"
        Load  "GLcore"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "jp106"
        Option      "XkbLayout" "jp"
        Option      "XkbOptions" "ctrl:nocaps"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/mouse"
        Option      "Emulate3Buttons" "on"
EndSection

Section "Monitor"
        Identifier   "MonitorSMI"
        VendorName   "IBM"
        ModelName    "0"
        HorizSync       31.5-57.0
        VertRefresh     50-90
        Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
EndSection

Section "Monitor"
        Identifier   "MonitorFB"
        VendorName   "IBM"
        ModelName    "0"
EndSection

Section "Device"
        Identifier  "DeviceSMI"
        Driver      "siliconmotion"
        VendorName  "Silicon Motion Inc."
        BoardName   "LynxEM+"
        VideoRam    4096
        BusID       "PCI:0:9:0"

        ### Available Driver options are:-
        #Option     "pci_burst"
        #Option     "fifo_conservative"
        #Option     "fifo_moderate"
        #Option     "fifo_aggressive"
        #Option     "pci_retry"
        #Option     "NoAccel"
        #Option     "set_mclk"
        #Option     "show_cache"
        #Option     "HWCursor"
        #Option     "SWCursor"
        #Option     "ShadowFB"
        #Option     "Rotate"
        #Option     "VideoKey"
        #Option     "ByteSwap"
        #Option     "UseBIOS"
EndSection

Section "Device"
        Identifier  "DeviceFB"
        Driver      "fbdev"
        VendorName  "FBDev"
        BoardName   "LynxEM+"
        BusID       "PCI:0:9:0"
EndSection

Section "Screen"
        Identifier "SMI"
        Device     "DeviceSMI"
        Monitor    "MonitorSMI"
        DefaultDepth 16
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "FBDev"
        Device     "DeviceFB"
        Monitor    "MonitorFB"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "DRI"
EndSection
--

-- 
  産総研 地圏資源環境部門
  大野 哲二  ohno@prosaic1.a08.aist.go.jp
  「人生は特攻なのよ」


[検索ページ] [メール一覧]
Plamo ML 公開システム