| ||||||||
Dell Mini 1010 Forum for all discussion and support on the first revision of the Dell Mini 10, the Dell Inspiron Mini 1010.
|
| | LinkBack | Thread Tools | Display Modes |
(#1)
|
| Senior Member Posts: 112 Join Date: May 2009 Location: Mustang, Oklahoma | -------- Ubuntu 10.10 ----------- Requirements: Ubuntu 10.10 Installed Internet Connection These instructions are based off information from this wiki There are other ways of doing what I do .. Do it how you see fit But these are the Steps I took to get Everything working Properly. 1. Code: Open A Term Windows Code: sudo add-apt-repository ppa:gma500/ppa && sudo aptitude update && sudo aptitude install poulsbo-driver-2d poulsbo-driver-3d poulsbo-config Code: sudo gedit /etc/default/grub Code: GRUB_CMDLINE_LINUX="acpi_osi=Linux acpi_backlight=vendor" Code: GRUB_CMDLINE_LINUX="mem=896mb" Code: GRUB_CMDLINE_LINUX="mem=1920mb" 4. Code: sudo update-grub 6. Open a Term Window 7. Run Code: sudo gedit /etc/X11/xorg.conf Code: Section "Device"
Identifier "Configured Video Device"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "ExaNoComposite" "true"
EndSection Code: Section "ServerFlags"
Option "DontZap" "False"
EndSection Code: "AccelMethod" "UXA" Code: Option "UxaNoComposite" "true" 9. Download http://dl.dropbox.com/u/1338581/poul...004um3_all.deb 10. Open a Term Window 11. Run (from the location you downloaded it to. Most likely [~/Downloads]) Code: sudo dpkg -i poulsbo-config_0.1.2~1004um3_all.deb 12. Check you xorg.conf file.. This is only a precautionary measure. A Couple of times my xorg.conf went blank after installing the custom poulsbo-config Code: cat /etc/X11/xorg.conf Code: sudo apt-get install compiz 14. Reboot and You should now be able to enable effects.. Ive tested this procedures a couple of times on a Dell Mini 1010 and it seems to work fine. However if ANYONE can figure out how to get Unity to work let me know. The whole reason I put 10.10 back on my Netbook was for Unity and it dont work. There is a Bug open here Issue 39 - gma500 - Unity Netbook Interface unusable with GMA 500 (Maverick) - Project Hosting on Google Code for more information. I Hope this helps everyone. -------------------- Everything Below is Only for 9.10 ---------- *Update* If you are trying Out 9.10 Karmic. You can get some good install Instructions here Switzerland Team - Ubuntu Forums 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. Do You have GMA 500 Graphics? Want to run Ubuntu 9.04 Here is a Link on How-To and get the best FrameRate possible and the correct Resolution. Visit my Blog Via Plasma Burn More Updates coming soon to the blog. |
| | |
(#2)
|
(#3)
|
| Senior Member Posts: 112 Join Date: May 2009 Location: Mustang, Oklahoma | Do You have GMA 500 Graphics? Want to run Ubuntu 9.04 Here is a Link on How-To and get the best FrameRate possible and the correct Resolution. Visit my Blog Via Plasma Burn More Updates coming soon to the blog. |
| | |
(#4)
|
(#5)
|
| Junior Member Posts: 13 Join Date: Jul 2009 | Whenever I try the keyserver thing I get a keyserver error. |
| | |
(#6)
|
| Senior Member Posts: 112 Join Date: May 2009 Location: Mustang, Oklahoma | Humm Are you typing it right? and you do have a internet connection correct? Code: ubuntu@ubuntu:~/Desktop$ gpg --keyserver keyserver.ubuntu.com --search-keys ubuntu-mobile
gpg: directory `/home/ubuntu/.gnupg' created
gpg: new configuration file `/home/ubuntu/.gnupg/gpg.conf' created
gpg: WARNING: options in `/home/ubuntu/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/home/ubuntu/.gnupg/secring.gpg' created
gpg: keyring `/home/ubuntu/.gnupg/pubring.gpg' created
gpg: searching for "ubuntu-mobile" from hkp server keyserver.ubuntu.com
(1) Launchpad PPA for Ubuntu Mobile Team
1024 bit RSA key C6598A30, created: 2009-01-19
Keys 1-1 of 1 for "ubuntu-mobile". Enter number(s), N)ext, or Q)uit > Code: gpg --keyserver keyserver.ubuntu.com --search-keys ubuntu-mobile Do You have GMA 500 Graphics? Want to run Ubuntu 9.04 Here is a Link on How-To and get the best FrameRate possible and the correct Resolution. Visit my Blog Via Plasma Burn More Updates coming soon to the blog. |
| | |
(#7)
|
(#8)
|
(#9)
|
| Senior Member Posts: 112 Join Date: May 2009 Location: Mustang, Oklahoma | Quote:
Keep in mind this fix is only for the Mini 10 (1010) not the 10v If you try this on the 10v I think it may blow up at you with weird results. I have Loaded up 9.10 Alpha 2 on my Mini 10. And toyed with the driver just to see if I can get anything to work on my own. No Success so far. But we are still a few months off till 9.10 will be out for a production type release. I did Load up Hardy. Which is said to support the Mini 10. But I get just as poor results. Anyone know what drivers Hardy really uses to get the "Support" they say it has for the Mini 10? Do You have GMA 500 Graphics? Want to run Ubuntu 9.04 Here is a Link on How-To and get the best FrameRate possible and the correct Resolution. Visit my Blog Via Plasma Burn More Updates coming soon to the blog. | |
| | |
(#10)
|
![]() |
| Tags |
| display, guide, mini 10, resolution, ubuntu |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.mydellmini.com/forum/dell-mini-1010/10461-guide-get-ubuntu-display-work-dell-mini-10-not-10v.html | ||||
| Posted By | For | Type | Date | |
| akademic - Intel GMA500 + kernel 2.6.31 ? ubuntu ?? dell mini 1010 | This thread | Refback | 10-03-2009 08:38 PM | |
| Linux Today - An Open Letter to Michael Dell: Why I have no choice but return my Ubuntu Inspiron Mini 10 | This thread | Refback | 08-24-2009 07:33 PM | |
| Ubuntu 9.04 on the Sony Vaio P – with desktop effects! Richard Walker :: Brisbane IT Professional (Infrastructure / Web) | This thread | Refback | 08-20-2009 12:46 PM | |
| Xantiriad's tools Bookmarks on Delicious | This thread | Refback | 08-17-2009 06:16 PM | |
| GeoffLPrice's Bookmarks on Delicious | This thread | Refback | 08-07-2009 08:44 PM | |
| MyDellMini | Site profile | BoardReader | This thread | Refback | 08-07-2009 10:17 AM | |
Copyright © 2008-2011 MyDellMini.com.













Linear Mode
