お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2009-05-09 20:54:00

y2u
メンバ
登録日: 2008-06-27

9.04でnVidia のドライバー導入がうまくいかない

フォーラムの皆様、こんばんは。
表題の件でお尋ねします。
この件は実は 8.10 のときにお尋ねした経緯があります。
nVidia のドライバー導入がうまくいかない
9.04 になってからXのバージョンアップが行われたとのことで期待と不安、半々でGLXの導入を試みましたがうまくいきません。
ご教示お願いしたく思います。

ハードウェアの構成は以下のとおりです。
PC 三菱 Apricot cx18sd
CPU Pen4 1.8GHz
mem 1G
グラフィック nVidia GeForce2MX (AGP)
モニタ LG L194WT(1440*900)
kubuntu9.04(kubuntu9.04Desktop-i386)インストール後、Japanese レポジトリ追加し日本語化

システム→ハードウェアドライバー
から
NVIDIAの高性能ドライバーVersion96
を導入。
その時のxorg.conf が以下のとおりです。

コード:

# 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 "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
    
EndSection

Section "Module"
    Load    "glx"

続いて端末に落ち、

コード:

sudo /etc/init.d/kdm stop
sudo nvidia-xconfig
sudo /etc/init.d/kdm start

しました。
その時のxorg.conf が以下のとおりです。

コード:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Sat Jan 24 20:04:42 PST 2009

# 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

しかしながら上がってくるログインマネージャーは黄色が強すぎて文字の判別ができないほどでした。
仕方なく
sudo dpkg-reconfigure -phigh xserver-xorg
したところ、今度は800*600での表示にしかならなくなりました。

sudo nvidia-xconfig
したときに警告っぽい表示が出ていましたがよく分かりませんでした。


現在はxorg.conf を書き戻しているので役に立たないかもしれませんが、
Xorgのエラーだけ見る

コード:

y2ueno@y2ueno-desktop:~$ cat /var/log/Xorg.0.log | grep EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

dmesgでNVIDIA関連のログを見る

コード:

y2ueno@y2ueno-desktop:~$ dmesg | grep NVIDIA
[   16.970808] nvidia: module license 'NVIDIA' taints kernel.
[   17.254146] NVRM: loading NVIDIA Linux x86 Kernel Module  96.43.10  Sat Jan 24 19:49:38 PST 2009

何かわかりますでしょうか?
またほかに提示すべき情報はありますか?

オフライン

 

#2 2009-05-10 01:14:52

kaorin
メンバ
From: 仙台近郊
登録日: 2008-09-07

Re: 9.04でnVidia のドライバー導入がうまくいかない

PCの構成は異なりますが、ワタクシ、GeForce2MX400を使用しております。
特に問題なく使用できていますが、導入の方法が異なるようです。

たいていの場合、EnvyNGからnVidiaのドライバを導入しているので、その辺が違っていて、動作する/しない、があるのかも知れません。

コード:

$sudo aptitude install envyng-core envyng-qt

として、インストールしてから、

コード:

$envyng -k

としてEnvyNGを起動し、96系のドライバを選択してインストールしてみては如何でしょうか。

いちおう、ご参考として、ワタクシの環境のxorg.confを以下に。

コード:

# 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 "Monitor"
    Identifier    "Configured Monitor"
    HorizSync       27-110
    VertRefresh     50-160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
    Option        "AddARGBGLXVisuals"    "True"
    Option        "metamodes" "1280x1024_85 +0+0"
    Option        "NOLOGO" "True"
EndSection

Section "Module"
    Load    "glx"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nvidia"
EndSection

ディスプレイが、古いアナログCRTなもので、Monitorセクションには追記していますが、基本EnvyNGにより設定されたものをそのまま使用しております。

オフライン

 

#3 2009-05-11 12:51:24

y2u
メンバ
登録日: 2008-06-27

Re: 9.04でnVidia のドライバー導入がうまくいかない

kaorinさま
ご教示ありがとうございます。
早速
$envyng -k
してみました。
96.43.10
にチェックをいれ、設定後
Restart する。
結果は黄色強調が変わらずです。
CUI にてログインし確認してみました。
この時の xorg.conf は以下のとおりです。

コード:

# 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 "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
    Option    "AddARGBGLXVisuals"    "True"
EndSection

Section "Module"
    Load    "glx"
    Disable    "dri2"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nvidia"
EndSection

またこの時の
cat /var/log/Xorg.0.log | grep EE
では
(II) Loading extension MIT-SCREEN-SAVER
のみでエラーは出力されていないようです。
dmesg | grep NVIDIA
の結果は

コード:

y2ueno@y2ueno-desktop:~$ dmesg | grep NVIDIA
[   17.559486] nvidia: module license 'NVIDIA' taints kernel.
[   17.854393] NVRM: loading NVIDIA Linux x86 Kernel Module  96.43.10  Sat Jan 24 19:49:38 PST 2009

と[       ]内の数値が変化したのみです。
ここで
sudo nvidia-xconfig
したところ、下記のようなメッセージが出力されました。

コード:

Using X configuretion file:"/etc/X11/xorg.conf".
PARSE ERROR:Parse error on line 35 of Section Module in file /etc/X11/xorg.conf/
                   "disable" is not a valid keyword in this section.
Backed up file:'/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.bckup'
New X configuretion file written to '/etc/X11/xorg.conf'

またこの時の xorg.conf は以下のとおりです。

コード:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Sat Jan 24 20:04:42 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

その後リブートしたところ、黄色が強調された表示は変わらず
sudo dpkg-reconfigure -phigh xserver-xorg
したところ
800*600 で表示されています。
なかなか先が見えません。
続けてご教示お願いします。

最後の編集者: y2u (2009-05-11 13:02:13)

オフライン

 

#4 2009-05-13 23:01:22

kaorin
メンバ
From: 仙台近郊
登録日: 2008-09-07

Re: 9.04でnVidia のドライバー導入がうまくいかない

少なくとも、EnvyNGによる、ドライバのインストールは成功しているように思えます。
#エラーが発生していないので。

なので、nvidia-xconfigは、不要ではないか、と思います。

1点確認なのですが、nvidiaのドライバを使用しないで、800x600の場合には、色味は正常なのでしょうか?

コード:

Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nv"
EndSection

それと、EnvyNGによる設定後、上記のようにDeviceセクションをドライバ名nvidiaの部分をnvにしても、色味は正常に表示されないのでしょうか?

ドライバによる問題なのか、そうじゃないのか、切り分けが出来ればな、と。

オフライン

 

#5 2009-05-15 19:38:13

y2u
メンバ
登録日: 2008-06-27

Re: 9.04でnVidia のドライバー導入がうまくいかない

kaorin さま

早速試してみました。
現在の xorg.conf (Envy で設定された xorg.conf に Driver    "nv"を指定)
では1440*900で表示され、色味も正常なようです。
エラメッセージも確認して見たところ

コード:

$ cat /var/log/Xorg.0.log | grep EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

コード:

dmesg | grep NVIDIA
[   17.809355] nvidia: module license 'NVIDIA' taints kernel.
[   18.183259] NVRM: loading NVIDIA Linux x86 Kernel Module  96.43.10  Sat Jan 24 19:49:38 PST 2009

とでました。

何かわかりますか?
ご教示よろしくお願いします。

オフライン

 

#6 2009-05-16 05:00:48

kaorin
メンバ
From: 仙台近郊
登録日: 2008-09-07

Re: 9.04でnVidia のドライバー導入がうまくいかない

x.orgのログでエラーが出ているのは、nvドライバがGLXに対応していないたまで、予想通りなのですが。
実は、ドライバの問題ではなく、ハード的な問題(たとえばディスプレイの色温度の設定等)なのかな、とも思っていたのですが。

現象から判断すると、ハードの問題ではなく、ドライバの問題のようですね。
ちなみに、GeForceMX2の商品名はお分かりになりますか?
もしも、カード追加をしている場合は、なんですが。

96系のドライバでNGとすると、その前のドライバをEnvyNGで使ってみる、程度のことしか今のところは手がないかなぁ、とか。
お役に立てずに申し訳ないんですが。

ちなみに、ワタクシの使用しているGeForceMX2 400のカードは玄人指向のものです。

オフライン

 

#7 2009-05-16 18:00:11

y2u
メンバ
登録日: 2008-06-27

Re: 9.04でnVidia のドライバー導入がうまくいかない

kaorin さま

GeForceMX2の商品名についてですが
三菱 Apricot cx18sd
初期状態のものです。
商品名はよく判らないのですが
$ lspci | grep VGA
すると
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400](rev b2)
と表示されます。
EnvyNG で
71.86.08-0ubuntu1
というバージョンも選択できるようなのでトライしてみます。

オフライン

 

#8 2009-05-16 18:49:34

y2u
メンバ
登録日: 2008-06-27

Re: 9.04でnVidia のドライバー導入がうまくいかない

早速 EnvyNG にて 96系ドライバのチェックを外し、
71系ドライバにチェックを入れて導入してみました。
結果は LowGraphicMode での起動しかできない状態でした。
EnvyNG が設定した xorg.conf は以下のとおりです。

コード:

# 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 "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
EndSection

Section "Module"
    Load    "glx"
    Disable    "dri2"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Option    "AllowGLXWithComposite"    "True"
    Option    "UseEdidFreqs"    "True"
    Driver    "nvidia"
EndSection

Section "ServerFlags"
    Option    "DontZap"    "True"
EndSection

またエラーログを確認すると
xrandr-verbose.txt

コード:

Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 (0x43) normal (normal) 0mm x 0mm
    Identifier: 0x42
    Timestamp:  36589
    Subpixel:   unknown
    Clones:    
    CRTC:       0
    CRTCs:      0
    Panning:    0x0+0+0
    Tracking:   0x0+0+0
    Border:     0/0/0/0
    Transform:  1.000000 0.000000 0.000000
                0.000000 1.000000 0.000000
                0.000000 0.000000 1.000000
               filter: 
  800x600 (0x43)   29.3MHz *current
        h: width   800 start    0 end    0 total  800 skew    0 clock   36.6KHz
        v: height  600 start    0 end    0 total  600           clock   61.0Hz
  640x480 (0x44)   18.4MHz
        h: width   640 start    0 end    0 total  640 skew    0 clock   28.8KHz
        v: height  480 start    0 end    0 total  480           clock   60.0Hz

Xorg.0.log

コード:

X.Org X Server 1.6.0
Release Date: 2009-2-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
Current Operating System: Linux y2ueno-desktop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686
Build Date: 09 April 2009  02:10:02AM
xorg-server 2:1.6.0-0ubuntu14 ([email protected]) 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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: Sat May 16 18:17:12 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "Configured Video Device"
(**) Option "DontZap" "True"
(==) Automatically adding devices
(==) Automatically enabling devices
(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,
    built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x3bc0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@1:0:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xd0000000/16777216, 0xf0000000/134217728
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded even though the default is to disable it.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
(II) NVIDIA GLX Module  71.86.08  Sat Jan 24 20:46:30 PST 2009
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(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.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(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.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
dlopen: /usr/lib/xorg/modules/drivers//nvidia_drv.so: undefined symbol: AllocateScreenPrivateIndex
(EE) Failed to load /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (loader failed, 7)
(EE) No drivers available.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 ddxSigGiveUp: Closing log

lspci-vvnn.txt

コード:

00:00.0 Host bridge [0600]: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge [8086:1a30] (rev 04)
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
    Capabilities: [e4] Vendor Specific Information <?>
    Capabilities: [a0] AGP version 2.0
        Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW+ AGP3- Rate=x1,x2,x4
        Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW+ Rate=x1
    Kernel driver in use: agpgart-intel
    Kernel modules: intel-agp

00:01.0 PCI bridge [0604]: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge [8086:1a31] (rev 04)
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 96
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
    Memory behind bridge: d0000000-d0ffffff
    Prefetchable memory behind bridge: f0000000-f7ffffff
    Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-
        PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Kernel modules: shpchp

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 05)
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
    I/O behind bridge: 00002000-00004fff
    Memory behind bridge: d1000000-e10fffff
    Prefetchable memory behind bridge: 50000000-500fffff
    Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
        PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Kernel modules: shpchp

00:1f.0 ISA bridge [0601]: Intel Corporation 82801BA ISA Bridge (LPC) [8086:2440] (rev 05)
    Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Kernel modules: iTCO_wdt, intel-rng

00:1f.1 IDE interface [0101]: Intel Corporation 82801BA IDE U100 Controller [8086:244b] (rev 05) (prog-if 80 [Master])
    Subsystem: NEC Corporation Device [1033:815f]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
    Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
    Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
    Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
    Region 4: I/O ports at 1880 [size=16]
    Kernel driver in use: ata_piix

00:1f.2 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB Controller #1 [8086:2442] (rev 05)
    Subsystem: NEC Corporation Device [1033:815f]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin D routed to IRQ 10
    Region 4: I/O ports at 1840 [size=32]
    Kernel driver in use: uhci_hcd

00:1f.3 SMBus [0c05]: Intel Corporation 82801BA/BAM SMBus Controller [8086:2443] (rev 05)
    Subsystem: NEC Corporation Device [1033:815f]
    Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin B routed to IRQ 5
    Region 4: I/O ports at 1890 [size=16]
    Kernel modules: i2c-i801

00:1f.4 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB Controller #1 [8086:2444] (rev 05)
    Subsystem: NEC Corporation Device [1033:815f]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 3
    Region 4: I/O ports at 1860 [size=32]
    Kernel driver in use: uhci_hcd

00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801BA/BAM AC'97 Audio Controller [8086:2445] (rev 05)
    Subsystem: NEC Corporation Device [1033:8155]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 5
    Region 0: I/O ports at 1400 [size=256]
    Region 1: I/O ports at 1800 [size=64]
    Kernel driver in use: Intel ICH
    Kernel modules: snd-intel8x0

01:00.0 VGA compatible controller [0300]: nVidia Corporation NV11 [GeForce2 MX/MX 400] [10de:0110] (rev b2)
    Subsystem: Micro-Star International Co., Ltd. Device [1462:8172]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 64 (1250ns min, 250ns max)
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at f0000000 (32-bit, prefetchable) [size=128M]
    Capabilities: [60] Power Management version 2
        Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
        Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [44] AGP version 2.0
        Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA- ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2,x4
        Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
    Kernel driver in use: nvidia
    Kernel modules: nvidia, nvidiafb, rivafb

02:06.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 0d)
    Subsystem: NEC Corporation Device [1033:814e]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 64 (2000ns min, 14000ns max), Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at d1020000 (32-bit, non-prefetchable) [size=4K]
    Region 1: I/O ports at 2000 [size=64]
    Region 2: Memory at d1000000 (32-bit, non-prefetchable) [size=128K]
    [virtual] Expansion ROM at 50000000 [disabled] [size=64K]
    Capabilities: [dc] Power Management version 2
        Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
        Status: D0 PME-Enable- DSel=0 DScale=2 PME-
    Kernel driver in use: e100
    Kernel modules: e100, eepro100

ほか前述の xorg.conf が /var/log/failsafeX-backup-090516180728 として残っていました。
現在は xorg.conf に "Driver" "nv" をリセットし 1440*900 で表示されています。
これらのエラーログから何かわかりますか?

オフライン

 

#9 2009-05-16 19:25:02

kaorin
メンバ
From: 仙台近郊
登録日: 2008-09-07

Re: 9.04でnVidia のドライバー導入がうまくいかない

エラーログから解ることは、71系ドライバではNGで、やはり96系ドライバを使用しなければならない、ってことですかね。
ところで。

コード:

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    16 #元の値は24
EndSection

上記のように、ドライバはnvidiaのままで、色深度を24→16にしたりすると、色味が普通になったりしませんか?

オフライン

 

#10 2009-05-18 13:41:32

y2u
メンバ
登録日: 2008-06-27

Re: 9.04でnVidia のドライバー導入がうまくいかない

kaorin さま
ありがとうございます。
さっそく EnvyNG にて96系ドライバへ入れ替えましたところ、当初の黄色味が強い画面ではなく、赤みを帯びた画面になりました。
当初よりはいくらか文字の判別が可能です。
この時点ではまだ Depth は書き換えていません。
説明が難しいので画像を張り付けます。
ログイン画面
http://lh6.ggpht.com/_j4ox97yPkPo/ShDhVpsTMOI/AAAAAAAABUY/5GhdFs1Wv-k/D1000033.JPG
ログイン後の画面
http://lh6.ggpht.com/_j4ox97yPkPo/ShDhVkOb7QI/AAAAAAAABUc/YLw95mXzXaE/D1000032.JPG

ここでxorg.conf の DefaultDepth    16 にしてみました。
DefaultDepth    16の画面
http://lh5.ggpht.com/_j4ox97yPkPo/ShDhVuIOZGI/AAAAAAAABUg/6Te7SQW5-mA/D1000031.JPG

微妙に変化していますが、色合いは変わらないようです。
DefaultDepth    16 でのログを拾ってみました。

コード:

$ lspci | grep VGA
: VGA compatible contoroller : nvidia Corporation NV11 [GeForce2 MX/MX400]
(reb b2)

コード:

$ smesg | grep NVIDIA
[      17.526101]  nvidia : module license 'NVIDIA' tains kernel.
[      17.899188]  NVRM : loading NVIDIA Linux x86 kernel module 96.43.10 Sat. Jan 24 19:49:38 PST 2009

コード:

$ cat /var/log/Xorg.0.log | grep EE
(II)  Loading extension MIT-SCREEN-SAVER

どうにもうまくいきません。
諦めたほうがよいのでしょうか?

最後の編集者: y2u (2009-05-18 13:45:39)

オフライン

 

#11 2009-05-19 00:24:31

kaorin
メンバ
From: 仙台近郊
登録日: 2008-09-07

Re: 9.04でnVidia のドライバー導入がうまくいかない

これは、もはや色味の問題ではないような。(^^;
何かが正しく認識されていなくて、正しく画像がレンダリングされていないように思えますが。

この状態でのxorgのログって取れますかね?
nvドライバであれば問題なく動作しているんですよね?
であれば、ハードの問題ではないようには思いますが。

ちなみにCompizを諦められるのであれば、nvドライバでも、画面描画の速度は大差ないことは確認してます。
使えないことはないとは思いますが。

ベンダーIDから調べてみましたが、MSIのGeForce2 MXのカードのようで、ワタクシのGeForce2 MX400とは若干異なるモデルのようですね。
そのせいなのかなぁ。

オフライン

 

#12 2009-05-19 18:15:23

y2u
メンバ
登録日: 2008-06-27

Re: 9.04でnVidia のドライバー導入がうまくいかない

kaorin さま
ありがとうございます。

xorg のログをとるためにもう一度 EnvyNG より 96.43.10 の導入を行いました。
今度はなぜか赤でなく当初の黄色で現れました。

http://lh3.ggpht.com/_j4ox97yPkPo/ShJxyGJII8I/AAAAAAAABU0/mkD-a0MalLM/D1000035.JPG
http://lh3.ggpht.com/_j4ox97yPkPo/ShJxyGswTSI/AAAAAAAABUs/9QyZZw5ndRU/D1000034.JPG

この時の xorg.conf 及び Xorg.0.log は以下のとおりです。

コード:

# 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 "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
    Option    "AddARGBGLXVisuals"    "True"
EndSection

Section "Module"
    Load    "glx"
    Disable    "dri2"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Driver    "nvidia"
EndSection

Section "ServerFlags"
    Option    "DontZap"    "True"
EndSection

コード:

X.Org X Server 1.6.0
Release Date: 2009-2-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
Current Operating System: Linux y2ueno-desktop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686
Build Date: 09 April 2009  02:10:02AM
xorg-server 2:1.6.0-0ubuntu14 ([email protected]) 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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 May 19 17:18:09 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "Configured Video Device"
(**) Option "DontZap" "True"
(==) Automatically adding devices
(==) Automatically enabling devices
(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,
    built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x3bc0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@1:0:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xd0000000/16777216, 0xf0000000/134217728
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded even though the default is to disable it.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  96.43.10  Sat Jan 24 20:04:30 PST 2009
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(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.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(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.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(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) NVIDIA dlloader X Driver  96.43.10  Sat Jan 24 19:52:47 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(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.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) resource ranges after probing:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
(II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
(**) 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): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce2 MX/MX 400 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 32768 kBytes
(--) NVIDIA(0): VideoBIOS: 03.11.01.50.07
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are not supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce2 MX/MX 400 at
(--) NVIDIA(0):     PCI:1:0:0:
(--) NVIDIA(0):     LG L194W (DFP-0)
(--) NVIDIA(0): LG L194W (DFP-0): 165.0 MHz maximum pixel clock
(--) NVIDIA(0): LG L194W (DFP-0): External Single Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(WW) NVIDIA(0): 
(WW) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(WW) NVIDIA(0):     will be used as the requested mode.
(WW) NVIDIA(0): 
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
(--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(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) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(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 extension GLX
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event1"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) config/hal: Adding input device Logitech Logitech USB Keyboard
(**) Logitech Logitech USB Keyboard: always reports core events
(**) Logitech Logitech USB Keyboard: Device: "/dev/input/event3"
(II) Logitech Logitech USB Keyboard: Found keys
(II) Logitech Logitech USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Logitech Logitech USB Keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "jp106"
(**) Logitech Logitech USB Keyboard: xkb_model: "jp106"
(**) Option "xkb_layout" "jp,jp"
(**) Logitech Logitech USB Keyboard: xkb_layout: "jp,jp"
(**) Option "xkb_variant" "106,"
(**) Logitech Logitech USB Keyboard: xkb_variant: "106,"
(**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
(**) Logitech Logitech USB Keyboard: xkb_options: "grp:alt_shift_toggle,grp_led:scroll"
(II) config/hal: Adding input device HID 04b4:0033
(**) HID 04b4:0033: always reports core events
(**) HID 04b4:0033: Device: "/dev/input/event2"
(II) HID 04b4:0033: Found 5 mouse buttons
(II) HID 04b4:0033: Found x and y relative axes
(II) HID 04b4:0033: Configuring as mouse
(**) HID 04b4:0033: YAxisMapping: buttons 4 and 5
(**) HID 04b4:0033: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "HID 04b4:0033" (type: MOUSE)
(**) HID 04b4:0033: (accel) keeping acceleration scheme 1
(**) HID 04b4:0033: (accel) filter chain progression: 2.00
(**) HID 04b4:0033: (accel) filter stage 0: 20.00 ms
(**) HID 04b4:0033: (accel) set acceleration profile 0

まったく判らないながらですが
(II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
のあたりにヒントがあったりしますか?
こんなページを見つけました。
Hardy でのマニュアルですが fbbpp を使わないほうがよいように書いてあるようです。

何かわかりますか?
何度も申し訳ございません。

最後の編集者: y2u (2009-05-19 18:42:54)

オフライン

 

#13 2009-05-20 00:58:19

kaorin
メンバ
From: 仙台近郊
登録日: 2008-09-07

Re: 9.04でnVidia のドライバー導入がうまくいかない

ログを見る限り、エラーは何も出てないんですよね。
少なくとも、ドライバは、自分が正常にカードを認識して、動作していると思ってる、と。

ちなみに、気にされている項目は、たぶん大丈夫だと思うんです。

色深度は24ビットで、フレームバッファのビット/ピクセルは32ビットってことなので。
ARGBで8ビットずつ、計32ビットで1ドットを表しますよ、ってことなので。

お調べになったサイトも見てみましたが、オプション指定時に、古い形式なので、新しい形式の-depthを使え、とのことのようですし。

しかし。
nvで問題ないのに、なんで正しく画像が出ないのか。
雰囲気、そのピクセルのフォーマットが正しく認識されていないように見えるんですよね。
なんか指定の方法があるのか。

ちなみに。
Option    "AddARGBGLXVisuals"    "True"
の前に#をつけてコメントアウトし、
#Option    "AddARGBGLXVisuals"    "True"
としてから、再起動するとどうなりますか?
これやるとCompizも動かなくなるようなので、あくまで試しにってことなんですが。

オフライン

 

#14 2009-05-20 14:49:47

y2u
メンバ
登録日: 2008-06-27

Re: 9.04でnVidia のドライバー導入がうまくいかない

kaorin さま
ありがとうございます。

#Option    "AddARGBGLXVisuals"    "True"
としてから、再起動しても黄色い画面のままのようです。

MSIの独自のドライバーでもあるのかな?と検索してみましたが見つかりませんでした。

オフライン

 

#15 2009-05-20 23:35:36

kaorin
メンバ
From: 仙台近郊
登録日: 2008-09-07

Re: 9.04でnVidia のドライバー導入がうまくいかない

ちょっとワタクシの手には負えないかも知れません。(^^
nvドライバで正常に動作しているのに、nVidiaの本家ドライバで正常に動作しない理由が解らない。
逆ならまだしも。

色々と調べて見ましたが、特にヒットする内容もありませんでしたし。
BIOS等の設定の問題であれば、nvドライバでもダメになりそうですしね。

解決しないのは、悔しい限りですが、ギブアップさせてください。

何が問題なのかなぁ。

オフライン

 

#16 2009-05-21 11:57:38

y2u
メンバ
登録日: 2008-06-27

Re: 9.04でnVidia のドライバー導入がうまくいかない

kaorin さま
長々とお手をわずらわせました。
nv のままで使用することにします。
ありがとうございました。

オフライン

 

Board footer

Powered by FluxBB