| |||||||
Dell Mini 10 Discussion Discussion on the Dell Inspiron Mini 10.
![]() |
| | LinkBack | Thread Tools | Display Modes |
| ||||||||||
| |||||||
Dell Mini 10 Discussion Discussion on the Dell Inspiron Mini 10.
![]() |
| | LinkBack | Thread Tools | Display Modes |
(#1)
|
| Senior Member Posts: 111 Join Date: May 2009 Location: Mustang, Oklahoma | **** Update 2 **** Please use this Link on how-to for getting your GMA500 to work with 9.10 Karmic. https://wiki.ubuntu.com/HardwareSupp...Poulsbo#karmic ****************** *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. I also want to point out that this new way, Not only fixes your resolution. But it Gives you increased performance. My Big beef was streaming video. this is all fixed now. Including Hulu.com Works like a champ. Well, Champ being 50 times plus, better than it was before. Before Starting this Make sure you have the Latest Kernel. As of right now its .14 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 Dependencies.
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: Option "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 Forum members who helped me sort all this out and been patient with me, meecect and durj and not to mention all those who have taken the time to even go though this and post there results.. Ive also posted this information on the http://ubuntuforums.org/showthread.php?t=1229345 as these procedures should help anyone with a GMA500 video chipset. And I since im apart of the Oklahoma Ubuntu Team. I Tend to Keep my Ubuntu Forums Posts Up to date more regularly. 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. Also for those Brave souls who would like to take things a step further and tweak the performance. Follow the http://ubuntuforums.org/showpost.php?p=7104256&postcount=1 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. For those that already have this working. But Upgraded there Kernel. Make sure you run this from Command Line, And it will get you back working again. Code: sudo aptitude reinstall psb-kernel-source 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: 111 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)
|
(#6)
|
| Senior Member Posts: 111 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: 111 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-10-discussion/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-2010 MyDellMini.com.
Hosted on a CatN PHP vCluster.