[原创]intel X3100 打开3D特效

各种窗口管理器和美化相关
fengyu44
帖子: 45
注册时间: 2009-03-14 15:31

Re: [原创]intel X3100 打开3D特效

#16

帖子 fengyu44 » 2009-04-20 22:05

我到也是没有driver项,把
Section "Device"
Identifier "Configured Video Device"
EndSection

改为
Section "Device"
Identifier "Configured Video Device"
DRIVER "Intel"
EndSection

卸载intel到驱动,然后重新安装后,改后到文件中 DRIVER "Intel" 没了,恢复了原来到模样。
再次加上 DRIVER "Intel" 后,重启,还是打不开桌面效果和3D

另外,
sudo dpkg-reconfigure -phigh xserver-xorg
后无法选择,以下是返回到信息
xserver-xorg postinst warning: overwriting possibly-customised configuration
file; backup in /etc/X11/xorg.conf.20090420223843
头像
Xusually
帖子: 242
注册时间: 2006-11-03 21:20
来自: 上海
联系:

Re: [原创]intel X3100 打开3D特效

#17

帖子 Xusually » 2009-04-22 22:29

9.04的也可以,不过我升级完了就不行了,好奇怪
Never had a dream come ture!
============================
Lenovo E42LT2390
CPU:T2390
RAM:1G DDRII 667*2
VGA:X3100
HD:Seagate 160G SataII
CD:Combo
Wireless:Intell 3945abg
头像
sxdhaoren
帖子: 852
注册时间: 2008-10-01 0:20
系统: ubuntu kylin16.04.3

Re: [原创]intel X3100 打开3D特效

#18

帖子 sxdhaoren » 2009-04-22 22:55

fengyu44 写了:我到也是没有driver项,把
Section "Device"
Identifier "Configured Video Device"
EndSection

改为
Section "Device"
Identifier "Configured Video Device"
DRIVER "Intel"
EndSection

卸载intel到驱动,然后重新安装后,改后到文件中 DRIVER "Intel" 没了,恢复了原来到模样。
再次加上 DRIVER "Intel" 后,重启,还是打不开桌面效果和3D

另外,
sudo dpkg-reconfigure -phigh xserver-xorg
后无法选择,以下是返回到信息
xserver-xorg postinst warning: overwriting possibly-customised configuration
file; backup in /etc/X11/xorg.conf.20090420223843
linux里面是区分大小写的,driver是不是应该小写
自由软件爱好者
fengyu44
帖子: 45
注册时间: 2009-03-14 15:31

Re: [原创]intel X3100 打开3D特效

#19

帖子 fengyu44 » 2009-04-22 23:32

我帖子里写错了。是:Driver "intel" ,没用的
头像
jioyo源
帖子: 3476
注册时间: 2008-10-08 13:48

Re: [原创]intel X3100 打开3D特效

#20

帖子 jioyo源 » 2009-04-22 23:35

:em06 是我理解错了,原来,呵呵,我的也可以了%……
--------------------------------------
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
fengyu44
帖子: 45
注册时间: 2009-03-14 15:31

Re: [原创]intel X3100 打开3D特效

#21

帖子 fengyu44 » 2009-04-23 0:40

jioyo源 写了::em06 是我理解错了,原来,呵呵,我的也可以了%……
哪里理解错了?

怎么我还是不行啊。
头像
jioyo源
帖子: 3476
注册时间: 2008-10-08 13:48

Re: [原创]intel X3100 打开3D特效

#22

帖子 jioyo源 » 2009-04-23 0:53

fengyu44 写了:我到也是没有driver项,把
Section "Device"
Identifier "Configured Video Device"
EndSection

改为
Section "Device"
Identifier "Configured Video Device"
DRIVER "Intel"
EndSection

卸载intel到驱动,然后重新安装后,改后到文件中 DRIVER "Intel" 没了,恢复了原来到模样。
再次加上 DRIVER "Intel" 后,重启,还是打不开桌面效果和3D

另外,
sudo dpkg-reconfigure -phigh xserver-xorg
后无法选择,以下是返回到信息
xserver-xorg postinst warning: overwriting possibly-customised configuration
file; backup in /etc/X11/xorg.conf.20090420223843
另外,
sudo dpkg-reconfigure -phigh xserver-xorg
后无法选择,以下是返回到信息
xserver-xorg postinst warning: overwriting possibly-customised configuration
file; backup in /etc/X11/xorg.conf.20090420223843[
我的也是这样的结果,但不影响效果,就不去配置他就得了
--------------------------------------
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
fengyu44
帖子: 45
注册时间: 2009-03-14 15:31

Re: [原创]intel X3100 打开3D特效

#23

帖子 fengyu44 » 2009-04-23 2:04

根据该帖子和jioyo源的帮助,终于成功打开了桌面效果。现在总结一下具体操作,方便后来人。
说明:我的系统是9.04,内核 2.6.30rc2,显卡intel x3100 (在9.04中,x3100显卡很有必要升级为该内核,速度提升很明显)
见: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
头像
blackheart
帖子: 52
注册时间: 2006-03-21 22:55
联系:

Re: [原创]intel X3100 打开3D特效

#24

帖子 blackheart » 2009-04-24 1:18

我的按照楼上的方法也可以了,怎么升级到9。04倒还变得那么麻烦。
头像
SecretZero
帖子: 1670
注册时间: 2007-08-30 5:39

Re: [原创]intel X3100 打开3D特效

#25

帖子 SecretZero » 2009-04-24 1:56

我新安装一开始就打开特效。什么驱动都没有安装。
深度,值得深入!
http://bbs.deepin.org/?u=348684

最新的综艺魔法相册
http://www.77studio.net/?fromuid=344
爱我水之湄
帖子: 16
注册时间: 2008-10-06 21:23
来自: 浙江海洋学院
联系:

Re: [原创]intel X3100 打开3D特效

#26

帖子 爱我水之湄 » 2009-04-24 23:13

我开特效还眼花,不开算了哈哈 :em02 :em02
头像
havxi
帖子: 88
注册时间: 2007-05-24 21:32
联系:

Re: [原创]intel X3100 打开3D特效

#27

帖子 havxi » 2009-04-25 9:07

fengyu44 写了:根据该帖子和jioyo源的帮助,终于成功打开了桌面效果。现在总结一下具体操作,方便后来人。
说明:我的系统是9.04,内核 2.6.30rc2,显卡intel x3100 (在9.04中,x3100显卡很有必要升级为该内核,速度提升很明显)
见: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
非常感谢,测试成功!
头像
Hauran
帖子: 18
注册时间: 2008-06-29 20:59

Re: [原创]intel X3100 打开3D特效

#28

帖子 Hauran » 2009-04-25 17:45

好贴,学习了~~论坛没有收藏功能只能如此mark,很无奈~
头像
jxhow
帖子: 5859
注册时间: 2008-10-24 22:02
来自: 浙江

Re:

#29

帖子 jxhow » 2009-04-25 18:14

weive 写了:那下次买电脑就买X3100的。

你还是买x4500吧 性能更好啊
http://sb.google.com/ 提问前 请在右上角搜索一下
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: [原创]intel X3100 打开3D特效

#30

帖子 wangdu2002 » 2009-04-26 2:24

不错,支持,顶之! :em11
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
回复