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

[debian-users:05072] Re: X trouble (XF86Config ?)



<199803281225.VAA19622@xxxxxxxxxxxxxxxxxxxxxxx>の記事において
taniro@xxxxxxxxxxxxxxxxxさんは書きました。

>>
>>谷口@札幌です.
>>
>>Hidenobu Nabetani <nhide@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote : 
>>
>>>> >私も Mystique220/4MBを使ってます。非常にいいビデオカードです。
>>>> >このカードが使えるようになったのは、XFree86-3.3.1 からだったと記憶し
>>>> てます。
>>>> >...
>>>> >
>>>> >従って、サーバだけでも Xfree86-3.3.1(以上)にする必要があると思われます。
>>>           ^^^^^^^^^^^^^^
>>>> >現在は XFree86-3.3.2 が出てますので、それがいいかと。
>>>
>>>「サーバだけ」ということですので、Debian パッケージになっている
>>>XFree86-3.3.2 ではなく、オリジナルの配布バイナリ(X332SVGA.tgz)を取って
>>>きて bo の XFree86-3.2 のサーバに上書きすれば良いということだと思います。
>>
>>CD-ROM (1.3.1) からはじめに推奨されるファイルと X 関連ファイル, さらに 
>>X サーバとして XF86_SVGA をインストールした後, X332SVGA.tgz を 
>>/usr/X11R6 で展開したところ, /usr/X11R6/bin/XF86_SVGA というファイルが
>>できました. これで, "XFree86-3.2 のサーバに上書き" が出来たものと思っ
>>て xf86config を実行後 X を起動してみようとしましたが, 
>>
>>X: exec of /usr/X11R6/bin/XF86_SVGA failed
>>
>>というメッセージを出して X も立ち上がりません. このため, X サーバだけ
>>を XFree86-3.3.2 のものに入れ換えることは出来ないのですが, やりかたが
>>悪いのか, もはや hamm への完全移行しかないのでしょうか?
>>
>>どうかアドバイスをよろしくお願い致します. 
>>
>>-------------------------------------------
>>谷口 博@北海道大学大学院地球環境科学研究科
>>e-mail : taniro@xxxxxxxxxxxxxxxxx
>>-------------------------------------------


こんにちは。川口@リムネット東京第一です。

まず、XFree86 ですが、hamm(glibc)版とbo版があったはずです。
もっとも、配布されているのは tgz形式で、deb形式ではありませんので
hamm/bo とはいえませんが。
おそらく谷口さんがとって来られたのは hamm版ではないかと思われます。

boの環境下では bo(libc5)版でないと、やはりダメでしょう。

それと、Xサーバだけ入れ換える、の件ですが、言った手前やってみました。
その結果、見事に失敗してしまいました(涙)。

どうやら嘘を言ってしまったようです。すいません。

そこで以前、Xを使うために私がやった事を書いてみます。

とは言っても簡単で、XFree86-3.3.1 のバイナリをインストールしただけです。

本来なら alien を使ってインストールすべきなんでしょうが、
私は何にも考えず、/usr/X11R6 で展開しました。
展開したのは、不要なXサーバを除く全てのバイナリです。
この状態で XF86Setup も問題なく動き、設定できました。

うろ覚えで申し訳ありませんが、XFree86-3.3.1 では確実に動いてますので
(ちょっと動きのおかしいところがありますが。ここは 3.3.2 で直ってます)
頑張ってください。

参考までに、私の XF86Config を以下に書いておきます。
尚、マウスは multimouse を使ってるので mumse になってます。

----------------------------------------------------------------

# XF86Config auto-generated by XF86Setup
#
# Copyright (c) 1996 by The XFree86 Project, Inc.

#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/a12k12/"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   AutoRepeat      500 5
   LeftAlt         Meta
   RightAlt        ModeShift
   ScrollLock      Compose
   RightCtl        Control
   XkbKeycodes     "xfree86"
   XkbTypes        "default"
   XkbCompat       "default"
   XkbSymbols      "us(pc101)"
   XkbGeometry     "pc"
   XkbKeymap       "xfree86(us)"
   XkbRules        "xfree86"
   XkbModel        "jp106"
   XkbLayout       "jp"
EndSection

Section "Pointer"
#   Protocol        "PS/2"
   Protocol        "MouseSystems"
#   Device          "/dev/psaux"
   Device          "/dev/mumse"
   BaudRate        1200
   Emulate3Timeout 50
   SampleRate      0
   Emulate3Buttons
EndSection

Section "Monitor"
   Identifier      "Multiscan"
   VendorName      "SONY"
   ModelName       "Multiscan15sf9"
   HorizSync       24-70
   VertRefresh     50-120
   Modeline  "1280x1024" 110.00 1280 1328 1512 1712 1024 1025 1028 1054
   Modeline  "1152x864"   92.00 1152 1208 1368 1474 864 865 875 895
   Modeline  "1024x768"   85.00 1024 1032 1152 1360 768 784 787 823
   Modeline  "800x600"    69.65 800 864 928 1088 600 604 610 640 -hsync -vsync
   Modeline  "640x480"    45.80 640 672 768 864 480 488 494 530 -hsync -vsync
   Modeline  "640x400"    31.50 640 672 736 832 400 401 404 445 -hsync +vsync
   Modeline  "512x384"    22.00 512 528 592 640 384 385 388 404 -hsync -vsync
   Modeline  "480x300"    29.95 480 504 584 624 300 319 322 333 doublescan
   Modeline  "400x300"    25.00 400 424 488 520 300 319 322 333 doublescan
   Modeline  "320x240"    15.75 320 336 384 400 240 244 246 262 doublescan
   Modeline  "320x200"    12.59 320 336 384 400 200 204 205 225 doublescan
EndSection

Section "Device"
   Identifier      "Matrox Mystique"
   VendorName      "MGA"
   BoardName       "Matrox Mystique"


EndSection

Section "Device"
   Identifier      "Generic VGA"
   VendorName      "Unknown"
   BoardName       "Unknown"
   Chipset         "generic"
EndSection

Section "Screen"
   Driver          "Accel"
   Device          "Matrox Mystique"
   Monitor         "Multiscan"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Generic VGA"
   Monitor         "Multiscan"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        1
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
   EndSubSection
   SubSection "Display"
      Depth        8
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
      Virtual       800 600
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Generic VGA"
   Monitor         "Multiscan"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        4
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
   EndSubSection
   SubSection "Display"
      Depth        8
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
      Virtual       800 600
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Matrox Mystique"
   Monitor         "Multiscan"
   BlankTime       0
   SuspendTime     0
   OffTime         0
#   SubSection "Display"
#      Depth        8
#      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
#      ViewPort     0 0
#   EndSubSection
#   SubSection "Display"
#      Depth        15
#      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
#   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
      ViewPort     0 0
   EndSubSection
#   SubSection "Display"
#      Depth        24
#      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
#      ViewPort     0 0
#   EndSubSection
#   SubSection "Display"
#      Depth        32
#      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
#      ViewPort     0 0
#   EndSubSection
EndSection

------------------------------------------------------------
--
                               N.Kawaguchi(site oolong)
                                e-mail: kawa@xxxxxxxxxxxxxxxx(uucp)