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

[debian-users:13563] X setup for V3 ViRGE/GX



どなたか、Xの設定について教えてください。
機械は以下のものです。

パソコン:DEC、Celebris FX-2、
ビデオカード:S3 ViRGE/GX が内蔵
(SuperProbeでも確認。)
モニター:SONY GDM-19PS

モニターの取り扱い説明書によると、
内蔵されているいくつかの信号モードから
入力信号に適切なものを自動で選ぶとなっています。
いくつかリストされている信号モードから、
解像度800×600、水平周波数37.9、垂直周波数60、
グラフィクモードSVGAというものに当たりをつけて、
XF86Setupをつかって設定しようとしているのですが、
うまく行きません。

具体的には
CardでS3 ViRGE/GX (generic)を選び、
その中のDetailed Setupでx server をs3vに選び、
(s3vのパッケージはdselectでインストール済み)
monitor で周波数を37.9、60に選び、
modeselectionで800×600
にして、OKをするのですが、その後
画面がみだれてうまくXserverが立ち上がってくれません。

画面のみだれてはっきりしませんが、たぶん
X11transocketUNIX: can't connect errorno 111
という様なエラーメッセージを出していて最後には
フリーズしてしまいます。

参考になるかわかりませんが最後に、
細かいことをいわずに設定したXF86Configを添付します。
これで一応はstartxでXは動くのですが、
目がちかちかして使用に耐えません。

菊地尚志
奥羽大学歯学部物理学教室
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

# 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:unscaled"
   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/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   XkbRules        "xfree86"
   XkbModel        "pc101"
   XkbLayout       "jp"
EndSection

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/mouse"
EndSection

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5
   VertRefresh     60
   Modeline  "640x480"    25.18 640 664 760 800 480 491 493 525
   Modeline  "320x240"    12.59 320 336 384 400 240 245 246 262
doublescan
EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "Unknown"
EndSection

Section "Screen"
   Driver          "Accel"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 8
   SubSection "Display"
      Depth        8
      Modes        "640x480" "320x240"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "640x480" "320x240"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "640x480" "320x240"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "640x480" "320x240"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "640x480" "320x240"
   EndSubSection
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 8
   SubSection "Display"
      Depth        8
      Modes        "640x480" "320x240"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "640x480" "320x240"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "640x480" "320x240"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "640x480" "320x240"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "640x480" "320x240"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        4
      Modes        "640x480" "320x240"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "640x480" "320x240"
   EndSubSection
EndSection

Section "Screen"
   Driver          "Mono"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "640x480" "320x240"
   EndSubSection
EndSection