您现在的位置是:网站首页> 编程资料编程资料
ubuntu 9.04 X3100 显卡开启3D特效_Ubuntu/Debian_操作系统_
2023-03-28
847人已围观
简介 ubuntu 9.04 X3100 显卡开启3D特效_Ubuntu/Debian_操作系统_
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
说明:我的系统是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服务器上SSH Server 的安装和设置_Ubuntu/Debian_操作系统_
- 解决Ubuntu启动时的Routine check检查时间过长_Ubuntu/Debian_操作系统_
- ubuntu intel 集成显卡安装_Ubuntu/Debian_操作系统_
- 单网卡Ubuntu服务器打造 PPTP Server_Ubuntu/Debian_操作系统_
- Ubuntu系统软件安装方式_Ubuntu/Debian_操作系统_
- 不用命令玩转Ubuntu 8.10(Wubi图文安装教程)_Ubuntu/Debian_操作系统_
- Ubuntu下部分网站不能正常访问的解决方法_Ubuntu/Debian_操作系统_
- Ubuntu 8.04系统下Opera浏览器安装配置_Ubuntu/Debian_操作系统_
- Ubuntu中安装samba服务器创建文件共享的方法及普通用户设置共享的问题解析_Ubuntu/Debian_操作系统_
- VMware Tools图文安装教程(以WIN2008和UBUNTU为例) _Ubuntu/Debian_操作系统_
