![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Multimedia & Video Have multimedia question? ATI, Nvidia, Sound cards. Just ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() |
*Update* If you are trying Out 9.10 Karmic. You can get some good install Instructions here http://swiss.ubuntuforums.org/showthread.php?t=1253406 All the Performance tweaks found here on this thread will still work on 9.10 after you have installed the driver. Just Make sure you have the Latest and Greatest Kernel installed before proceeding with the 9.10 version of the GMA 500 drivers *Update*
Im Modifying these procedures and Including New steps, and tweaks that have been proven to work thus far. This should work for any system having a GMA500 Video Chipset. Although it was written using a Dell Mini 10. So I Have not tested it on any other system. But there is no reason why it wouldn't work on other systems. Before Starting this Make sure you have the Latest Kernel. As of right now its .15 But if there is one Higher Make sure you have it before performing the steps below. First lets check to make sure you have the latest Kernel version before we proceed. From the Terminal: Code:
uname -a Code:
sudo apt-get update sudo apt-get dist-upgrade go back into a terminal Code:
uname -a Code:
sudo apt-get autoremove ---Continue on From here if you have the Newest Kernel Version--- From the Terminal: Add this to your repository Code:
sudo nano /etc/apt/sources.list.d/ubuntu-mobile.list Code:
deb http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu jaunty main Then ctrl+x (To Exit) Now you need to authenticate the keys Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6598A30 The Following Packages need to be Installed Most are Dependences. * psb-firmware - Binary firmware for the Poulsbo (psb) 3D X11 driver * psb-modules - Kernel module built for -generic or -lpia kernel * psb-kernel-source - Kernel module for the Poulsbo (psb) 2D X11 driver * psb-kernel-headers - Kernel module headers for the Poulsbo (psb) 2D X11 driver * xpsb-glx - X11 drivers for Poulsbo (psb) 3D acceleration * poulsbo-driver-3d - Metapackage for the 3D Poulsbo (psb) X11 driver. * poulsbo-driver-2d - Metapackage for the 2D Poulsbo (psb) X11 driver. From a Terminal (this should install all the above): Code:
sudo apt-get update sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d psb-firmware Make sure you have NO USB devices Hooked up as this will cause conflicting results with the poulsbo-driver-3d drivers. (see fix below for stability) Once rebooted open a terminal and make a back up of your xorg.conf file.(fresh install may have a null xorg.conf file this is normal and ok) Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak Code:
sudo nano /etc/X11/xorg.conf Code:
Section "Device"
Identifier "Configured Video Device"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
EndSection
Code:
Section "ServerFlags"
Option "DontZap" "False"
EndSection
Code:
"AccelMethod" "UXA" If you have a fresh install you may need to recheck your xorg.conf file after you reboot as when the xserver configures itself it may put back the default settings. Those that had xserver setup before hand you should be fine. But if you feel that something isnt right, you may want to go and check your xorg.conf file again and be sure that the options are still there. Leave out the xorg.conf if you don't plan on using anything USB. Although since your keyboard / touch-pad is technically USB I still had random Freezes Have 3d Enabled. So I Highly Recommend using my xorg.conf example. I have had great success with it. For those who are getting DRM errors after Upgrading from / to a new Kernel after doing the Old Procedures I had listed here do the following. Code:
sudo apt-get install psb-kernel-source I want to thank the MyDellMini Forum members who helped me sort all this out and been patient with me. meecect and durj. If you have a Dell Mini and need some more additional help or want to be in our community follow the link MyDellMini Also for those Brave souls who would like to take things a step further and tweak the performance. Follow the Guide / Step / Suggestion found here on the Ubuntu forums. Do not do those Steps unless you know what you are doing. It Does require some Linux Knowledge. And It has you upgrade to the 2.6.30 Kernel. So it "May" not work with the PSB Drivers. The Tweaking guide was written for desktop style Intel Video cards and not Portable. So use this information at your own risk if you decide to play with tweaking the performance. Ive gone as far as I can take it until I decide to bite the bullet and try out the 2.6.30 Kernel. Once I get some more time I will play with 2.6.30. I wrote this kinda quick, im hoping I haven't left anything out. This should work on Kubuntu and Ubuntu. I have not Tried Xubuntu, But I bet it will work fine on it as well. I will do my best to keep this updated as new versions come out. And fixes for existing issues like the USB / 3d issue.
__________________
Dell Mini 10 - Dual boot using Grub kubuntu 9.04 / Windows 7 Guide I wrote to Band-Aid your GMA 500 Display in 9.04 AMD x2 6000 / 4gig Ram / 1TB Raid 5 - Ubuntu Server 9.04 HP DV7 Laptop - Kubuntu 9.04 / Windows 7 - Visit my Blog - Plasma Burn Last edited by sammyboy405; October 2nd, 2009 at 10:25 PM.. Reason: Added info For 9.10 |
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() |
Re: Guide to Get the Best Performace from the GMA 500
some Typo's fixed and Additional links added.
__________________
Dell Mini 10 - Dual boot using Grub kubuntu 9.04 / Windows 7 Guide I wrote to Band-Aid your GMA 500 Display in 9.04 AMD x2 6000 / 4gig Ram / 1TB Raid 5 - Ubuntu Server 9.04 HP DV7 Laptop - Kubuntu 9.04 / Windows 7 - Visit my Blog - Plasma Burn |
|
|
|
|
|
#3 |
|
Ubuntu Member
![]() Join Date: Oct 2008
Location: Tulsa,Ok
Beans: 275
Ubuntu 9.10 Karmic Koala
|
Re: Guide to Get the Best Performace from the GMA 500
great contribution.
I am sure GMA500 Video Chipset and Dell Mini 10 owners will greatly appreciate this.
__________________
When you have ubuntu, you are generous, compassionate. It means that we are people through other people. We cannot be fully human alone. -Desmond Tutu Registered Linux User 481263 |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2006
Beans: 3
|
Re: Guide to Get the Best Performace from the GMA 500
is this procedure valid for netbook remix 9.04 on my asus 1101ha as well or for just plain jaunty j.
I tried this procedure on UNR 9.10 and it failed on install xserver-xorg-video-psb which was failing due to libdrm-poulsbo1. If I install the libdrm-poulsbo1 package the netbook remix and all other xserver packages will be removed. That seems to be destructive. Is there a solution for Karmic in case the above answer is NO? |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: May 2005
Beans: 25
|
Re: Guide to Get the Best Performace from the GMA 500
So can anyone confirm if 3d and video acceleration are working? I know there are some patches for Mplayer to add va-api, will those work with this driver? I really want to get rid of Vista on my Acer Aspire One (AO751h)
__________________
Ubuntu User since 5.04 Orange County Real Estate | Flat Fee Listings | Daily Fresh Proxy Lists |
|
|
|
|
|
#6 | |
|
Just Give Me the Beans!
![]() |
Re: Guide to Get the Best Performace from the GMA 500
Quote:
if you dont use anything USB 3d will work. The minute you plug anything in or do anything with USB you will either freeze immediately or have random freezes. I had compiz running quite nicely, I just cant deal with the freezes because I use a USB Mouse and a External HD sometimes. in the xorg.conf file the option for DRI is disabling the 3d part but still allowing, I think they called the XV drawing feature to still work wich gives you a little bit more of a graphics performance boost. And yes when I made this I should of just Put Ubuntu 9.04 All Variants. Glxgears for me is showing an avg of about 124fps Not sure how good glxgears is though.
__________________
Dell Mini 10 - Dual boot using Grub kubuntu 9.04 / Windows 7 Guide I wrote to Band-Aid your GMA 500 Display in 9.04 AMD x2 6000 / 4gig Ram / 1TB Raid 5 - Ubuntu Server 9.04 HP DV7 Laptop - Kubuntu 9.04 / Windows 7 - Visit my Blog - Plasma Burn |
|
|
|
|
|
|
#7 |
|
Just Give Me the Beans!
![]() |
Re: Guide to Get the Best Performace from the GMA 500
Updated to show for .15 Kernel.
__________________
Dell Mini 10 - Dual boot using Grub kubuntu 9.04 / Windows 7 Guide I wrote to Band-Aid your GMA 500 Display in 9.04 AMD x2 6000 / 4gig Ram / 1TB Raid 5 - Ubuntu Server 9.04 HP DV7 Laptop - Kubuntu 9.04 / Windows 7 - Visit my Blog - Plasma Burn |
|
|
|
|
|
#8 |
|
Just Give Me the Beans!
![]() |
Re: Guide to Get the Best Performace from the GMA 500
Hey can someone Explain this for me. Im a bit out of my league here.
http://koldfront.dk/gitweb?p=psb;a=summary I Ran across this via another forum. But is it me or is that looking like the Ubuntu-Mobile team is working on some new stuff for the PSB? Can someone that uses git decrypt what im seeing there? Also I Dont know if there is any hope on this. But it seems the folks over at Fedora came up with a solution for the PSB http://www.happyassassin.net/2009/08...ompiz-support/ Maybe someone that has the Ubuntu force inside them can take a look at what they did and make it work for Ubuntu?
__________________
Dell Mini 10 - Dual boot using Grub kubuntu 9.04 / Windows 7 Guide I wrote to Band-Aid your GMA 500 Display in 9.04 AMD x2 6000 / 4gig Ram / 1TB Raid 5 - Ubuntu Server 9.04 HP DV7 Laptop - Kubuntu 9.04 / Windows 7 - Visit my Blog - Plasma Burn Last edited by sammyboy405; August 11th, 2009 at 07:35 AM.. |
|
|
|
|
|
#9 |
|
Just Give Me the Beans!
![]() |
Re: Guide to Get the Best Performace from the GMA 500
Ive been running a new config setup. Thought id share it. Haven't had any lock ups yet. AND im getting 130 to 150fps with Compiz Working.
Here it goes. Im going off memory on what I did. You must already have done guide written above. I Perfer nano to edit. ctrl+o to save and ctrl+x to exit Open A Terminal: Code:
sudo nano /boot/grub/menu.lst Code:
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=c34d1d57-59d3-4f6f-abc1-fd83aea4 ro quiet splash Code:
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=c34d1d57-59d3-4f6f-abc1-fd83aea4 ro quiet nosplash mem=786mb Now for Compiz. Code:
sudo nano /usr/bin/compiz Code:
WHITELIST=”nvidia intel ati radeon i810 fglrx” Code:
WHITELIST=”psb nvidia intel ati radeon i810 fglrx” Code:
sudo nano /etc/X11/xorg.conf Code:
Option "DRI" "off" and make it look like Option "DRI" "on" Once Rebooted click System -> Preferences -> Appearance and click the Visual Effects tab. I chose “Normal” just to get things started… Now Hope and Pray? LOL Have fun with it .. Also Check out X.Org Wiki - Home check out there FAQ there on some different options you can do inside your xorg.conf file with the 3d/2d settings. Also Play with the Memory settings for the Kernel. I just choice a semi round number. I also installed compizconfig-settings-manager to fine tune the compiz setup you might or might not want to try it? Rotating desktop seems to work.
__________________
Dell Mini 10 - Dual boot using Grub kubuntu 9.04 / Windows 7 Guide I wrote to Band-Aid your GMA 500 Display in 9.04 AMD x2 6000 / 4gig Ram / 1TB Raid 5 - Ubuntu Server 9.04 HP DV7 Laptop - Kubuntu 9.04 / Windows 7 - Visit my Blog - Plasma Burn |
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: May 2009
Beans: 8
|
Re: Guide to Get the Best Performace from the GMA 500
Great news! Thank you for sharing this!
|
|
|
|
| Bookmarks |
| Tags |
| gma 500, intel, jaunty, libva1, poulsbo, psb, vaapi, video |
| Thread Tools | |
| Display Modes | |
|
|