以下是我的经历,仅供参考。
==============================
联宝笔记本安装系统的问题
顺利安装完u10.04后,重启,有u的启动画面,然后黑屏(black screen),经查是显卡855gm与内核设置的问题,详见https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes说明。
解决方法:
开机shift选择命令行模式进入系统,修改/boot/grub/grub.cfg配置内容,在启动选项配置的 "quiet splash" 后面加上 "i915.modeset=1"
ps 在grub选择启动方式的界面 按e进入编辑模式, 不能乱按屏幕切换功能键啊,后果很严重!!
===========================================================================================
在使用nvidia gt240 独显台式机上的问题
* 在ubox上安装12.04lts版本的时候,开始是安装程序出错终止进入blank screen,使用下面方法,可以正常安装。
add argument to startup script: after "quiet splash" adding "i915.modeset=0 xforcevesa"
* 安装结束后,又是显卡驱动的问题,无法进入Xwindow,在字符终端结束Xserver,并diaable 默认的出错驱动 nouveau:
install the nvidia display card driver, must disable the nouveau kernel driver,If an X server is started as part of the normal boot process, and that X server uses the Nouveau X driver, then the Nouveau kernel module will still be loaded. Should this happen,
you will be able to unload Nouveau with `modprobe -r nouveau` after stopping the X server, then you can install the driver.
* 停止 X server: ps -ax | grep lightdm, kill them
技术资料来自nvidia,
http://us.download.nvidia.com/XFree86/L ... ml#nouveau