
Ubuntu日本語フォーラム

ログインしていません。
しばらく前から、Ubuntu 7.10を起動した際に、nVIDIAのロゴマークとログイン画面が液晶ディスプレイの左側に偏るようになることが多くなりました。ですから、Ubuntu 7.10の画面の左側が表示されません。CTR+ALB+BSを押すと正常に表示されるので、我慢しておりましたが、本日15日、CTR+ALB+BSを押した際に何やら「・・・の起動に失敗しました」のメッセージのみが真っ暗な画面に表示されました。何度かCTR+ALB+BSを押すといったんテキスト・ログインのメッセージが出た後、正常な画面に戻りましたが、何となく気持ちが落ち着きません。
起動時に何とか、nVIDIAのロゴマークとログイン画面が液晶ディスプレイの中央に表示されるようにならないものでしょうか。なお、ビデオカードは、GEForce 7600GSを使っております。液晶ディスプレイは、IIyamaの17インチの物ですが、Ubuntu 7.10からは選択できないようなので、LCD 1600x1400 リフレッシュレート50MHzと設定してあります。というか、50MHz以外は選択できないようです。システム−設定−画面の解像度は、1280x1024、リフレッシュレート50MHzです。
最後の編集者: seijun (2008-02-15 09:24:55)
オフライン
お願いしたいこと
/etc/X11/xorg.conf の内容を張り付けて頂けますか。
普通のテキストファイルですので、例えば
Alt+F2でアプリケーション実行ダイアログを表示させ
gedit /etc/X11/xorg.conf
と実行し表示される内容をコピペして下さい。
参考情報
https://help.ubuntu.com/community/FixVideoResolutionHowto
http://ubuntuforums.org/showthread.php?p=454217
http://ubuntuforums.org/showthread.php?t=529258
原因の推測
GDMが読み込む解像度の問題なのだと思います。
上の参考情報の一番上のリンク先の記述に
GDM uses a different Resolution than my Desktop
なるエントリがありますので、同じ原因と推察しますが確証はありません。
最後の編集者: fueryuejing (2008-02-21 01:49:37)
オフライン
seijunです。/etc/X11/xorg.confです。
=============================================
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GS]"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 0
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1600x1200"
Horizsync 31.5-74.7
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1280x1024@60" "1400x1050@60" "1280x960@60" "1600x1200@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection最後の編集者: seijun (2008-03-05 01:21:46)
オフライン
情報ありがとうございました。:)
解像度1600x1200をGDM(ログイン画面)が読み込んでいて、LCDがそれに対応していないので画面がはみ出しているのだと推測します。
上部パネルを
システム>システム管理>モニタとグラフィックスカード
と辿り、
表示されるウィンドウのモニタタブで、ディスプレイ 1の機種のところを
メーカー
Generic
型番
LCD Panel 1280x1024
と設定してみてください。
追記
ウィンドウ左下のTestを押して正常に表示可能か試してからOK(O)を押してください。
正常に表示されないときはキャンセル(C)を押し設定をキャンセルしてその旨投稿下さい。
最後の編集者: fueryuejing (2008-02-25 08:53:15)
オフライン
seijunです。どうも有り難うございます。
fueryuejing による投稿:
解像度1600x1200をGDM(ログイン画面)が読み込んでいて、LCDがそれに対応していないので画面がはみ出しているのだと推測します。
上部パネルを
システム>システム管理>モニタとグラフィックスカード
と辿り、
表示されるウィンドウのモニタタブで、ディスプレイ 1の機種のところを
メーカー
Generic
型番
LCD Panel 1280x1024
と設定してみてください。
追記
ウィンドウ左下のTestを押して正常に表示可能か試してからOK(O)を押してください。
正常に表示されないときはキャンセル(C)を押し設定をキャンセルしてその旨投稿下さい。
最初は、「システム管理−モニタとグラフィックカード」で、ディスプレイを1280×1024にしていたのですが、画面が左側に寄りだしたので、試しに1600×1200に変えてみたのでした。でも、やはり画面が左側に偏る現象は時々、再現します。現在は、1280×1024に変更しています。
それと、画面が左側に寄るときの解像度はどうみても、1280×1024です。
なお、「モニタとグラフィックカード」のウィンドウでは、「テスト」のところがグレーとなっていて、テストすることができない状態です。
最後の編集者: seijun (2008-02-25 09:54:47)
オフライン
最初は、「システム管理−モニタとグラフィックカード」で、ディスプレイを1280×1024にしていたのですが、画面が左側に寄りだしたので、試しに 1600×1200に変えてみたのでした。でも、やはり画面が左側に偏る現象は時々、再現します。現在は、1280×1024に変更しています。それと、画面が左側に寄るときの解像度はどうみても、1280×1024です。
むむむ、推測が見当違いだったようで申し訳ないです。
他の解決としては、モニタをX(Ubuntuのグラフィック担当部分)に自動認識させることが考えられます。
バックアップをとってから/etc/X11/xorg.confのSection "Monitor"及びSection "Screen"を、例えば以下のように編集するのですが、
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024"
EndSubSection
EndSectionその前に
アプリケーション>アクセサリ>端末
から以下を入力・実行し端末に表示される結果をこのトピックに張り付けて頂けますか。
xrandr
Xがモニタをどう認識しているのか確認するためです。確認の後具体的な手順を示します。
もうひとつ確認したいのですが、「システム管理−モニタとグラフィックカード」で設定を変更する以前にこの症状はありましたか?
なかったのであれば、バックアップされている設定を復元することで解決出来る気がします。:)
追記
私の環境ではリフレッシュレート次第で画面にゴミが出ます。ログイン画面(GDM)の問題でないとすると、次に考えられるのはリフレッシュレートの問題、それでもダメならnVidiaのドライバ固有の設定の必要(例えばこのトピック。少し古いところではこのトピック)が考えられます。
最後の編集者: fueryuejing (2008-02-26 16:53:27)
オフライン
Seijunです。
メッセージを見落としていて申し訳ありません。御指摘の内容につきましては今、時間がないので、今日、明日中に報告します。
ただ、現在、モニタの設定をLCD 1280×1024にしているのですが、nVidiaのロゴとログイン画面(WDM?)が表示される際、Ubuntuの画面が左側に寄る現象はやや少なくなっているような感じがします。左側に寄ったり正常に表示されたりと、要するに不安定なので、それが一番困っているところではあります。
なお、この現象はWindows Vistaのハードディスク認識にバグらしきものがあることが原因で、Ubuntuの再インストールを余儀なくされてから現れるようになりました。
最後の編集者: seijun (2008-02-29 09:45:56)
オフライン
御指摘の内容につきましては今、時間がないので、今日、明日中に報告します。
急がないで大丈夫です。:)
私は大学生でして、2〜3月は春休み中につき時間の融通が効きますから。
Ubuntuの再インストールを余儀なくされてから現れるようになりました。
再インストール時に設定がどこか変わってしまったのでしょうか。う〜む。
左側に寄ったり正常に表示されたりと、要するに不安定なので、それが一番困っているところではあります。
この状況が改善されるよう私も出来る範囲で手伝えたらと存じます。
オフライン
$ xrandrの結果は下記の通りです。
hoge@ubuntu710:~$ xrandr
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 50.0*
1280x960 51.0 56.0
1024x768 52.0
800x600 53.0 54.0
640x480 55.0 62.0 63.0
1280x800 57.0
1280x768 58.0
800x512 59.0
720x450 60.0
640x512 61.0
640x400 64.0
640x384 65.0
512x384 66.0
400x300 67.0 68.0
320x240 69.0
hogei@ubuntu710:~$
オフライン
バックアップをとってから/etc/X11/xorg.confのSection "Monitor"及びSection "Screen"を、例えば以下のように編集するのですが、
コード:
Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation G70 [GeForce 7600 GS]" Monitor "Generic Monitor" Defaultdepth 24 SubSection "Display" Modes "1280x1024" EndSubSection EndSection
上記のようにxorg.confを設定しましたが、画面の解像度が640×480になってしまいました。再起動させても、ディスプレイの中央に表示されるのですが、解像度はやはり640×480です。それで、モニタをLCD 1280×1024に戻しました。現在のxorg.confは下記です。
==============================================================
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GS]"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 0
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x1024"
Horizsync 31.5-64.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "ServerFlags"
EndSection
Section "device" #
Identifier "device2"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device2"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection※追記 リフレッシュレートが、50MHzしか選択できないのがどうもおかしいなあと思うのですが・・・・。
最後の編集者: seijun (2008-03-05 01:16:09)
オフライン
xrandrの結果から察するにモニタの認識は出来ているようです。(xorg.confで指定していない解像度の表示も見られますのでそう判断しました。)
上記のようにxorg.confを設定しましたが、画面の解像度が640×480になってしまいました。再起動させても、ディスプレイの中央に表示されるのですが、解像度はやはり640×480です。
↓この部分が悪さをしたのかもしれません。
Section "device" #
Identifier "device1"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection
とりあえず気づく範囲で原因になっていそうな部分を全部潰した xorg.conf を書いてみました。
この内容を現在の xorg.conf の内容と差し替えると表示はどうなるでしょうか。
差し替えの手順と注意点
※編集後の xorg.conf が上手く働かず X (GUI)が表示されない場合にテキストログインで修正する必要が出ます。
はじめに現在の xorg.conf のバックアップをとります。
端末から以下のように入力します。
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.01
sudo にパスワードを聞かれるのでログインパスワードと同じものを入力してください。
すると/etc/X11以下にxorg.conf.backup.01の名前で現在のxorg.confのバックアップが生成されます。
次に /etc/X11/xorg.conf を編集、下記に示した内容に差し替えます。
最後に Ctrl+Alt+BackSpace で X を再起動します。
Xが正しく表示されない場合、Ctrl+Alt+F2でテキストモードに切り替えログインし、以下のコマンドを入力・実行します。
sudo cp -f /etc/X11/xorg.conf.backup.01 /etc/X11/xorg.conf
sudo にパスワードを聞かれるのでログインパスワードと同じものを入力してください。
※GUIが起動しない状態での作業になるので上のコマンドを紙などにメモしてから一連の作業を始めて下さい。
コマンド入力後、Ctrl+Alt+Delete でPCを再起動すると以前のxorg.confの設定でログイン画面が表示されるはずです。
改造版xorg.conf
以下の内容で差し替えてみてください。
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GS]"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 0
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Option "AIGLX" "false"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Disable "dri"
Disable "GLcore"
EndSection
Section "DRI"
Mode 0666
EndSection最後の編集者: fueryuejing (2008-03-02 15:45:37)
オフライン
前述の操作で改善が見られなかった場合
トピックに貼り付けて頂きたい情報
1.
ログイン画面正常時と異常時の /var/log/Xorg.0.log の内容
手順
異常が生じているログイン画面からログインし、
/var/log/Xorg.0.log
をホームフォルダ等にコピーしログアウト、正常なログイン画面からログインし直し、先ほどコピーしたファイルの内容をこのトピックに貼り付ける。
正常なログイン画面からログインし、
/var/log/Xorg.0.log の内容をこのトピックに貼り付ける。
意図
上記ふたつのログの比較から原因解明の糸口が掴めるかもしれません。
2.
/etc/X11 以下にある xorg.conf のバックアップファイルのうち一番古いものの内容
手順
/etc/X11 以下を覗くと xorg.conf.日付 の書式でバックアップされているファイルがあると思います。そのなかで日付が一番古いものの内容を貼り付けて下さい。
意図
インストーラによる自動認識の結果を確認し現行のxorg.confと比較するためです。
3.
どのnvidia-glx系パッケージがインストールされているかの情報
手順
端末から以下を入力・実行した結果を貼り付けて下さい。
dpkg --get-selections | grep nvidia-glx
意図
合わないドライバが誤って導入されていればそれが描画不安定の原因の可能性があります。その確認です。
ところで
seijunさん による投稿:
※追記 リフレッシュレートが、50MHzしか選択できないのがどうもおかしいなあと思うのですが・・・・。
確かに変ですね。もっと高いリフレッシュレートでも動いていいはず。
追記
ディスプレイの型番と、説明書が残っていれば仕様から調べて走査周波数をこのトピックに貼り付けて頂けますか。
下の参考URLのDebianWikiの「HowToRandR12」の記述「III.5. Forcing a preferred mode」以下の内容から察するに、リフレッシュレート及び解像度は走査周波数から算出されているようです。正しい走査周波数を指定出来ればリフレッシュレートを選べるようになるはず。案外これで解決するかもしれません。
3/6/2008 追記
xorg.conf.日付 は dpkg-reconfigure xserver-xorg 実行時のもの
xorg.conf.数字 は 「モニタとグラフィックスカード」 実行時のもの
xorg.conf.backup は nvidia-xconfig 実行時のものでした。
混同していて曖昧な指示になりましたこと、お詫び致します。
最後の編集者: fueryuejing (2008-03-06 11:51:11)
オフライン
参考情報
xorg.conf の manページ
端末から以下を入力・実行。
man xorg.conf
nvidia-glx付属文書
nvidia-glx-legacyの場合
/usr/share/doc/nvidia-glx-legacy/ に存在
nvidia-glxの場合
/usr/share/doc/nvidia-glx/ に存在
nvidia-glx-newの場合
/usr/share/doc/nvidia-glx-new/ に存在
README.Debian及びREADME.txt.gz内の情報が有用。
ウェブ上の情報
help.ubuntu.comのnVidiaGraphicsCardに関する記述
ubuntuguide.orgのnVidiaDriverの記述
X.OrgWikiのビデオモードに関する情報
※上記ページ内に出てくるDDCについてはこちら。 ディスプレイの自動認識に失敗するのはDDCの問題かもしれません。
Gentoo Linux nVidiaガイド
独学Linuxさんの「CompizFusionが使えるグラフィックドライバ」の記述
ブログやめました(仮)さんの「【Compiz Fusion】xorg.conf の設定(Nvidia の場合)」の記述
DebianWikiの「HowToRandR12」の記述
ThinkWikiの「Xorg RandR 1.2」の記述
KeN's GNU/Linux Diaryさんの「Xrandrエクステンションを使う」の記述
最後の編集者: fueryuejing (2008-03-02 13:26:53)
オフライン
seijunです。まことに申し訳ありませんが、今はちょっと時間が取れないので、近日中にxorg.confを書き換えて試してみたいと思います。
オフライン
了解しました。:)
私ももう少し情報を探してみます。
色々作業して頂いているのになかなか解決を見つけられず申し訳ありません。
上の xorg.conf で動作しない場合、その前の xorg.conf の編集の際の結果とあわせて判断すると、モニタの自動認識に失敗していると言えそうです。そこから、モニタの自動認識の失敗と走査周波数が適切に設定されていないことが描画の不安定を引き起こしている、と問題の原因を絞り込めると思います。
オフライン
fueryuejing による投稿:
ところで
seijunさん による投稿:
※追記 リフレッシュレートが、50MHzしか選択できないのがどうもおかしいなあと思うのですが・・・・。
確かに変ですね。もっと高いリフレッシュレートでも動いていいはず。
追記
ディスプレイの型番と、説明書が残っていれば仕様から調べて走査周波数をこのトピックに貼り付けて頂けますか。
下の参考URLのDebianWikiの「HowToRandR12」の記述「III.5. Forcing a preferred mode」以下の内容から察するに、リフレッシュレート及び解像度は走査周波数から算出されているようです。正しい走査周波数を指定出来ればリフレッシュレートを選べるようになるはず。案外これで解決するかもしれません。
箱とマニュアルがなくなっているので分からなかったのですが、LCDの裏面を見ると、「iiyama PLE1701V」であることが分かりました。
http://www.iiyama.co.jp/products/lcd/17/PLE1701V-1/index.html
このLCDの走査周波数は、
水平 30-80KHz
垂直 55-75Hz
です。
※追伸 /etc/X11/xorg.confのmonitorの項目で、上記の走査周波数に訂正してみましたが、Ubuntu 7.10の起動時に画面が左側に寄ってしまう現象は改善されませんでした。
※追伸 システム−システム管理−モニタとグラフィックカードで、リフレッシュレートの選択肢に57Hzという選択肢が出ましたので、試しに選択して、再起動しましたが、現象は変わりませんでした。そして、リフレッシュレートの選択肢も50Hzのみになりました。(;_;)。
最後の編集者: seijun (2008-03-04 10:36:53)
オフライン
seijunです。
下記の内容に変更しましたが、①システム−管理−モニタとグラフィックカードでドライバがVesaとなっていました②800×600以下の解像度しか示されませんでした③キーボードが日本語キーボードでなく、英語キーボードになったようです④Xが立ち上がるまでに、テキスト画面が現れる−等の現象が出ました。
fueryuejing による投稿:
xrandrの結果から察するにモニタの認識は出来ているようです。(xorg.confで指定していない解像度の表示も見られますのでそう判断しました。)
以下の内容で差し替えてみてください。コード:
# xorg.conf (xorg 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. # # 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 "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "jp106" Option "XkbLayout" "jp,jp" Option "XkbVariant" "latin," Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "Device" Identifier "nVidia Corporation G70 [GeForce 7600 GS]" Busid "PCI:2:0:0" Driver "nvidia" Screen 0 EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation G70 [GeForce 7600 GS]" Monitor "Generic Monitor" DefaultDepth 24 EndSection Section "ServerLayout" Identifier "Default Layout" screen 0 "Default Screen" 0 0 Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" Option "AIGLX" "false" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" EndSection Section "Module" Disable "dri" Disable "GLcore" EndSection Section "DRI" Mode 0666 EndSection
オフライン
fueryuejing による投稿:
前述の操作で改善が見られなかった場合
手順
端末から以下を入力・実行した結果を貼り付けて下さい。コード:
dpkg --get-selections | grep nvidia-glx意図
合わないドライバが誤って導入されていればそれが描画不安定の原因の可能性があります。その確認です。
seijunです。
hoge@ubuntu710:~$ dpkg --get-selections | grep nvidia-glx nvidia-glx-new install
となりました。
最後の編集者: seijun (2008-03-04 10:38:17)
オフライン
seijun さん による投稿:
下記の内容に変更しましたが、①システム−管理−モニタとグラフィックカードでドライバがVesaとなっていました②800×600以下の解像度しか示されませんでした③キーボードが日本語キーボードでなく、英語キーボードになったようです④Xが立ち上がるまでに、テキスト画面が現れる−等の現象が出ました。
これは /etc/X11/xorg.conf が存在しないか全く読み込めなかった時に現れる症状です。フォーラムを介してのコピペだと設定ファイルの内容が上手くやりとり出来ないのかもしれません。別の方法を考えます。
seijun さん による投稿:
seijunです。
コード:
hoge@ubuntu710:~$ dpkg --get-selections | grep nvidia-glx nvidia-glx-new installとなりました。
nvidia-glx-new は GEForce 7600GS に対応していますね……むぅ。
nvidia-glx-new のかわりに nvidia-glx を試してみるとか。
端末から
sudo apt-get install nvidia-glx
です。
(nvidia-glx-legacy は入れちゃだめです。動かないと思う。)
seijun さん による投稿:
※追伸 /etc/X11/xorg.confのmonitorの項目で、上記の走査周波数に訂正してみましたが、Ubuntu 7.10の起動時に画面が左側に寄ってしまう現象は改善されませんでした。
訂正内容は
Horizsync 30-80 Vertrefresh 55-75
ですね。
これでも改善しないようですし、難儀だ。
seijun さん による投稿:
箱とマニュアルがなくなっているので分からなかったのですが、LCDの裏面を見ると、「iiyama PLE1701V」であることが分かりました。
http://www.iiyama.co.jp/products/lcd/17/PLE1701V-1/index.html
このLCDの走査周波数は、
水平 30-80KHz
垂直 55-75Hz
です。
スペックを見ると、
プラグ&プレイ機能:VESA DDC2B™対応
とあります。
それにも関わらず自動認識が失敗する理由として
DebianWikiの「HowToRandR12」の記述から考えますと、
nvidiaドライバ+G70系ボードではDDCがまともに働かないのでしょう。
nvドライバ+G80系ボードならDDCがきちんと効くようです。
nvドライバ+G70系ボードではどうだろう?DDCが効けば/var/log/Xorg.0.logに有用な情報が現れるかもしれません。
考えるのにもう少し情報が欲しいです。
1.
現在の /etc/X11/xorg.conf の内容
2.
現在の /var/log/Xorg.0.log の内容
3.
端末から
ls /etc/X11 | grep xorg.conf
と入力・実行した結果
上記の3つをこのトピックに貼り付けていただけますか。
追記
/var/log/Xorg.0.log には個人情報は映り込みません。ただ、コンピュータの名前を、例えば 自分の名前-laptop としていると、ログの上から5行目に以下のような表記が現れます。
Current Operating System: Linux 自分の名前-laptop
気になるのであればその部分を削除して投稿下さい。
最後の編集者: fueryuejing (2008-03-04 23:46:55)
オフライン
seijunです。いつも済みません。
fueryuejing による投稿:
1.
現在の /etc/X11/xorg.conf の内容
2.
現在の /var/log/Xorg.0.log の内容
3.
端末からコード:
ls /etc/X11 | grep xorg.confと入力・実行した結果
上記の3つをこのトピックに貼り付けていただけますか。
/etc/X11/xorg.conf
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GS]"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 0
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x1024"
Horizsync 31.5-64.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "ServerFlags"
EndSection
Section "device" #
Identifier "device2"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device2"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection/var/log/Xorg.0.log
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8.3)
Current Operating System: Linux ubuntu710 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686
Build Date: 18 January 2008
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 4 20:24:09 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "nVidia Corporation G70 [GeForce 7600 GS]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e9800
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,0547 card 1565,3409 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0548 card 1565,3409 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0542 card 1565,3409 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:01:2: chip 10de,0541 card 10de,cb84 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,055e card 1565,3409 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,055f card 1565,3409 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,055e card 1565,3409 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:04:1: chip 10de,055f card 1565,3409 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0560 card 1565,3409 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,055c card 1565,820c rev a1 class 04,03,00 hdr 80
(II) PCI: 00:08:0: chip 10de,0561 card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:09:0: chip 10de,0550 card 1565,5407 rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0b:0: chip 10de,0562 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:11:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 02:00:0: chip 10de,0392 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 10ec,8168 card 1565,2305 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
[3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x001c (VGA_EN is set)
(II) Bus 2 I/O range:
[0] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b]
[1] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[2] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[3] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfa000000 - 0xfcffffff (0x3000000) MX[b]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[b]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[b]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x00008000 - 0x000080ff (0x100) IX[b]
[1] -1 0 0x00008400 - 0x000084ff (0x100) IX[b]
[2] -1 0 0x00008800 - 0x000088ff (0x100) IX[b]
[3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[b]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xfd900000 - 0xfd9fffff (0x100000) MX[b]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xfd800000 - 0xfd8fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:15:0), (0,6,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX[b]
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX[b]
[2] -1 0 0x00007800 - 0x000078ff (0x100) IX[b]
[3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[b]
(II) Bus 6 non-prefetchable memory range:
[0] -1 0 0xfd700000 - 0xfd7fffff (0x100000) MX[b]
(II) Bus 6 prefetchable memory range:
[0] -1 0 0xfd600000 - 0xfd6fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:16:0), (0,7,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 7 I/O range:
[0] -1 0 0x00006000 - 0x000060ff (0x100) IX[b]
[1] -1 0 0x00006400 - 0x000064ff (0x100) IX[b]
[2] -1 0 0x00006800 - 0x000068ff (0x100) IX[b]
[3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b]
(II) Bus 7 non-prefetchable memory range:
[0] -1 0 0xfd500000 - 0xfd5fffff (0x100000) MX[b]
(II) Bus 7 prefetchable memory range:
[0] -1 0 0xfd400000 - 0xfd4fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:17:0), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 8 I/O range:
[0] -1 0 0x00005000 - 0x000050ff (0x100) IX[b]
[1] -1 0 0x00005400 - 0x000054ff (0x100) IX[b]
[2] -1 0 0x00005800 - 0x000058ff (0x100) IX[b]
[3] -1 0 0x00005c00 - 0x00005cff (0x100) IX[b]
(II) Bus 8 non-prefetchable memory range:
[0] -1 0 0xfd300000 - 0xfd3fffff (0x100000) MX[b]
(II) Bus 8 prefetchable memory range:
[0] -1 0 0xfd200000 - 0xfd2fffff (0x100000) MX[b]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,8), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(--) PCI:*(2:0:0) nVidia Corporation G70 [GeForce 7600 GS] rev 161, Mem @ 0xfa000000/24, 0xe0000000/28, 0xfb000000/24, I/O @ 0xbc00/7
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
[0] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[b]
[1] -1 0 0xfe02a000 - 0xfe02bfff (0x2000) MX[b]
[2] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[b]
[3] -1 0 0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
[4] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
[5] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
[6] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
[7] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
[8] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[9] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
[10] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
[11] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[12] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
[13] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
[14] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
[15] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
[16] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[17] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
[18] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[19] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[b]
[20] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[b]
[1] -1 0 0xfe02a000 - 0xfe02bfff (0x2000) MX[b]
[2] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[b]
[3] -1 0 0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
[4] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
[5] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
[6] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
[7] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
[8] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[9] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
[10] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
[11] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[12] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
[13] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
[14] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
[15] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
[16] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[17] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
[18] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[19] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[b]
[20] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[b]
[5] -1 0 0xfe02a000 - 0xfe02bfff (0x2000) MX[b]
[6] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[b]
[7] -1 0 0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
[8] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
[9] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
[10] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
[11] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[13] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[16] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
[17] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[18] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
[19] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
[20] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
[21] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
[22] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[23] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
[24] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[25] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[b]
[26] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[b](B)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module 100.14.19 Wed Sep 12 14:48:02 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 0.1.1
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) v4l driver for Video4Linux
(II) NVIDIA dlloader X Driver 100.14.19 Wed Sep 12 14:14:20 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[b]
[5] -1 0 0xfe02a000 - 0xfe02bfff (0x2000) MX[b]
[6] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[b]
[7] -1 0 0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
[8] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
[9] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
[10] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
[11] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[13] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[16] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
[17] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[18] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
[19] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
[20] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
[21] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
[22] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[23] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
[24] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[25] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[b]
[26] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[b](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[b]
[5] -1 0 0xfe02a000 - 0xfe02bfff (0x2000) MX[b]
[6] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[b]
[7] -1 0 0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
[8] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
[9] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
[10] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
[11] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[13] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[19] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
[20] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
[22] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
[23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
[24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
[25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[26] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
[27] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[28] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[b]
[29] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[b](B)
[30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[31] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(**) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
(II) NVIDIA(0): NVIDIA GPU GeForce 7600 GS (G73) at PCI:2:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.73.22.50.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7600 GS at PCI:2:0:0:
(--) NVIDIA(0): CRT-1
(--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1280x1024@60"
(II) NVIDIA(0): "1280x960@60"
(II) NVIDIA(0): "1024x768@60"
(II) NVIDIA(0): "800x600@60"
(II) NVIDIA(0): "800x600@56"
(II) NVIDIA(0): "640x480@60"
(**) NVIDIA(0): Virtual screen size configured to be 1280 x 1024
(WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
(WW) NVIDIA(0): from CRT-1's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b]
[1] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[b]
[2] 0 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[7] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[b]
[8] -1 0 0xfe02a000 - 0xfe02bfff (0x2000) MX[b]
[9] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[b]
[10] -1 0 0xfe02c000 - 0xfe02c0ff (0x100) MX[b]
[11] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[b]
[12] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[b]
[13] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[b]
[14] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
[15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[16] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[b](B)
[17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
[18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
[19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
[20] 0 0 0x0000bc00 - 0x0000bc7f (0x80) IX[b]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[23] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
[24] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[b]
[25] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
[26] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
[27] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
[28] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
[29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
[30] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
[31] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
[32] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[b]
[33] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[b](B)
[34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[35] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "1280x1024@60"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "jp106"
(**) Generic Keyboard: XkbModel: "jp106"
(**) Option "XkbLayout" "jp,jp"
(**) Generic Keyboard: XkbLayout: "jp,jp"
(**) Option "XkbVariant" "latin,"
(**) Generic Keyboard: XkbVariant: "latin,"
(**) Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
(**) Generic Keyboard: XkbOptions: "grp:alt_shift_toggle,grp_led:scroll"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabledls /etc/X11 | grep xorg.conf
xorg.conf xorg.conf.03011740 xorg.conf.03041000 xorg.conf.1 xorg.conf.2 xorg.conf.3 xorg.conf.4 xorg.conf.5 xorg.conf.6 xorg.conf.7 xorg.conf.8 xorg.conf.backup01 xorg.conf.backup02 xorg.conf.bak xorg.conf.failsafe xorg.conf.failsafe.1 xorg.conf.failsafe.bak xorg.conf.nvidia xorg.conf.original
nvidia-glxをインストールするのはちょっと厳しいです。最後の手段かなあ・・・。
最近は、起動時にnVidiaのロゴとログイン画面が必ずといって良いほど、左側に来るようになりました。
しかし、ctrl+alt+bsで画面中央にログイン画面が来ます・・・。
※追伸 /etc/X11/xorg.confは、リフレッシュレートを57Hzに変更し、再起動したら、走査周波数が元に戻ったようです。iiyamaのPLE1701Vの規格に変更して、再起動したときの/etc/X11/xorg.confを下記に表示します。どうも走査周波数が正常に認識されないみたいですが、どうでしょうか・・・。
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GS]"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 0
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x1024"
Horizsync 30.0 - 80.0
Vertrefresh 55.0 - 75.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "ServerFlags"
EndSection
Section "device" #
Identifier "device2"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device2"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection最後の編集者: seijun (2008-03-05 01:12:06)
オフライン
seijunです。
システム−システム管理−制限付きドライバの管理を見てみると、
VMWare kernel Driver
が追加されていました。
確かに、VMWare Workstation 6をインストールしています。ただ、ログイン画面が左側に寄るのは、VMWare Workstation 6をインストールする前からでした。
オフライン
情報ありがとうございました。:)
幾つか疑問が解けました。
vmware のドライバについては関係ないと思います。
seijun さん による投稿:
ログイン画面が左側に寄るのは、VMWare Workstation 6をインストールする前から
ですから。
seijun さん による投稿:
どうも走査周波数が正常に認識されないみたいですが、どうでしょうか・・・。
その通りだと思います。
/var/log/Xorg.0.log の記述に
(II) NVIDIA(0): "1280x1024@60"
(II) NVIDIA(0): "1280x960@60"
(II) NVIDIA(0): "1024x768@60"
(II) NVIDIA(0): "800x600@60"
(II) NVIDIA(0): "800x600@56"
(II) NVIDIA(0): "640x480@60"
とあります。これは
/etc/X11/xorg.conf の Section "Monitor" の
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
をそのまま読み込んでいます。
nVidiaのドライバがモニタとその走査周波数を自動認識していません。
#(DDCに関する記述も現れません。)
訂正。
NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
とあります。EDID の読み取りに失敗しています。orz
どうも「システム−システム管理−モニタとグラフィックカード」が書き込んでいる設定に問題があるようです。
以下の2つの作業をお願いします。
1.
# 正しい Horizsync 及び Vertrefresh、
# modeline を xorg.conf に書き込む必要があります。
# Windows 側で PC を起動して、1280x1024
# で選択可能なリフレッシュレートを調べ
# このトピックに貼り付けて下さい。
# (そこから私が gtf コマンドで modeline を計算し、
# xorg.conf の変更案をこしらえてみます。
# リフレッシュレート 50Hz や 60Hz はどう考えても低いです。)
訂正
iiyama のサイトでダウンロードした取説に記述がありましたので、それを元に modeline をこしらえてみます。
2.
バックアップをとってから、/etc/X11/xorg.conf を書き換えて下さい。表示が乱れた場合は変更後の xorg.conf をバックアップで上書きして下さい。
Section "Monitor" 及び Section "Screen" を以下のように書き換えて下さい。
Section "Monitor"
Identifier "Generic Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x1024"
Horizsync 30-80
Vertrefresh 55-75
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "nvidia-auto-select"
EndSubSection
EndSection
赤字の部分を書き換えて下さい。Section "Monitor" の既存の modeline は全て除いて下さい。
以下の記述を除いてください。
Section "device" #
Identifier "device1"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "ServerFlags"
EndSection
Section "device" #
Identifier "device2"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device2"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection
最後の編集者: fueryuejing (2008-03-05 14:16:17)
オフライン
Seijunです。いつも貴重な時間を割いていただいて、申し訳ありません。
fueryuejing による投稿:
どうも「システム−システム管理−モニタとグラフィックカード」が書き込んでいる設定に問題があるようです。
以下の2つの作業をお願いします。
1.
# 正しい Horizsync 及び Vertrefresh、
# modeline を xorg.conf に書き込む必要があります。
# Windows 側で PC を起動して、1280x1024
# で選択可能なリフレッシュレートを調べ
# このトピックに貼り付けて下さい。
# (そこから私が gtf コマンドで modeline を計算し、
# xorg.conf の変更案をこしらえてみます。
# リフレッシュレート 50Hz や 60Hz はどう考えても低いです。)
訂正
iiyama のサイトでダウンロードした取説に記述がありましたので、それを元に modeline をこしらえてみます。
2.
バックアップをとってから、/etc/X11/xorg.conf を書き換えて下さい。表示が乱れた場合は変更後の xorg.conf をバックアップで上書きして下さい。
「システム−システム管理−モニタとグラフィックカード」のコマンドにバグがあると言うことでしょうか。
また、1を連絡しないと、2は出来ないと言うことでしょうか。要するに、2だけ行うことはまずいということでしょうか。
会社にいるので、テストは今日か明日の夜ということになります。
それにしても、CTRL+ALT+BSで正常に表示されるようになるのはどうしてでしょうか。
最後の編集者: seijun (2008-03-05 15:23:47)
オフライン
取説P24の対応信号タイミングから。垂直周波数=リフレッシュレート(今調べるまで知りませんでした、恥ずかしながら)。
名称 解像度 水平周波数 垂直周波数 ドットクロック
VESA
VGA 640×480 31.469kHz 59.940Hz 25.175MHz
37.500kHz 75.000Hz 31.500MHz
37.861kHz 72.809Hz 31.500MHz
SVGA 800×600 35.156kHz 56.250Hz 36.000MHz
37.879kHz 60.317Hz 40.000MHz
46.875kHz 75.000Hz 49.500MHz
48.077kHz 72.188Hz 50.000MHz
XGA 1024×768 48.363kHz 60.004Hz 65.000MHz
56.476kHz 70.069Hz 75.000MHz
60.023kHz 75.029Hz 78.750MHz
SXGA 1280×1024 63.981kHz 60.020Hz 108.000MHz
79.976kHz 75.025Hz 135.000MHz
VGA TEXT 31.469kHz 70.087Hz 28.322MHz
gtfの結果
SXGA $ gtf 1280 1024 75.025 # 1280x1024 @ 75.03 Hz (GTF) hsync: 80.20 kHz; pclk: 138.59 MHz Modeline "1280x1024_75.03" 138.59 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync $ gtf 1280 1024 60.020 # 1280x1024 @ 60.02 Hz (GTF) hsync: 63.62 kHz; pclk: 108.92 MHz Modeline "1280x1024_60.02" 108.92 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync XGA $ gtf 1024 768 75.029 # 1024x768 @ 75.03 Hz (GTF) hsync: 60.17 kHz; pclk: 81.84 MHz Modeline "1024x768_75.03" 81.84 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync $ gtf 1024 768 70.069 # 1024x768 @ 70.07 Hz (GTF) hsync: 56.06 kHz; pclk: 76.24 MHz Modeline "1024x768_70.07" 76.24 1024 1080 1192 1360 768 769 772 800 -HSync +Vsync $ gtf 1024 768 60.004 # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync SVGA $ gtf 800 600 72.188 # 800x600 @ 72.19 Hz (GTF) hsync: 45.19 kHz; pclk: 47.00 MHz Modeline "800x600_72.19" 47.00 800 840 920 1040 600 601 604 626 -HSync +Vsync $ gtf 800 600 75.000 # 800x600 @ 75.00 Hz (GTF) hsync: 47.02 kHz; pclk: 48.91 MHz Modeline "800x600_75.00" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync $ gtf 800 600 60.317 # 800x600 @ 60.32 Hz (GTF) hsync: 37.52 kHz; pclk: 38.42 MHz Modeline "800x600_60.32" 38.42 800 832 912 1024 600 601 604 622 -HSync +Vsync $ gtf 800 600 56.250 # 800x600 @ 56.25 Hz (GTF) hsync: 34.88 kHz; pclk: 35.71 MHz Modeline "800x600_56.25" 35.71 800 832 912 1024 600 601 604 620 -HSync +Vsync VGA $ gtf 640 480 72.809 # 640x480 @ 72.81 Hz (GTF) hsync: 36.48 kHz; pclk: 29.77 MHz Modeline "640x480_72.81" 29.77 640 664 728 816 480 481 484 501 -HSync +Vsync $ gtf 640 480 75.000 # 640x480 @ 75.00 Hz (GTF) hsync: 37.65 kHz; pclk: 30.72 MHz Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync $ gtf 640 480 59.940 # 640x480 @ 59.94 Hz (GTF) hsync: 29.79 kHz; pclk: 23.83 MHz Modeline "640x480_59.94" 23.83 640 656 720 800 480 481 484 497 -HSync +Vsync
こんな記事がありました。
http://oshiete1.goo.ne.jp/qa2136598.html
類似の現象かもしれません。
最後の編集者: fueryuejing (2008-03-05 17:19:52)
オフライン
このフォーラムでの回答は私にとってはLinuxの勉強を兼ねているのでお気になさらずに。:)
seijun さん による投稿:
「システム−システム管理−モニタとグラフィックカード」のコマンドにバグがあると言うことでしょうか。
また、1を連絡しないと、2は出来ないと言うことでしょうか。要するに、2だけ行うことはまずいということでしょうか。
1.は調べましたので2のみで大丈夫です。
「システム−システム管理−モニタとグラフィックカード」のコマンドにバグ、というわけではないのですが、IIyamaのくだんのモニタがリストに無いので、一般用設定ではすこし具合が悪いようです。
バグがあるとするとビデオカードのドライバの、ディスプレイの自動認識回りです。ディスプレイと上手く通信できない部分があるので走査周波数を手動で指定する必要があるのでしょう。
seijun さん による投稿:
それにしても、CTRL+ALT+BSで正常に表示されるようになるのはどうしてでしょうか。
起動画面からログイン画面に移行する際、画面の解像度、走査周波数が変わります。ところが通信が上手くいかない部分があるのでディスプレイが直ちに信号の変化を認識できず、CTRL+ALT+BSで幾度か解像度・周波数の変更を受け付けるうちにやっと対応する、と考えます。ただ、そう考えると以下の事柄が上手く説明出来ません。
seijun さん による投稿:
なお、この現象はWindows Vistaのハードディスク認識にバグらしきものがあることが原因で、Ubuntuの再インストールを余儀なくされてから現れるようになりました。
同じ設定であれば同じように認識して良いはず。
ディスプレイの走査周波数と自動認識の問題だろうとは当たりがついて来ましたが、なぜ再インストール後に起きるようになったのかが不明です。
あるいはディスプレイ側の問題かもしれません。端子の接続の緩みや、マルチモニタが可能なPCであれば、コネクタを今あいている方に繋げ直してみるといったことが考えられます。もしくはディスプレイを工場出荷時の設定に戻してみるとか。
最後の編集者: fueryuejing (2008-03-05 16:19:35)
オフライン