ubuntu中无法启用桌面效果(3D效果)几种解决方案

方案1
就是卸载显卡驱动
然后再更新驱动

下载envyng-core


  
  
代码:
sudo apt-get install envyng-core
运行envyng

代码:
sudo envyng -t
用envyng卸载了原有驱动,接着用它又安装了一次驱动,重启


(系统-系统管理-硬件驱动 更新驱动)


方案2

打开gconf-editor,将/apps/metacity/general/compositing_manager

这个键值后面的勾去掉

即可,然后在去启动桌面效果,无论是正常和扩展,都能大开了,3D桌面也可以启动了


方案3
白屏后Cltrol+Alt+backspace退回登录届面。点左下角的 选项/会话/安全模式下的终端。

输入以下命令: gconf-editor

找到Desktop->Goname->Application->windows_manager。把两处/usr/bin/compin改成/usr/bin/metacity。

按Cltrcol+Alt+backspace退回登录届面,选项/会话/Gnome。


方案4
编辑了xorg.conf文件.修改后便成功开启了.我知道是英特的显卡,所以我便也试验了一下.
sudo gedit /etc/X11/xorg.conf

找到里面有一排
Section "Device"

Identifier "Configured Video Device"

Driver "vesa"

EndSection

改成

Section "Device"

Identifier "intel"

Driver "intel"

EndSection

是在搜索到的文章里看来的.但是对照我的文件,发现下面还有一行

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

EndSection

主要是这个 Device "Configured Video Device" 看起来正好对照之前我改掉的部分,所以我便也改成了

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "intel"

EndSection

然后重启 X,试验,一切正常.开启特效没有问题了.

如果有耐心的话,希望可以试验一下不改

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

EndSection
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值