Platform: Dell Latitude D630, Nvidia NVS 135M, Intel CPU, Ubuntu 9.10
Problem:
1. Boot from livecd, select install. After a glowing ubuntu Symbol, screen shows nothing, even no CLI.
2. After installation with "text mode", boot from HD. After a glowing ubuntu Symbol, screen shows nothing, even no CLI.
Solution:
I am not very sure whether this problem is caused by the NV 185 driver(nvidia-glx-185). Installing or removing this package gave no help. I googled a lot, found many people encountered the same problem. However, no answer could work on my laptop. Then I tried to install NV driver manually...it works! So, here is the fix:
1. When you get the GRUB boot menu screen, press 'e' to edit the fist entry. Add a word 'single' after 'linux /boot/vmlinuz..... quiet splash', then press 'Ctrl+x' to boot. (I cannot enable networking in recovery mode, so I tried with the single mode.)
2. Select the 'netroot' entry. You will get a root command line with network support.
3. Download the latest NV driver for linux (2010-11-3):
# wget http://us.download.nvidia.com/XFree86/Linux-x86/190.42/NVIDIA-Linux-x86-190.42-pkg1.run
[You can visit http://www.nvidia.com/object/unix.html for the latest NV driver.]
4. Install development tools to build NV driver on you os.
# apt-get update
# apt-get install build-essential
5. Install the NV driver:
# chmod u+x NVIDIA-Linux-x86-190.42-pkg1.run
# ./NVIDIA-Linux-x86-190.42-pkg1.run
6. Reboot.
If you are using a livecd, please use the "text mode" to install Ubuntu 9.10. After installation, try the solution above.
Ubuntu 9.10 启动后黑屏的解决方法
平台: Dell Latitude D630, Nvidia NVS 135M, Intel CPU, Ubuntu 9.10
问题描述:
1. 从 livecd 启动后,选择安装,在白色 Ubuntu 图标闪烁结束之后,无任何屏显,连命令行都没有。
2. 用文本模式安装完成后,从硬盘启动,在白色 Ubuntu 图标闪烁结束之后,无任何屏显,连命令行都没有。
解决方法:
我不太清楚是不是 NV 的 185 驱动有问题(nvidia-glx-185),安装或者删除它对状况没有任何帮助。我搜索了一下,发现很多人遇到和我类似的问题,不过没有任何解决方法可以在我的电脑上工作。无奈下我尝试手动安装了一下 NV 的最新驱动——居然解决了!下面是我的解决方法:
1. 当你进入 grub 启动菜单选择屏幕时,在第一条上按 e 进入编辑状态,在 'linux /boot/vmlinuz..... quiet splash' 这一行最后添加一个单词 single,然后按 Ctrl+x 启动。其实 recovery mode 能做类似的事,但是 9.10 的 recovery mode 好像不能启动网络,所以只好自己进入 single 模式了。
2. 启动后选择 'netroot' 选项,进入带网络的 root 命令行。
3. 下载最新的 NV 驱动(2010-11-3):
# wget http://us.download.nvidia.com/XFree86/Linux-x86/190.42/NVIDIA-Linux-x86-190.42-pkg1.run
[你可以先访问 http://www.nvidia.com/object/unix.html 查看 NV 最新驱动的地址。]
4. 安装编译 NV 驱动需要的编译工具:
# apt-get update
# apt-get install build-essential
5. 安装 NV 驱动:
# chmod u+x NVIDIA-Linux-x86-190.42-pkg1.run
# ./NVIDIA-Linux-x86-190.42-pkg1.run
6. 重启
如果您使用 livecd 安装 Ubuntu 9.10 的话,您应该选择 "text mode" 进行安装。成功安装完成后,仍然遇到黑屏问题,请尝试上述方法。
唯一一次更新Ubuntu出问题,也只是Gnome挂掉了。
造成原因是低版本的AlarmClock和高版本的Gnome不兼容~
那和你相比我遇到的问题就太多了,几乎每次升级都会有些奇怪的问题.不过我现在也习惯了,问题总是可以解决的.我发现9.10在体验上的确改善不少,我比较喜欢的就是输入法和网络管理,人性化不少.
@Solrex Yang
ubuntu对老机器硬件的支持都相当不错,显卡除外 =.=
印象中7.10出来的时候我原来的机器也遇到过黑屏的问题
//这个评论风格是用的啥插件
@xdSu
不知道您指的啥意思?我这个博客使用的iNove主题,连带着处理了评论的风格的。不过下面那个验证码,是使用了插件的。
@Solrex Yang
唔 这个好 我的连Gravatar的头像都显示不出来
也有可能是分辨率调的过高了,我17寸宽屏,调成1280*1024就会黑屏的。