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

[plamo:00821] XF86Setup



こんにちは、森です。いつもお世話になっております。
回答頂いた皆さん、本当にありがとうございます。

>VRAMが64kしかみつかってないのだったら、解像度320x204までしかいかな
>くても不思議でもないような。。。
>Section Deviceに、
>VideoRam    1024
>とかオプションを無理矢理追加する、あるいは、VRAMが1MB程度あるよう
にXF86Setupで指定できないでしょうか。

ビデオカードcyber9385-1のマシンにXF86Setupで
・cyber9385(generic)
       chipset:generic
       option:no_stretch,lcd_center
       VideoRam:1M
・ディスプレイ:Non-InterlacedSVGA,1024x768@60Hz,800x600@72Hz
・解像度:800x600
と設定して新しくXF86Configファイルを作成しました。添付します。

>"Monitor" Section の中の Modeline 行はきちんと定義されているので
>しょうか? "Screen" Section の Modes 行の中味(解像度)と一致して
>いなければ、その解像度で表示しないです(きっと)。
Modelineの行はわからなかったのでとりあえず
 Modeline "800x600" 25.18 800 856 976 1040 600 637 643 666
と変更してみました。←やっぱりだめですか?
あと、このファイルのなかの"320x204"をすべて"800x600"に変更して、
Xを立ち上げたのですが、結果は同じで大きな画面で1/4ほどしか表示
されませんでした。

あとはどこをどうエディットすればいいのかよくわかりません。
すみませんが、よろしくお願いします。
追伸:職場の話ですが、Linuxをいれたマシンが1台あります。
   そのマシンでXF86Configを削除して(rm /etc/XF86*を実行)X
   を立ち上げたところなぜか正常にXが立ち上がりました。
   もしかして、/etc/XF86Configファイル以外に何か別のファイル
   を見にいっているような気がしたのですが…。
# 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,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

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

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/mouse"
   Emulate3Timeout 50
   Resolution      100
   Buttons         3
   Emulate3Buttons
EndSection

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-48.5
   VertRefresh     55-90
   Modeline  "320x204"    25.18 320 344 376 400 204 206 225 0
EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "Trident Cyber 9385 (generic)"
   Chipset         "generic"
   Option          "lcd_center"
   Option          "no_stretch"
   Clocks          25.18
   VideoRam        1024


EndSection

Section "Screen"
   Driver          "Accel"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 8
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "320x204"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "320x204"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "320x204"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "320x204"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "320x204"
   EndSubSection
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 8
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "320x204"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "320x204"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "320x204"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "320x204"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "320x204"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        4
      Modes        "320x204"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        1
      Modes        "320x204"
   EndSubSection
EndSection

Follow-Ups
[plamo:00822] Re: XF86Setup, K.Hamada
[plamo:00823] Re: XF86Setup, masui
[plamo:00827] Re: XF86Setup, Shigeo Sagai
[plamo:00832] Re: XF86Setup, 岩井務

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