![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Karmic Koala Testing and Discussion (CLOSED) Ubuntu Karmic Koala is in development, use only for testing purposes!!! This forum is for the discussion of Ubuntu Karmic Koala. Karmic is in development and will be out in October 2009. Please note: Ubuntu Developers do not usually read the forums, to report a problem found in Karmic please report the bug in Launchpad. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2009
Beans: 2
|
Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
Hi,
I've been using Karmic in my Poulsbo laptop with decent resolution and performance for a while now. Since there are lot of discussions ongoing where fellow forumers are looking for the same solution, I decided to publish my notes about it. Hopefully someone will find it useful, no guarantee.. Start by downloading lucazades psb-kernel-* packages http://swiss.ubuntuforums.org/showpo...7&postcount=13 Following code samples are stripped from my install-poulsbo.sh, almost everything requires sudo: Code:
# Adding required PPAs echo 'deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main' >> /etc/apt/sources.list echo 'deb-src http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main' >> /etc/apt/sources.list echo "" >> /etc/apt/sources.list echo 'deb http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu jaunty main ' >> /etc/apt/sources.list echo 'deb-src http://ppa.launchpad.net/albertomilone/poulsbo-graphics/ubuntu jaunty main' >> /etc/apt/sources.list echo "" >> /etc/apt/sources.list # Keys for PPAs apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6598A30 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 99C0198F apt-get update apt-get install dkms fakeroot apt-get install libdrm-poulsbo1 apt-get install poulsbo-driver-2d poulsbo-driver-3d psb-firmware # Install downloaded psb-kernel-* packages dpkg -i psb-kernel-* echo "blacklist i915" >> /etc/modprobe.d/blacklist.conf update-initramfs -u Code:
Section "Device"
Identifier "GMA500"
Option "AccelMethod" "EXA"
# Option "DRI" "off"
Option "MigrationHeuristic" "greedy"
Option "IgnoreACPI" "yes"
Driver "psb"
EndSection
Section "DRI"
Mode 0666
EndSection
I think the key elements are: * Alberto's libdrm-poulsbo1 which doesn't collide with Karmic's librdm2 * Blacklisting i915 and updating initramfs, so i915 and wrong drm.ko are *not* loaded Since I actually didn't do anything myself, I thank Lucazade, Albertomilone and Ubuntu-mobile for enabling this. __________________________________________________ _____________________ Edit: added DRI Mode Section Last edited by Marko Helenius; September 2nd, 2009 at 04:06 AM.. |
|
|
|
|
#2 |
|
Dipped in Ubuntu
![]() Join Date: Jun 2006
Location: Parma, Italy
Beans: 528
Kubuntu 9.10 Karmic Koala
|
Re: Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
Thanks! I'll try updating to karmic straight away, will tell you how it goes.
|
|
|
|
|
#3 |
|
Way Too Much Ubuntu
![]() Join Date: Feb 2007
Location: Rome, Italy
Beans: 320
|
Re: Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
|
|
|
|
|
#4 |
|
Dipped in Ubuntu
![]() Join Date: Jun 2006
Location: Parma, Italy
Beans: 528
Kubuntu 9.10 Karmic Koala
|
Re: Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
It's working, at least the same as it is working in Jaunty - no working compositing, no 3d acceleration. But at least 2D now works. Thanks!
|
|
|
|
|
#5 | |
|
First Cup of Ubuntu
![]() Join Date: Aug 2009
Beans: 2
|
Re: Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
Quote:
Friend of mine reported that DRI Section was required for 3D operations in Dell laptop, added to xorg.conf example. |
|
|
|
|
|
#6 |
|
Dipped in Ubuntu
![]() Join Date: Jun 2006
Location: Parma, Italy
Beans: 528
Kubuntu 9.10 Karmic Koala
|
Re: Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2007
Location: Vercelli, Italy
Beans: 16
Ubuntu Development Release
|
Hi, i've used your scripts and they runs, It says direct rendering: yes (glxinfo) but the computer is very slow, scrolling in the browser makes it flicks.
Is that right? Sorry for my poor english! |
|
|
|
|
#8 |
|
Dipped in Ubuntu
![]() Join Date: Jun 2006
Location: Parma, Italy
Beans: 528
Kubuntu 9.10 Karmic Koala
|
Re: Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
Try glblur (from xscreensavers-gl), here when I run it with "/usr/lib/xscreensaver/glblur -fps -window" I get about 16 fps, the same under jaunty. For comparison, my AA1, which has a GMA945, gives 25fps...
|
|
|
|
|
#9 |
|
Fresh Brewed Ubuntu
![]() |
Re: Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
Somebody should add this guide to the Ubuntu wiki. If not, I will.
Is the DRI section in the xorg.conf needed for 3D or Compiz? Last edited by Starks; September 3rd, 2009 at 10:49 PM.. |
|
|
|
|
#10 | |
|
Dipped in Ubuntu
![]() Join Date: Jun 2006
Location: Parma, Italy
Beans: 528
Kubuntu 9.10 Karmic Koala
|
Re: Get GMA500 (Poulsbo) working in Karmic with Jaunty backports..
Quote:
As for the DRI section, I didn't test compiz, but on my Asus 1101HA it didn't change anything. The same fps with glblur, and still can't enable kwin effects. |
|
|
|
| Bookmarks |
| Tags |
| gma 500, gma500 psb poulsbo karmic, karmic |
| Thread Tools | |
| Display Modes | |
|
|