[问题]安装nvidia显卡驱动后启动黑屏

CPU/显卡/打印机/USB设备等硬件问题
回复
tangxinmin
帖子: 11
注册时间: 2008-09-10 18:46

[问题]安装nvidia显卡驱动后启动黑屏

#1

帖子 tangxinmin » 2008-09-11 9:38

(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button


清大家帮我看看怎么解决问题,我是新手
oliver_bacon
帖子: 47
注册时间: 2007-12-30 14:33

#2

帖子 oliver_bacon » 2008-09-11 20:01

自己去看看

viewtopic.php?t=145724
tangxinmin
帖子: 11
注册时间: 2008-09-10 18:46

#3

帖子 tangxinmin » 2008-09-13 11:56

jimin@jimin-desktop:~$ more /var/log/Xorg.0.log |grep "(EE)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
jimin@jimin-desktop:~$ more /var/log/Xorg.0.log |grep "(WW)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) Configured Mouse: No Device specified, looking for one...
jimin@jimin-desktop:~$

我还是不会,谁来帮我阿
tangxinmin
帖子: 11
注册时间: 2008-09-10 18:46

#4

帖子 tangxinmin » 2008-09-13 12:01

# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection

怎么改?
yyu0378
帖子: 208
注册时间: 2008-03-24 19:06

#5

帖子 yyu0378 » 2008-09-13 23:22

你是什么显卡阿
tangxinmin
帖子: 11
注册时间: 2008-09-10 18:46

#6

帖子 tangxinmin » 2008-09-14 8:16

# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection

我的显卡是nvidia GeForce4 MX 440 with AGP8X". 请大哥帮我吧
tangxinmin
帖子: 11
注册时间: 2008-09-10 18:46

#7

帖子 tangxinmin » 2008-09-17 1:31

没人帮我?再定
huhuhaha008
帖子: 10
注册时间: 2008-04-02 20:46

Re: [问题]安装nvidia显卡驱动后启动黑屏

#8

帖子 huhuhaha008 » 2009-05-13 18:10

我装的是Ubuntu 9.04
也出现这种情况,搞了两天了,还是没有搞好
我的显卡是集成的
NVIDIA GeGorce 6150
都说要改etc/X11/xorg.conf
但是不知道改哪里
请高手帮忙
头像
mm740
帖子: 300
注册时间: 2009-08-09 17:34

Re: [问题]安装nvidia显卡驱动后启动黑屏

#9

帖子 mm740 » 2009-10-14 23:46

YI
淡定,不要听风就是雨。淡定是一种境界,是一种超然世外的意识。只有修养达到一定阶段,才能产生并拥有。拥有了淡定,就拥有了风度。于是淡定便成了一种气质,让我辈无论如何努力和奋斗,始终难望其项背。淡定需要时间和实践的积淀和净化,是一种拨云见日,是一种豁然开朗!君子坦荡荡,小人长戚戚。愿我们除了自卑多了自由,少了忙乱多了从容,去了怨恨多了温煦,戒了偏激多了沉着。一切在淡定中发展,在淡定中凯旋。
回复