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

[plamo:28484] Plamo4.21にNVIDIAのドライバインストール



いつもお世話になってる万年初心者sato@宮城です。過去MLやネットを見てもわかりませんでした、ご指導お願い申し上げます。

PC環境:
MB:440BX、Pen3-650
AGP:NVIDIA RIVA TNT2 Model 64
Monitor:FlexScanS1910R (1280x1024)
Plamo4.21(Afterstep)

症状:NVIDIAのドライバ NVIDIA-Linux-x86-71.86.01-pkg.run
をインストールしましたが、動作しません。(このドライバは現時点で最新のlegacy対応ドライバのようです。)

本機には以前Ubuntu6.06をインストールし、Nvidiaのドライバ設定に成功していました(Nvidiaのスプラッシュ画面とgoogleearthの作動で確認)。けれど、Ubuntuはその後削除し、設定ファイルは残っておりませんし、Plamoと共通なのかどうかも?です。お手軽OSにてあまり考えることなくできちゃった弊害で何も学びませんでした。従ってハード的には問題ないと思います。

/etc/X11/xorg.confをドライバ付録のREADMEに従って以下のように書き換えますと、X起動後の画面が乱れて異常となります。この異常状態は
# xfplamoconfigすることで元に戻りXを起動できますが、/etc/X11/xorg.confは元に戻ってしまいます。

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

Section "Files"
       #RgbPath      "/usr/X11R6/lib/X11/rgb"
       ...省略
       FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
EndSection

Section "Module"
       Load  "freetype"
       Load  "type1"
       Load  "speedo"
       Load  "extmod"
       Load  "glx"   ←確認
       Load  "dri"   ←削除
       Load  "dbe"
       #Load  "record"
       #Load  "xtrap"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "keyboard"
       Option      "XkbModel" "jp106"
       Option      "XkbLayout" "jp"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "IMPS/2"
       Option      "Device" "/dev/psaux"
       #Option      "Emulate3Buttons"
       #Option      "Emulate3Timeout" "50"
       #Option      "Resolution" "256"
       Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
       Identifier   "Monitor0"
       HorizSync    31.5 - 137.0
       VertRefresh  54.5 - 75.5
EndSection

Section "Device"
       Identifier  "Card0"
       Driver      "nv"   ←"nvidia"に変更
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       Option     "NoDoublescan" "True"
       Option     "NoInterlace" "True"
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes    "1280x1024" "1280x960" "1152x864" "1024x768"
"800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     16
               Modes    "1280x1024" "1280x960" "1152x864" "1024x768"
"800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     8
               Modes    "1280x1024" "1280x960" "1152x864" "1024x768"
"800x600" "640x480"
       EndSubSection
EndSection

Section "DRI"
       Mode 0666
EndSection
--------------------------------------

READMEに従って必要なソフトも以下の方法で確認しましたが、(Plamo4.21をよくお知りの方々はご承知と思いますが)いずれも問題ありませんでした。

 o linux kernel     2.4.0    # cat /proc/version
 o XFree86          4.0.1    # XFree86 -version, or
   Xorg             6.7      # Xorg -version
 o Kernel modutils  2.1.121  # insmod -V

   If you need to build the NVIDIA kernel module:

 o binutils         2.9.5    # size --version
 o GNU make         3.77     # make --version
 o gcc              2.91.66  # gcc --version
 o glibc            2.0      # /lib/libc.so.6

/var/log/Xorg.0.logを上記設定変更前後で比較してみましたが、恥ずかしながら何が悪いのかがわかりません。ファイルサイズ制限の都合上、これらのlogを途中を省略して次のメールに貼り付けます。ごちゃごちゃとMLを汚して申し訳ありません。ご指導お願い致します。


[検索ページ] [メール一覧]
Plamo ML 公開システム