
Ubuntu日本語フォーラム

ログインしていません。
ありがとうございます。
ログを拝見しますと…、予期せぬ結果が返って来ていますね。
で、検索してみた所「(monitor doesn't support reduced blanking)」が怪しそうです。
(pixel clockは許容範囲内のような感じはするんだけど…)
そこで、xorg.confの名前を元に戻して、以下の様に「Monitor」セクションの周波数情報などを削除し「Option "ReducedBlanking"」を追加してみてください。「Screen」セクションの「SubSection」も削除してください。
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "ReducedBlanking"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSectionダメなようでしたら、以下の様に垂直周波数を下げてみてください。
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-65
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection(ちなみに、そのモニターの周波数は水平が30-82で、垂直が50-75のようです)
記述は間違いなきようお願いします。
#12、#24にはミスがあり、その結果がエラーや相違ある情報となってしまっています。
コマンドや設定は、たった一文字の間違いでも、それが色々な意味で大惨事へとつながることがあります。
気持ちが急くのは解りますが、あせる必要はありませんよ。
オフライン
お手数をかけて済みません。
両方共だめでした。
リネームし、削除したあとで内容をそのままコピーして書き込み後に再起動しましたが、大きな画面のままで変わりませんでした。
オフライン
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-65
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
オフライン
ダメでしたか。
端折りすぎたのだろうか。もう少し明示してみますか。
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-75
Option "ReducedBlanking"
ModeLine "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
Option "dpms"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 16
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionと、やってみたところで、Reduced Blankingに対応していなければ意味はなさそうですが…。
この辺の所はマニュアルに載っていませんでしょうか。「Reduced Blanking」もしくは「帰線期間の省略」とかいう単語で書かれていると思うのですが。
それと、もしかすると接続方法なども関係しているのかもしれません。
接続はD-subですか? HDMIですか? それとも変換器?
これらを変えると変化があるということはないでしょうか。
(それとも完全に的を外しているのだろうか…)
オフライン
nekonokurisu による投稿:
---------------------------------- 元の文章 -------------------------------
引用についてお聞きになられていましたが、「返事を投稿」のページにある投稿欄の左下に「BBCode」というリンクがありますので、それを参考にしてください。
ログの結果はquoteまたはcodeタグを使用してください。------------------------------------------------------------------------------
すいません、メニューのどこにあるのか見つけられません。
webで検索しましたが解りませんでした。
「BBCode」のリンクですが、メニューではなく投稿欄のすぐ下にあります。
リンク先にタグの説明がありますので活用してください。
オフライン
「BBCode」のリンクですが、メニューではなく投稿欄のすぐ下にあります。
リンク先にタグの説明がありますので活用してください。
ありがとうございます。
やっと見つける事ができました。
オフライン
この辺の所はマニュアルに載っていませんでしょうか。「Reduced Blanking」もしくは「帰線期間の省略」とかいう単語で書かれていると思うのですが。
それと、もしかすると接続方法なども関係しているのかもしれません。
接続はD-subですか? HDMIですか? それとも変換器?
これらを変えると変化があるということはないでしょうか。
ディスプレイの説明書を見てみましたが、「Reduced Blanking」もしくは「帰線期間の省略」とか言うような文字は書かれていないようです。
画面コントロール OSD とかはありますが、これは画面に表示されるメニューの名前らしいです。
オフライン
接続はD-subになります。
切替ボックスを使いますが、直接接続にしても同じ症状になります。
以下の設定は残念ながら640x480固定表示になります。
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-75
Option "ReducedBlanking"
ModeLine "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
Option "dpms"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 16
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
オフライン
う〜ん。厳しいですね。
とりあえず、切り分けをしてみますか。
以下の3つを試してみてください。
1.
解像度を下げているだけです。
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection2.
これはアクセラレーションを使用できない汎用ドライバの「VESA」を使用しています。
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection3.
xorg.confをリネームして、別のモニターで起動してみてください。
解像度が得られなかったら、「grep DDC /var/log/Xorg.*.log」で「Printing DDC gathered Modelines:」が表示されるか確認してください。
オフライン
1.
解像度を下げているだけです。
変化なしです。
2.
これはアクセラレーションを使用できない汎用ドライバの「VESA」を使用しています。
ターミナル画面になり、変な文字と言うか図形と言うかいっぱい表示されています。
この画面ではxorg.confを削除できないので新規にインストールし直しました。
3.
xorg.confをリネームして、別のモニターで起動してみてください。
解像度が得られなかったら、「grep DDC /var/log/Xorg.*.log」で「Printing DDC gathered Modelines:」が表示されるか確認してください。
640x480で1280x1024表示の大きな画面になりました。
このモニタはBenQのFP71Vになります。
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
user@userPC:~$ grep ddc /var/log/Xorg.*.log
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
user@userPC:~$ xrandr
Screen 0: minimum 640 x 350, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
640x480 60.0
640x350 70.0
1280x1024 60.0*
user@userPC:~$
オフライン
~$ grep ddc /var/log/Xorg.*.log
またコマンドを間違われていますよ。それでは「Printing DDC gathered Modelines:」は現れません。(けどこれも「grep -i ddc /var/log/Xorg.*.log」の方が良さそうかな…)
ですが、xrandrの情報はありがとうございます。説明と結果で状況がよくわかります。
それにしても…
vesaもダメ、他のモニターでもダメと、目を覆いたくなる状況ですね。
ハードやドライバ、相性など疑わしさ満開なのですが、とりあえず2つのモニターの共通項を見ると「DDC2」。
無駄かもしれませんが、DDCを無効にしてみましょう。
Section "Device"
Identifier "Configured Video Device"
Option "NoDDC"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 16
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionこの状態での「grep -i ddc /var/log/Xorg.*.log」の結果もお願いします。
オフライン
またコマンドを間違われていますよ。
すいません初心者なもので、すぐに大文字と小文字を間違えてしまいます。
user@userPC:~$ grep DDC /var/log/Xorg.*.log
(**) CHROME(0): Option "NoDDC"
この状態での「grep -i ddc /var/log/Xorg.*.log」の結果もお願いします。
画面は640x480の画面になりました。
user@userPC:~$ grep -1 ddc /var/log/Xorg.*.log
(II) CHROME(0): I2C bus "I2C bus 3" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(**) CHROME(0): Option "NoDDC"
user@userPC:~$
オフライン
万策尽きました。
…いや、一つだけ方法は残っています。
#13でのんきさんが提案された「xrandr」を使用する方法です。
ただ、これはあまりお勧めしたくはありません。
私は専門家ではありませんので、CRTでの経験と勘だけで申しますが、周波数の切り替えというのはモニターへの負担が大きいものではないかと思っています。xrandrを使用する場合は1回分多く行われることになり、それを起動時に設定するとなると瞬時に2度の切り替えが行われるので負担がより大きくなるのではないかと思っています。(液晶の場合は違うのかもしれませんが)
また、そのモニターはそれなりに高周波なので、尚更手をつけたくはありません。
私としては他の方のアドバイスを待たれるか、サポートの長い8.04LTSを試されるか、正常に表示されていた8.10やWindowsをご使用になられた方が良いのではないかと思います。
この度は長い時間を費やしながらも改善できず、申し訳ありませんでした。
(あ、ちなみに「grep -1 ddc /var/log/Xorg.*.log」も間違われていますよ。「-1(マイナスイチ)」ではなく「-i(マイナス小文字のアイ)」です。最後の最後まですみません)
オフライン
長い間ありがとうございました。
Templerさんの知識には関心していました。
今回は直りませんでしたが、アドバイスに従ってこれから考えて見たいと思います。
他の事で又質問する事が出てくると思いますが、その時は又よろしくお願いします。
本当にありがとうございました。
オフライン
何やら最後の悪あがきができそう。
こちらのトピックのEbiXさんのxorg.confを見て思い出したのが「新規作成」。
ユーザ定義が反映されたりされなかったりの挙動がドライバ毎にバラバラだ、という話もありますので、「上書き?」が適用されなかっただけなのかもしれません。
ただ、過大な期待はしないでください。私の環境ではずいぶん前に上書きが適用できるようになり、今ではModelineも必要なくなっていますので。(でも、ちょっと期待)
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-75
ModeLine "1680x1050@60" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
ModeLine "1440x900@75" 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync
ModeLine "1440x900@60" 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 16
Modes "1680x1050@60" "1440x900@75" "1440x900@60" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050@60" "1440x900@75" "1440x900@60" "800x600" "640x480"
EndSubSection
EndSection※既に環境を整理されているのであれば読み飛ばしてください。
オフライン
何やら最後の悪あがきができそう。
残念ながら640x480固定画面になりました。
動いていた時の状態に戻そうとして8.10をインストールしましたが、これも9.10と同じ症状が出ました。
動いたときの設定値に買えても同じでした。
それならとWindows2000をインストールしてドライバをインストールしました。
1680x1050になりません。
前は確かになったと思ったのですが...。
そのままでWinとUbuntuを9.10をインストールしました。
Winだと1280x1050で表示されます。
Ubuntuだと元のままの症状です。
試しに以下のように変えてみましたが、640x480固定のままでした。
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-70
ModeLine "1680x1050@60" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
ModeLine "1440x900@75" 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync
ModeLine "1440x900@60" 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 16
Modes "1280x1050@60" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1050@60" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1050@60" "800x600" "640x480"
EndSubSection
EndSection
オフライン
なるほど。機転は良いのですが、その設定では何も設定していないのと同義です。
まず、「VertRefresh」は75にしないと周波数が足りず最高解像度にできないと思います。
また、「"1280x1050@60」という定義をしていませんので、それは無視されます。「800x600」もXorgが作成したものを指定していますので今まで通り使えません。よって、「640x480」のみの設定となっています。
ついでに「Depth 32」は Xorgの場合は24と同義なので意味ないです。
(でも、大分わかってきたようですね)
とりあえず、1280x1024も追加しておきます。(1280x1050は聞いたことなかったのですが一応それも)
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-75
ModeLine "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
Modeline "1280x1050@60" 111.66 1280 1360 1496 1712 1050 1051 1054 1087 -hsync +vsync
ModeLine "1280x1024@60" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 16
Modes "1680x1050@60" "1280x1024@60" "1280x1050@60" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050@60" "1280x1024@60" "1280x1050@60" "800x600" "640x480"
EndSubSection
EndSectionしかし、8.10までおかしく?
相性かな。
しかもWindowsまで…。う〜ん。
オフライン
残念ながら640x480のままで変わりませんでした。
Winを立ち上げた状態でweb検索してメモリの項目を見つけました。
BIOSを立ち上げてAGPメモリを確認してみました。
64MBの設定になっていたので256MBで立ち上げましたが、状況は変わりませんでした。
Winでも1280x1024で32ビットにしかなりません。
このチップではこの解像度までしかサポートされていないのかもしれません。
Ubuntu8.10ではたしかに64MBでも広い画面で見る事ができました。
でも再インストールではだめでした。
難しいものですね。
オフライン
メモリは64MBでもおつりが来るくらいなので、おそらくそのチップの性能がそこまでということなのだろうとは思いますが、Ubuntuでの挙動は明らかにおかしいですよね。(Windowsは16ビットカラーならフルサイズということですか?)
ですが、8.10でもおかしくなったというのは切り分けになりそうです。
Ubuntu8.04LTSのLiveCDで試してみてください。
8.10、9.04、9.10のXorgのバージョンは7.4で同じですが、8.04LTSでのバージョンは7.3なので、大きな違いがあります。(10.04では、今のところ7.5でテストされているようです)
それでダメとなるとUbuntuは全滅です。(私の知識レベルでは)
オフライン
こんにちは。
ダメ元かもしれませんが、Deviceセクションを追記した
xorg.confも試してもらえませんでしょうか?
以前i810で使っていた方法です。
Section "Device"
Identifier "Configured Video Device"
Driver "openchrome"
DacSpeed 250 250 250 250
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-82
VertRefresh 50-75
ModeLine "1680x1050@60" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
ModeLine "1440x900@75" 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync
ModeLine "1440x900@60" 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1680x1050@60" "1440x900@75" "1440x900@60" "800x600" "640x480"
EndSubSection
EndSection万が一でも当たればラッキーでお願いします(^^;
#Templerさんの書かれたxorg.confをベースにさせて頂きました。
助かりました、ありがとうございます。
オフライン
いろいろありがとうございます。
申し訳ありませんが、このトラブルのPCはWindows専用にしてしまいました。
Ubuntuは別のPCで使ってみようと思います。
実は、県外の仕事をして帰ってきたのですが、何台か使っているPCが立ち上がらなくなって今リカバリの最中です。
一晩中奮闘したのですがうまくいかなくて苦労しています。
こちらが今緊急に必要なのでUbuntuはしばらくお預けです。
インストールしたUbuntuも削除してしまい、この返事を書こうとしてWindows機でログインしようとしたら入力欄がうまく表示されなくて書けませんでした。
Ubuntu9.10のCDも置いた場所を忘れてしまい、これは8.10のライブCDで立ち上げて書いています。
文字を書く欄を移動しようとして上の矢印を押したらスクリーンショットの保存が勝手に表示されたりしてなかなかうまく入力できません。
いろいろありがとうございました。
また落ち着いたらUbuntuに挑戦して見ようと思います。
その時は又よろしくお願いします。
オフライン
EbiXさんへ。
フォローありがとうございます。
元々きっかけがEbiXさんなので、こちらこそありがとうございます。
それともう一つ。
こちらに専念してしまったため、あちらのトピックを疎かにしてしまいました。(却って良かったのかも)
感謝感謝です。
nekonokurisuさんへ。
了解しました。
何やら大変そうですが頑張ってください。
電源は大丈夫ですか?
オフライン
nekonokurisuさんへ。
お役に立てず済みませんでした。
ほんとに大変そうですね…私も応援しか出来ませんが頑張ってくださいね。
またubuntu使ってみてください。
Templerさんへ。
自分の投稿が少しでもお役に立てたなら幸いです。
#46も解決策の他にTemplerさんの発想のヒントにでもなれば…と少しだけ思いました。:D
お疲れさまでした。
オフライン