[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[linux-users:40156] モニタの解像度[一応解決しました]


橋爪です

問題:
 X windowスクリーンのの解像度で、モニターの性能が十分に発揮できない。
 具体的には、Maxで1280*1024の解像度を実現できるモニターで1024x768以上の解像度が実現できず、症状として前記以上の解像度では乱れた画面が縦に流れる現象が起こる。

モニタ:
IBM Aptiva770付属の15インチモニター
FST-SVGA
Multi-Scanning/Non-Interlaced
1280*1024 Max Resolution
水平周波数:30KHz-64KHz
垂直周波数:50Hz-160Hz


解決:
 真の解決にはほど遠いのですが、XF86Setupにおいて、モニタの周波数の選択画面において、Non-Interlaced SVGA,1024x768 _at_ 60Hz,800x600 _at_ 72Hzを選択。
 モニタの解像度の設定にはいっさい触れずにXF86Config書き込みXF86Setupを終了。
 余計な解像度の設定がXF86Configに表れるのでエディタでその部分を削る,あるいはコメントアウト。
 これで1152x864の解像度は実現できました。


それと:
 1024x768だと一つの画面では収まらずマウスを画面の端に持っていきスクロールさせることになりますが、X windowの他にもpppの設定等のわからない問題が待っているのでこれはおいおいとXFree86-Video-Timings-HOWTOなどで解決することにしました(よわい)。

---------------
XF86Configの中身
(略)


Section "Monitor"
   Identifier      "IBM"
   VendorName      "IBM"
   ModelName       "IBM"
   HorizSync       31.5-48.5
   VertRefresh     55-90
   Modeline  "1152x864"   65.00 1152 1168 1384 1480 864 865 875 985 interlace
   Modeline  "1024x768"   65.00 1024 1032 1176 1344 768 771 777 806 -hsync -vsync

EndSection

Section "Device"
   Identifier      "Trident"
   VendorName      "Trident"
   BoardName       "Trident"
EndSection

(略)
Section "Screen"
   Driver          "SVGA"
   Device          "Trident"
   Monitor         "IBM"
   DefaultColorDepth 8
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "1152x864" "1024x768"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1152x864" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1152x864" "1024x768"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1152x864" "1024x768"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1152x864" "1024x768"
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Generic VGA"
   Monitor         "IBM"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        4
      Modes        "1152x864" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        8
      Modes        "1152x864" "1024x768"
      Virtual       800 600
      ViewPort     0 0
   EndSubSection
EndSection

(略)

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: References: