分页: 1 / 1

Ubuntu10.10系统NVIDIA GT540M显卡驱动出错

发表于 : 2011-06-20 16:25
lidahui
我电脑的显卡是N 卡GT540M,我在NVIDIA官网下载了相应的驱动 并且在进入系统命令行是成功安装了 驱动,
但是重启的时候 出现了这个

init :ureadahead main process (413) terminated with status5

[ 6.412316] acer-wmi :uable to detect available WMID devices...

然后就进不了系统了 ,,,怎么回事呢?

使用命令sudo rm -f /etc/X11/xorg.conf

进入系统 查看xorg.conf的备份 ,里面的内容如下 :



# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 275.09.07 ([email protected]) Wed Jun 8 16:05:17 PDT 2011


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

Section "Files"
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 28.0 - 33.0
VertRefresh 43.0 - 72.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
EndSubSection
EndSection

Re: Ubuntu10.10系统NVIDIA GT540M显卡驱动出错

发表于 : 2011-06-20 16:38
黄美姬
又是双显卡吗 :em06
先说说你如何安装, /etc/modprobe.d/这里有没有屏蔽开源驱动

/etc/default/grub
有没加了什么启动参数。。。

Re: Ubuntu10.10系统NVIDIA GT540M显卡驱动出错

发表于 : 2011-06-20 17:22
黄美姬
试试

代码: 全选

sudo cp /etc/modprobe.d/blacklist.conf  ~/blacklist.conf
sudo su 
echo "blacklist acer-wmi" >> /etc/modprobe.d/blacklist.conf 
reboot

Re: Ubuntu10.10系统NVIDIA GT540M显卡驱动出错

发表于 : 2011-06-20 20:16
lidahui
我的不是双显卡的 ,/etc/default/grub 里面的数据我没有动过

下面是我的里面内容 :】
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

你给的那辆个命令 我用了 但是没什么反应 啊 !

还有就是你说的那个屏蔽开源驱动 我不知道什么意思 也不知到怎么弄 能否 说详细些呢?

Re: Ubuntu10.10系统NVIDIA GT540M显卡驱动出错

发表于 : 2011-06-20 20:20
lidahui
我之前安装显卡的方式是 , 把/etc/default-display-manager内容改为false 进入命令行, 然后用命令sh NVIDIA。。。。进行安装 提示说安装成功的了。。。etc/default-display-manager内容改为/usr/sbin/gdm 。然后我把但是重启之后 还是老样子 进入不了图形界面。。。

Re: Ubuntu10.10系统NVIDIA GT540M显卡驱动出错

发表于 : 2011-06-20 20:43
黄美姬
Ubuntu 10.10安装NVIDIA官方驱动的方法
viewtopic.php?f=42&t=300079&start=0
这个方法可以装,但有多余动作了现在,你可以看看

代码: 全选

gedit /etc/modprobe.d/blacklist-framebuffer.conf

这个品牌全世界都这样,你看人家可以的
https://bugs.launchpad.net/ubuntu/+sour ... ug/560464/


How to fix error “WMI-Acer: Unable to detect devices available WMID” On the Ubuntu Netbook

http://twitteling.com/2010/08/fix-error ... eshooting/

本论坛的
viewtopic.php?f=48&t=276488/

Re: Ubuntu10.10系统NVIDIA GT540M显卡驱动出错

发表于 : 2011-06-20 22:35
lidahui
唉 太不爽啦 。。。这么难装 。。。。 还是没能装好