安装完毕启动后,明显慢的要死,登陆后竟然是一个空白的桌面环境,Ctrl+Alt+T 根本没有任何反应。唯一的反应就是右键能够创建文件和文档。
同时打开的窗口没有最大化,最小化及关闭按钮。
GOOGLE了一翻,发现很多国外同胞也遇到了同样的问题,结论是:显卡驱动问题(gma3150显卡驱动)。
解决过程1:
1, 给厂家要Ubuntu12.04的显卡驱动,其实就是一个shell, 一摞要安装的包。
2,准备安装新驱动,即执行该SHELL,但是没法打开Terminal, 咋办?
3,离开X窗口,来到虚拟终端来解决吧:
Ctrl+Alt+F5 (F1-F6均可),普通用户操作(提醒在root用户下是不行的!),
cd /media 此时应该可以看到自己插入的U盘,内涵驱动SHELL哦。
sudo cp xx ~/xx 将SHELL拷贝到家目录
cd 到家目录
修改一下sudo chmod a+x 吧。
然后执行 sudo ./xx.sh (此时,请确保计算机连接到了Internet上)
等待数分钟后,reboot系统。
OK ------神经正常的Ubuntu12.04 回归了!!!
系统配置:
CPU D525 @1.8GHz / 2G RAM/500G HDD
集成显卡型号:VGA Intel Corporation Atom Processor D4XX/D5XX/N4XX/N5XX Integrated Graphics Controller(rev 02)
Intel的集显真的是让人无语啊!!!
解决过程2:(不推荐)
添加驱动管理器:(安装系统推荐驱动)
安装命令:
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install ddm
.../# ddm
安装系统推荐驱动。
解决过程3:(不推荐)
直接用以下方法 升级 intel显卡驱动
卸载掉现在的驱动
sudo apt-get remove xserver-xorg-video-intel
再安装驱动
sudo apt-get install xserver-xorg-video-intel
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
一、升级intel显卡驱动
系统-系统管理-新立得软件管理包, 设置-软件库-第三方软件,添加 以下两个地址
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main
刷新,会提示有两个部分需要升级(intel显卡驱动)
如果出现错误提示:
GPG签名验证错误: http://ppa.launchpad.net intrepid Release: 由于没有公钥,下列签名无法
进行行验证: NO_PUBKEY 5A9BF3BB4E5E17B5
解决方法:下载密匙
gpg --keyserver subkeys.pgp.net --recv 5A9BF3BB4E5E17B5
添加密匙
直接用以下方法 升级 intel显卡驱动
卸载掉现在的驱动
sudo apt-get remove xserver-xorg-video-intel
再安装驱动
sudo apt-get install xserver-xorg-video-intel
二、运行sudo gedit /etc/X11/xorg.conf
把
Section “Device”
Identifier “Configured Video Device”
EndSection
修改为
Section “Device”
Identifier “intel”
EndSection
把
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
EndSection
修改为
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “intel”
EndSection
三、修改compiz的配置
sudo gedit /etc/xdg/compiz/compiz-manager
新起一行,增加 SKIP_CHECKS=yes, 保存
四、安装compiz的配置管理器
运行 sudo apt-get install compizconfig-settings-manager
或者直接用新立德软件包管理器搜索并安装compizconfig-settings-manager
五、重启系统,打开系统-首选项- compizconfig设置管理器
至此成功打开桌面效果和3D