2009년 08월 18일
ㅋㅋㅋㅋ 찾았다..
정말 반가운 소식이 아닐수 없다.
이사람의 말에 의하면 compiz을 사용해도 잘되고 firefox을 이용한 full screen으로 영상을 봐도 아주 좋은 퍼포먼스를 낸다고 한다.
한번 테스트해봐야지 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
http://www.ivankristianto.com/2009/06/howto-fix-ubuntu-jaunty-904-intel-graphics-problem/
[HowTo] Fix Ubuntu Jaunty (9.04) Intel Graphics Problem
June 3, 2009 · Print This Article
From my last postabout the disapointing performance from Ubuntu 9.04 jaunty Jackalope,now it’s fixed. But not really fix, but much better in performanceespecially in graphics. Now my firefox is not slow anymore, my CPUresource consumption is much lower and Compiz working much better. Andflash player in firefox now can fullscreen.
For you who have the same problem, i think you will if you haveUbuntu 9.04 with Intel Graphic card, you can follow this steps and andenjoy the performance:google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);
1. Edit Xorg Configuration with this command:
gksudo vim /etc/X11/xorg.conf
Find “Device” section and make like this:
Section "Device"
Identifier "Configured Video Device"
Option "AccelMethod" "uxa"
Option "EXAOptimizeMigration" "true"
Option "MigrationHeuristic" "greedy"
Option "Tiling" "true" # i8xx users: set to false
EndSection
Save xorg.conf file.
2. Download Bartec’s fixmtrr.sh script and make it executable:
sudo wget http://launchpadlibrarian.net/26193373/fixmtrr.sh -O /usr/local/bin/fixmtrr.sh
sudo chmod +x /usr/local/bin/fixmtrr.sh
3. Create a symbolic link to ensure the fixmtrr.sh script is executed upon each login via GDM:
sudo ln -s /usr/local/bin/fixmtrr.sh /etc/gdm/PostLogin/Default
4. Add the X Updates PPA to your sources.list:
gksudo vim /etc/apt/sources.list
then add this:
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main #X-Updates PPA
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main #X-Updates PPA
5. Import the X Updates PPA key, update your apt sources, and perform an upgrade:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com AF1CDFA9
sudo apt-get update
sudo apt-get dist-upgrade
6. Download & install the 2.6.29.4 kernel, based on your architecture:
for i386 user:
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.4/linux-headers-2.6.29-02062904-generic_2.6.29-02062904_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.4/linux-headers-2.6.29-02062904_2.6.29-02062904_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.4/linux-image-2.6.29-02062904-generic_2.6.29-02062904_i386.deb
sudo dpkg -i linux-headers-2.6.29-02062904-generic_2.6.29-02062904_i386.deb linux-headers-2.6.29-02062904_2.6.29-02062904_all.deb linux-image-2.6.29-02062904-generic_2.6.29-02062904_i386.deb
for amd64 user:
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.4/linux-headers-2.6.29-02062904-generic_2.6.29-02062904_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.4/linux-headers-2.6.29-02062904_2.6.29-02062904_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.4/linux-image-2.6.29-02062904-generic_2.6.29-02062904_amd64.deb
sudo dpkg -i linux-headers-2.6.29-02062904-generic_2.6.29-02062904_amd64.deb linux-headers-2.6.29-02062904_2.6.29-02062904_all.deb linux-image-2.6.29-02062904-generic_2.6.29-02062904_amd64.deb
7. You’re finished. Now you need to reboot your computer.
google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);
That’s it, i tried those steps and now my Ubuntu 9.04 run smoothly.
Source from Ubuntu Forum here.
Disclaimer: Use these instructions at your ownrisk. I am not an expert on Ubuntu: this set of instructions just gaveme what I needed to do fix my Ubuntu on my local machine. If you set itup and breaks your hardware or even lose any data, I assume noresponsibility.
# by | 2009/08/18 16:59 | 트랙백



