お知らせ

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

#1 2008-02-24 10:17:26

mattyu.9441
新しいメンバ
登録日: 2008-02-24

nVIDIAのドライバのインストールについて

外観の設定の、視覚効果を有効にしたところ、
NVIDIAのドライバのインストールを求められ、インストールすると、
画面が真っ白からジワーっとまだら模様のように黒くなって、何も見えなくなりました。

次に、手動で
apt-get install nvidia-glx nvidia-kernel-common
を実行し、

/etc/X11/xorg.conf
の、driverの"nv"を、nvidiaに変更すると、
上記と同様、何も見えなくなりました。

どうすれば、インストール出来るのでしょうか?
以下に、/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"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizEdgeScroll"    "0"
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 NV17 [GeForce4 460 Go]"
    Driver        "nv"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-70
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV17 [GeForce4 460 Go]"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    SubSection "Display"
        Modes        "1400x1050"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"

# Uncomment if you have a wacom tablet
#    InputDevice     "stylus"    "SendCoreEvents"
#    InputDevice     "cursor"    "SendCoreEvents"
#    InputDevice     "eraser"    "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
EndSection

以上、よろしくお願いします。

オフライン

 

#2 2008-02-24 13:56:34

doggyx
メンバ
登録日: 2007-10-10

Re: nVIDIAのドライバのインストールについて

はじめまして。

Ubuntu/NVIDIA - Sarabande Wiki
http://sarabande.info/wiki/Ubuntu_NVIDIA

上記サイトを参考にしてやってみてください。
私の場合はそれで直りました。

(蛇足かもですが、NVIDIA Settingsが書き出すxorg.confと
"dpkg-reconfigure xserver-xorg"が書き出すxorg.confとでは
内容がかなり違うんですよね。

私の現在の、問題が起きていないデスクトップ環境のxorg.confだと

Option         "metamodes" "1024x768_75 +0+0; nvidia-auto-select +0+0"

上記のような行が追記されてたりするのですが、
"dpkg-reconfigure xserver-xorg"では、書き出しはムリっぽいような。。。)

オフライン

 

Board footer

Powered by FluxBB