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

编译打包和其他
回复
lidahui
帖子: 7
注册时间: 2011-06-18 18:10

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

#1

帖子 lidahui » 2011-06-20 16:25

我电脑的显卡是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 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) 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
头像
黄美姬
帖子: 8428
注册时间: 2009-10-08 11:15
来自: 大城市铁岭

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

#2

帖子 黄美姬 » 2011-06-20 16:38

又是双显卡吗 :em06
先说说你如何安装, /etc/modprobe.d/这里有没有屏蔽开源驱动

/etc/default/grub
有没加了什么启动参数。。。
我们是命运的妓女,它把我们都嫖了

N卡驱动:http://www.nvidia.cn/Download/index.aspx?lang=cn
极品飞车:http://www.geforce.cn/optimize/optimal- ... ts-450-ops
孤岛危机优化设置:http://www.geforce.cn/optimize/optimal- ... tx-450-ops
:cp /etc/skel/.bashrc ~/
PS1="\[\e]2;\u@\H \w\a\e[32;1m\]\T$\[\e[0m\] "
http://cdimage.ubuntu.com/
http://releases.ubuntu.com/
头像
黄美姬
帖子: 8428
注册时间: 2009-10-08 11:15
来自: 大城市铁岭

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

#3

帖子 黄美姬 » 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
我们是命运的妓女,它把我们都嫖了

N卡驱动:http://www.nvidia.cn/Download/index.aspx?lang=cn
极品飞车:http://www.geforce.cn/optimize/optimal- ... ts-450-ops
孤岛危机优化设置:http://www.geforce.cn/optimize/optimal- ... tx-450-ops
:cp /etc/skel/.bashrc ~/
PS1="\[\e]2;\u@\H \w\a\e[32;1m\]\T$\[\e[0m\] "
http://cdimage.ubuntu.com/
http://releases.ubuntu.com/
lidahui
帖子: 7
注册时间: 2011-06-18 18:10

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

#4

帖子 lidahui » 2011-06-20 20:16

我的不是双显卡的 ,/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"

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

还有就是你说的那个屏蔽开源驱动 我不知道什么意思 也不知到怎么弄 能否 说详细些呢?
lidahui
帖子: 7
注册时间: 2011-06-18 18:10

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

#5

帖子 lidahui » 2011-06-20 20:20

我之前安装显卡的方式是 , 把/etc/default-display-manager内容改为false 进入命令行, 然后用命令sh NVIDIA。。。。进行安装 提示说安装成功的了。。。etc/default-display-manager内容改为/usr/sbin/gdm 。然后我把但是重启之后 还是老样子 进入不了图形界面。。。
头像
黄美姬
帖子: 8428
注册时间: 2009-10-08 11:15
来自: 大城市铁岭

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

#6

帖子 黄美姬 » 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/
我们是命运的妓女,它把我们都嫖了

N卡驱动:http://www.nvidia.cn/Download/index.aspx?lang=cn
极品飞车:http://www.geforce.cn/optimize/optimal- ... ts-450-ops
孤岛危机优化设置:http://www.geforce.cn/optimize/optimal- ... tx-450-ops
:cp /etc/skel/.bashrc ~/
PS1="\[\e]2;\u@\H \w\a\e[32;1m\]\T$\[\e[0m\] "
http://cdimage.ubuntu.com/
http://releases.ubuntu.com/
lidahui
帖子: 7
注册时间: 2011-06-18 18:10

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

#7

帖子 lidahui » 2011-06-20 22:35

唉 太不爽啦 。。。这么难装 。。。。 还是没能装好
回复