手机
当前位置:查字典教程网 >操作系统 >Ubuntu/Debian >ubuntu 9.04 X3100 显卡开启3D特效
ubuntu 9.04 X3100 显卡开启3D特效
摘要:ubuntu9.04X3100显卡开启3D特效说明:我的系统是9.04,内核2.6.30rc2,显卡intelx3100(在9.04中,x3...

ubuntu 9.04 X3100 显卡开启3D特效

说明:我的系统是9.04,内核 2.6.30rc2,显卡intel x3100 (在9.04中,x3100显卡很有必要升级为该内核,速度提升很明显)

见:http://forum.ubuntu.org.cn/viewtopic.php?f=49&t=196419

1. 运行sudo gedit /etc/X11/xorg.conf

Section "Device"

Identifier "Configured Video Device"

EndSection

修改为

Section "Device"

Identifier "intel"

EndSection

注意:这里应该是小写的i,即 intel ,下同

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

EndSection

修改为

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "intel"

EndSection

2.卸载现有驱动

sudo apt-get remove xserver-xorg-video-intel

3.重新安装驱动

sudo apt-get install xserver-xorg-video-intel

4.修改compiz的配置

sudo gedit /etc/xdg/compiz/compiz-manager

新起一行,增加SKIP_CHECKS=yes, 保存

5.运行 sudo apt-get install compizconfig-settings-manager

安装compiz的配置管理器

6.重启系统,打开compiz fusion icon,在window manager中选择 compiz

说明:这一步很重要,我就是因为先装的cairo-dock,启用拉 metacity 的window manager,所以才始终无法打开桌面效果!

7.成功打开桌面效果和3D

【ubuntu 9.04 X3100 显卡开启3D特效】相关文章:

Windows8.1和Ubuntu14.04双系统卸载Ubuntu的方法

在Ubuntu系统上搜寻并显示网卡信息的方法

Ubuntu 14.10 “Utopic Unicorn”正式发布(附下载)

ubuntu安装qt开发环境的步骤

Ubuntu 14.04如何在Dash加载关机/重启选项

Ubuntu 12.04系统配置方法教程(图文)

Ubuntu 8.04中建立PHP+MySQL环境

Ubuntu 9.10下搭建LAMP服务器完全图解教程

ubuntu获取查看uuid的方法

ubuntu rhythmbox乱码解决方法

精品推荐
分类导航