分页: 1 / 6

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

发表于 : 2009-04-18 17:10
ellon
前提是完成以下的修正:
標準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

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

发表于 : 2009-04-18 17:59
photor
balance ball可以直接wine的,不用虚拟机 :em09

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

发表于 : 2009-04-18 18:02
hcym
有这神奇

俺试试

搞进10s

:em01

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

发表于 : 2009-04-18 18:11
julykitt
留名,等正式版出来后在改改

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

发表于 : 2009-04-18 18:46
cheeselee
这么激进啊?要用上2.6.30rc内核?

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

发表于 : 2009-04-18 18:48
lerosua
arch开testing也只不过是29

代码: 全选

pacman -Q kernel26
kernel26 2.6.29.1-4

你太强了

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

发表于 : 2009-04-18 18:50
lerosua

代码: 全选

 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

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

发表于 : 2009-04-18 20:00
jmzwcn
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.

附:只需装新内核即可

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

发表于 : 2009-04-18 22:07
cheeselee
搞得我也想试一下了,不过,那个库实在太慢了

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

发表于 : 2009-04-18 22:21
hcym
没啥区别

:em03

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

发表于 : 2009-04-18 22:31
lerosua
945的卡都比x4500好啊? 这该死的intel

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

发表于 : 2009-04-19 2:51
ellon
photor 写了:balance ball可以直接wine的,不用虚拟机 :em09
用wine玩Ballance的話,好像背景音樂和音效都有點小問題的。VirtualBox下完全沒問題。我喜歡聽那音樂嘛。

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

发表于 : 2009-04-19 9:23
jioyo源
:em03 这个对我的吸引力太大了……忍不住要折腾一下……

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

发表于 : 2009-04-19 9:59
luwen
945用的是什么继承显卡哦?

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

发表于 : 2009-04-19 10:38
jmzwcn
luwen 写了:945用的是什么继承显卡哦?
GMA950