Intel集成顯卡在9.04也能高速飛翔!

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Intel集成顯卡在9.04也能高速飛翔!

#1

帖子 ellon » 2009-04-18 17:10

前提是完成以下的修正:
標準9.04下,Intel顯示卡性能很差。openGL 3d超慢。但問題是可以修正的。
官方說可以用UXA,但性能提昇不多,穩定性反而大大下降。
那麼我們繼續用EXA吧,glxgears只有250fps,能再現光輝嘛。
現實證明是可以的。

方法a:
1. 更新Intel顯示卡驅動到2.7.1。(測試發現這一步能跳過,直接更新Linux內核就解決了問題)
下載libdrm 2.4.9和intel 2d driver 2.7.1。
http://www.myubuntu.ca/download/libdrm-2.4.9.tar.bz2
http://xorg.freedesktop.org/releases/in ... .1.tar.bz2
參考此貼安裝顯示卡驅動:
viewtopic.php?t=164984

2. 使用Linux內核2.6.30rc6,按順序安裝以下相關deb包。
- 32bit -
Kernel Header:
http://kernel.ubuntu.com/~kernel-ppa/ma ... c6_all.deb
Kernel Header Generic:
http://kernel.ubuntu.com/~kernel-ppa/ma ... 6_i386.deb
Kernel Header Image:
http://kernel.ubuntu.com/~kernel-ppa/ma ... 6_i386.deb

- 64bit -
Kernel Header:
http://kernel.ubuntu.com/~kernel-ppa/ma ... c6_all.deb
Kernel Header Generic:
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb
Kernel Header Image:
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb

(如果下載慢,可以到我提供的鏡像站:http://myubuntu.ca/download/mirror/kernel/2.6.30rc6/

重新開機。哇,Intel顯卡神速了。glxgears上1100了。3d遊戲沒問題了。

P.S. 如果有Xorg當掉現象,參考2.6.30rc+方法b。(包括死機)
或嘗試修改/etc/X11/xorg.conf
gksu gedit /etc/X11/xorg.conf
找到:
Section "Device"
Identifier "Configured Video Device"
EndSection
加入一行:
Section "Device"
Identifier "Configured Video Device"
Option "Tiling" "false"
EndSection

===============================================
方法b:
把Intel顯卡驅動下降到版本2.4,從而避免使用GEM。
安裝Intel Video Driver 2.4驅動deb包:
- 32bit -
http://myubuntu.ca/download/mirror/inte ... 1_i386.deb
- 64bit -
http://myubuntu.ca/download/mirror/inte ... _amd64.deb

然後,重新開機。glxgears應該能回到8.10水平。(速度沒有方法a的快)

P.S. 恢復9.04的intel video 2.6.3驅動:
新立得搜索並安裝"xserver-xorg-video-intel"

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

[url]apt://xserver-xorg-video-intel[/url]
================================================

Kubuntu 9.04 + VirtualBox OSE + WineD3D 玩 “平衡"遊戲
snapshot1.jpeg
上次由 ellon 在 2009-05-19 10:11,总共编辑 29 次。
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: Intel集成顯卡在9.04也能高速飛翔!

#3

帖子 hcym » 2009-04-18 18:02

有这神奇

俺试试

搞进10s

:em01
头像
julykitt
帖子: 397
注册时间: 2008-10-14 12:46

Re: Intel集成顯卡在9.04也能高速飛翔!

#4

帖子 julykitt » 2009-04-18 18:11

留名,等正式版出来后在改改
微软做的是商品—能卖出就行
苹果做的是艺术品—卖的就是艺术
Linux是手工制品—自己用着爽就行
cheeselee
帖子: 353
注册时间: 2008-07-09 0:39

Re: Intel集成顯卡在9.04也能高速飛翔!

#5

帖子 cheeselee » 2009-04-18 18:46

这么激进啊?要用上2.6.30rc内核?
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: Intel集成顯卡在9.04也能高速飛翔!

#6

帖子 lerosua » 2009-04-18 18:48

arch开testing也只不过是29

代码: 全选

pacman -Q kernel26
kernel26 2.6.29.1-4

你太强了
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: Intel集成顯卡在9.04也能高速飛翔!

#7

帖子 lerosua » 2009-04-18 18:50

代码: 全选

 glxgears 
5771 frames in 5.0 seconds = 1154.180 FPS
5972 frames in 5.0 seconds = 1194.328 FPS
5880 frames in 5.0 seconds = 1175.844 FPS
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 64084 requests (58794 known processed) with 0 events remaining.
不过我好像也有一千多哩 intel x4500的卡,内核如上。用arch testing
jmzwcn
帖子: 18
注册时间: 2008-03-11 20:27

Re: Intel集成顯卡在9.04也能高速飛翔!

#8

帖子 jmzwcn » 2009-04-18 20:00

intel 945 默认300左右,用2.6.30rc内核,妈呀,吓住了


jmzw@jmzw-laptop:~$ glxgears
7468 frames in 5.0 seconds = 1493.563 FPS
7484 frames in 5.0 seconds = 1496.739 FPS
7489 frames in 5.0 seconds = 1497.765 FPS
7487 frames in 5.0 seconds = 1497.265 FPS
7484 frames in 5.0 seconds = 1496.741 FPS
7484 frames in 5.0 seconds = 1496.742 FPS
7484 frames in 5.0 seconds = 1496.632 FPS
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 163933 requests (163482 known processed) with 0 events remaining.

附:只需装新内核即可
cheeselee
帖子: 353
注册时间: 2008-07-09 0:39

Re: Intel集成顯卡在9.04也能高速飛翔!

#9

帖子 cheeselee » 2009-04-18 22:07

搞得我也想试一下了,不过,那个库实在太慢了
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: Intel集成顯卡在9.04也能高速飛翔!

#10

帖子 hcym » 2009-04-18 22:21

没啥区别

:em03
附件
30rc_2.png
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: Intel集成顯卡在9.04也能高速飛翔!

#11

帖子 lerosua » 2009-04-18 22:31

945的卡都比x4500好啊? 这该死的intel
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: Intel集成顯卡在9.04也能高速飛翔!

#12

帖子 ellon » 2009-04-19 2:51

photor 写了:balance ball可以直接wine的,不用虚拟机 :em09
用wine玩Ballance的話,好像背景音樂和音效都有點小問題的。VirtualBox下完全沒問題。我喜歡聽那音樂嘛。
头像
jioyo源
帖子: 3476
注册时间: 2008-10-08 13:48

Re: Intel集成顯卡在9.04也能高速飛翔!

#13

帖子 jioyo源 » 2009-04-19 9:23

:em03 这个对我的吸引力太大了……忍不住要折腾一下……
--------------------------------------
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
luwen
帖子: 55
注册时间: 2007-12-07 22:59

Re: Intel集成顯卡在9.04也能高速飛翔!

#14

帖子 luwen » 2009-04-19 9:59

945用的是什么继承显卡哦?
jmzwcn
帖子: 18
注册时间: 2008-03-11 20:27

Re: Intel集成顯卡在9.04也能高速飛翔!

#15

帖子 jmzwcn » 2009-04-19 10:38

luwen 写了:945用的是什么继承显卡哦?
GMA950
回复