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

[debian-users:52868] Re: 純正nvidiaドライバのインストーラが実行できません。



のがたさん、川藤さん、YamYas さん ありがとうございます。
教えて頂いたことを実行しました。

debian:/home/ユーザー名# cd /home/ユーザー名/Desktop

debian:/home/ユーザー名/Desktop# ls
NVIDIA-Linux-x86-185.18.31-pkg1.run  moe-00672d99bf.desktop

debian:/home/ユーザー名/Desktop# ls -l
合計 22168
-rw-r--r-- 1 ユーザー名 ユーザー名 22665711 2009-08-25 19:23
NVIDIA-Linux-x86-185.18.31-pkg1.run
-rw-r--r-- 1 ユーザー名 ユーザー名      313 2009-08-18 19:55 moe-00672d99bf.desktop

となり、ダウンロードはできており、ファイルは存在しました。

その後
# sh ./NVIDIA-Linux-x86-185.18.31-pkg1.run
として、インストーラーが起動できました。

インストールは、デフォルトのままで行い、再起動したところXが立ち上がりません。
/etc/X11/xorg.confは以下の通りでした。

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

Section "Files"

    # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "jp106"
    Option         "XkbLayout" "jp"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "LCD-AD197G"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation GeForce 7300 LE"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation GeForce 7300 LE"
    Monitor        "LCD-AD197G"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "832x624" "800x600"
"720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "832x624" "800x600"
"720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "832x624" "800x600"
"720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "832x624" "800x600"
"720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "832x624" "800x600"
"720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "832x624" "800x600"
"720x400" "640x480"
    EndSubSection
EndSection
**********************************************
インストーラーが自動的に書き換えるとのことでしたが、修正が必要な箇所がおわかりになれば、教えて頂けると幸いです。
よろしくお願いします。