Popular Guides
Laptop Guides at
LinLap.com
Bill Giannikos (Home Page)
The recently release Intel Arrandale chipset is not supported as standard by Ubuntu 9.10. Most people are finding that all they get is a blank screen, even when using the Live CD. This guide will add support to your Ubuntu installation for the Arrandale chipset.
When you try to install Ubuntu 9.10 using the Live CD you will likely get a blank screen. In this case you will need to boot with Safe graphics mode activated. To do this on the Live CD's boot menu press F4 and select Safe graphics mode.
In this guide we are forced to install experimental packages and an updated kernel to get the Arrandale functioning. It's possible there may be some stability issues in doing this.
You should run a full update for your installation of Ubuntu to ensure you have all the latest packages installed before following this guide.
Ubuntu 9.10 uses the 2.6.31 kernel as standard but we actually need at least kernel 2.6.32 here. To install the updated kernel follow these steps:
1. Open a web browser and head to http://kernel.ubuntu.com/~kernel-ppa/mainline/. From here you need to download the latest version of the 2.6.32 kernel. At the time of writing this was 2.6.32.8 so you would download the files:
For the 32bit version of Ubuntu: linux-headers-2.6.32-02063208-generic_2.6.32-02063208_i386.deb linux-headers-2.6.32-02063208_2.6.32-02063208_all.deb linux-image-2.6.32-02063208-generic_2.6.32-02063208_i386.deb For the 64bit version of Ubuntu: linux-headers-2.6.32-02063208-generic_2.6.32-02063208_amd64.deb linux-headers-2.6.32-02063208_2.6.32-02063208_all.deb linux-image-2.6.32-02063208-generic_2.6.32-02063208_amd64.deb
2. Load up a terminal window if you are in the graphic interface.
3. Now enter the following command (replacing /path/to/ to the actual path you downloaded the above files to):
sudo dpkg -i /path/to/linux-*deb
You may be asked for your password at this point, enter it to continue.
4. The kernel should now have been installed. Restart your computer now and see if it is still working properly.
The next step is to update Xorg to a version which supports the Arrandale chipset. Follow these steps:
1. Load up a terminal window if you are in the graphic interface.
2. Edit the /etc/apt/sources.list file with your favourite editor. For nano you can use:
sudo nano -w /etc/apt/sources.list
You may be asked for your password at this point, enter it to continue.
3. Now add the following line to the bottom of this file:
deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu karmic main
4. Save the file and exit the editor. With nano you press Ctrl-X, answer yes to the prompt and then press enter on the file name.
5. Now run the following two commands:
gpg --keyserver keyserver.ubuntu.com --recv 8844C542 gpg --export --armor 8844C542 | sudo apt-key add - sudo apt-get update sudo apt-get -y dist-upgrade
Xorg has now been updated.
6. We now need to tell Ubuntu to use the new driver. Edit your /etc/X11/xorg.conf file with your favourite editor. For nano use:
sudo nano -w /etc/X11/xorg.conf
7. Locate the line which says:
Driver "vesa"
and replace it with:
Driver "intel"
8. Save the file and exit the editor. With nano you press Ctrl-X, answer yes to the prompt and then press enter on the file name.
9. Now restart the computer and you should have a properly working display.
If you see strange graphic artifacts or poor performance with these new drivers it may be the case that you need to disable Compiz. Compiz uses the 3D portion of the graphics chip so disabling it will switch the display to 2D. To do this go to the System menu, select Preferences and then select Appearance. In this new window select the Visual Effects tab, select None and then click Close. Compiz is now disabled.
Discussion
Will this work with ubuntu 8.10?
Thanks
Hi, having issues also with same card Intel HD Graphics still on Ubuntu 10.10
At this moment, I am functioning just starting with the “nomodeset” option ( changing the boot command line , each time on boot )
How can I use this post for Ubuntu 10.10 ?
Can you please display the full xorg config?
I am running ubuntu 10 which has a HM55 and Nvidia graphics card. I would like to switch between them for power savings.
Thanks.
For some reason, I still get a blank screen when booting in safe graphics mode. I recently bought my X201 within the past month if that makes a difference.
My machine is a Dell Inspiron 1764. Since I can not install the Broadcom 802.11 Linux STA wireless driver under kernel 2.6.32 and higher I did the Xorg upgrade on my 2.6.31-21-generic kernel and the video performance clearly improved from previous version of Xorg. My test video now runs smoothly. BUT the video crashes when attempting the full screen mode. Any suggestion ?
hi!
the solution works perfectly expect that i can't change the brightness of the display any longer… any solutions?
Any ideas how to do this if you can't get to a terminal/command line, other than the Grub shell?
I had Ubuntu 9.10 running fine (on a Gateway laptop, i3) until I made some modeline changes to xorg.conf to try to run in 1600×900 (yea, I know, don't just make some random config changes found on the interweb - too late).
Now I get a blank screen when when running anywhere - recovery mode, from the cd even in demo mode.
Other than getting another cd burned (I am in the process of that right now) I and others are stumped.
Cool, its work fine for me too, thanks a lot
Bill, A thousand thanks to you. It works perfectly!
However, I'm just curious, why is this problem not resolved in the main release of 9.10? The Intel chip has been release for some time. This fix could save lots of people tons of time and frustrations…
Thanks very much. Worked for me with a Thinkpad T410 using the 2.6.33 kernel.
Oh man!! you saved me.. I have got an acer aspire 4740 and failed installing Ubuntu until found this solution.. Thanks a lot.. also Compiz works fine for me.
Nice work this did the trick for me :)
Any chance you've been able to get 24Hz@1080P working in XBMC? I can find a lot of info / solutions about that problem for nvidia based systems but none for this new Intel Chipset.
Awesome..
I spent 2 days to explore it.. finally I found this..
Ur post would be useful when by now I found the same problems asked on many forums..
Also works fine for me. Sometimes rigth afret booting it fils to start graphics,
and comes up with a flickering text display, but booting again it gets fine.
Compiz also works nicely.
Many thanks for the description!
Thanks, dude. You're great!
I just updated the kernel to 2.6.31-20 (new available in official karmic repository) before changing apt sources.list. Now my acer aspire 7740 is crystal clear!
This works beautifully. Thank you very much.