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

[debian-users:56446] Re: [debian-users:56436] Re: [debian-users:56435] Re: NVIDIA ドライバによるデュアル・ディスプレイについて



お世話になります。
NISHIMATSU です。


> > で、このあとは、NVRM: に残っているエラーメッセージをキーにして、
> >
> > /usr/share/doc/nvidia-glx/README.txt.gz
> >
> > の Chapter 8. Common Problems にそのエラーに関連する記述があるか、
> > 何か回避策が書いていないかみて、その回避策を実行してみてはどうでしょうか。

 README.txt を読んだのですが、小生のエラー:

 (EE): Failed to initialize the NVIDIA graphics device PCI:7:0:0
 (EE):      Please check your system's kernel log for additional error
 (EE):      messages and refer to chapter 8: Common problems in the
 (EE):      README for additional information.
 (EE): Failed to initialize the NVIDIA graphics device!
 (EE): Screen(s) found, but none have a usable configuration.

 Fatal server error:
 no screen found

 又:

 Aug 14 09:15:01 debian kernel: [   31.468579] NVRM: RmInitAdapter failed! (0x54:0x38:1748)
Aug 14 09:15:01 debian kernel: [   31.468587] NVRM: rm_init_adapter(0) failed

 などの Failed to initialize... とは、ちょっと違うのではないか?
 と考えたのですが……。

 大変初歩的なことで恐縮なのですが、松田様の仰しゃる:

> 私の場合ですが、Linux kernel の起動パラメータに vgay5 と指定したままに
> していて、X が 50% くらいの確率で上がらなかったのを最近経験しました。

 ですが、これは、/etc/default/grub を見る、ということでしょうか?
 もしそうでしたら、vga に関するそのような記述は無かった、と思います。

後、以降に施した処置を書かせていただきます:

vesa、fbdev を blacklist に入れました。

/etc/X11/xorg.conf の:

Section "Device"
  Identifier  "Device0"
...
EndSection

を:

Section "Device"
  Identifier  "Configured Video Device"
...
EndSection

に書き換えました。

/etc/X11/xorg.conf に:

Section "Module"
  Load  "glx"
EndSection

を追記しましたが、同様の症状が出た為、消しました。

以上がその後に行ったことです。

evdev、openchrome を無効化することも必要でしょうか?

それと、nvidia-kernel-dkms も必要なのでしょうか?
──必要無いように思うのですが……──。

お世話になってばかりですが、
引き続き、ご指導の程、何卒宜しくお願い申し上げます。