分页: 2 / 3

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

发表于 : 2009-04-20 22:05
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

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

发表于 : 2009-04-22 22:29
Xusually
9.04的也可以,不过我升级完了就不行了,好奇怪

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

发表于 : 2009-04-22 22:55
sxdhaoren
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是不是应该小写

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

发表于 : 2009-04-22 23:32
fengyu44
我帖子里写错了。是:Driver "intel" ,没用的

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

发表于 : 2009-04-22 23:35
jioyo源
:em06 是我理解错了,原来,呵呵,我的也可以了%……

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

发表于 : 2009-04-23 0:40
fengyu44
jioyo源 写了::em06 是我理解错了,原来,呵呵,我的也可以了%……
哪里理解错了?

怎么我还是不行啊。

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

发表于 : 2009-04-23 0:53
jioyo源
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[
我的也是这样的结果,但不影响效果,就不去配置他就得了

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

发表于 : 2009-04-23 2:04
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

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

发表于 : 2009-04-24 1:18
blackheart
我的按照楼上的方法也可以了,怎么升级到9。04倒还变得那么麻烦。

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

发表于 : 2009-04-24 1:56
SecretZero
我新安装一开始就打开特效。什么驱动都没有安装。

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

发表于 : 2009-04-24 23:13
爱我水之湄
我开特效还眼花,不开算了哈哈 :em02 :em02

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

发表于 : 2009-04-25 9:07
havxi
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
非常感谢,测试成功!

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

发表于 : 2009-04-25 17:45
Hauran
好贴,学习了~~论坛没有收藏功能只能如此mark,很无奈~

Re:

发表于 : 2009-04-25 18:14
jxhow
weive 写了:那下次买电脑就买X3100的。

你还是买x4500吧 性能更好啊

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

发表于 : 2009-04-26 2:24
wangdu2002
不错,支持,顶之! :em11