Skip to main content

Ubuntu 9.04 Netbook Remix on Acer Aspire One

I took the plunge and replaced the Linpus Linux OS that came with the Aser Aspire One with the lastest Ubuntu Netbook Remix (UNR) release, and so far I'm very impressed.

I have to say the that UNR 9.04 is an excellent replacement OS.

The Ubuntu documentation provides a good starting point for installation details.
https://help.ubuntu.com/community/AspireOne

Before I started with the installation I backed up the Linus Linux OS using partimage running from a bootable USB drive with SystemRescueCD, saving the disk partition image to a second USB drive. Once the Linpus OS was backed up I created a Ubuntu UNR bootable USB and ran the installation.

Out of the box Ubuntu 9.04 runs great on the AA1. The Ubuntu documenation lists some tweeks to get the wifi LED working. Even after applying the patch I found that the LED blinks on and off randomly, rather than staying on to indicate the wifi is on.

As I have the AA1 with the 8GB SSD I used the following tweeks to optimize Ubuntu for SSD performance

https://help.ubuntu.com/community/AA1/Using

I was initially torn between using the UNR launcher or switching to the standard Ubuntu Gnome desktop. I've settled on the UNR launcher for now. I really like the way it optimizes for the the AA1 screen size putting the window title into the top launcher bar. With a small netbook screen reclaiming a few extra pixels really helps.

My only complaint with the UNR lanucher is that it doesn't work well with the enhanced desktop effects (compiz) turned on. But I can live without the wobbly window effects.

Update (June 6 2009): after a few weeks of using Ubuntu UNR 9.04 on my here are a few more tweeks that I made. I found the machine would pause from time to time due to disk activity, this used to happen with the original Linpus OS, but was more nociable with Ubuntu. After doing some reading ended up doing a complete reinstall, this time formatting the drive to ext2 (used ext4 originally), ext2 doesn't have journally so there is less write activity to the disk. AA1 has a fairly low write speed for the SSD. I also turned off the swap partition as by commenting out the entry in /etc/fstab . This did improve the performance with less noticable pauses.

Comments

Popular posts from this blog

Meego 1.1 on Aser Aspire One AOA 110

I've previously covered some to the modifications required to improve Meego on the Acer Aspire One. Having just reinstalled Meego 1.1 (note, the the no easy upgrade form 1.0, the recommended approach is a fresh install), here is a summary of the Meego AA1 tweeks. Enable right hand side SDHC Card Reader Add the following line to /etc/rc.local /sbin/modprobe pciehp pciehp_force=1 > /dev/null 2>&1 Increase battery life Add the lines suggested in the "Increase Battery Life" section at  https://help.ubuntu.com/community/AA1/Using   to the end of  /etc/rc.local Fix suspend issue when SDHC cards are mounted At the following line to beginning of /usr/sbin/pm-suspend umount /dev/mmcblk*p* Changes bfrfs settings for SSD usage Modify  /etc/fstab  to change  realatime  to  noatime  and add the btrfs option  ssd_spread /dev/sda2 / btrfs defaults,noatime,nodatasum,ssd_spread 1 1 Reduce SSD disk IO use tmpfs To reduce the...

Gaim Instant Messaging (IM) Client

Gaim is an excellent open source IM client that supports the main messaging platforms (MSN, Yahoo!, AIM, ICQ etc). Gaim does not support all of the fancy new features available in the main IM clients, but when it comes to plain and simple messaging Gaim is a winner for me. I largly use Gaim as my messaging client at work where I don't care for audio and video features and animated emoticons. There are also a number of Gaim plugin extenstions available. My personal favorite is the Guifications plugin in conjuction with the MSN Guifications theme which provides MSN messenger style popup notifications in the corner of the screen.

Video Conversion: Windows Media Center (MCE) DVR-MS to iPod Video

I treated myself to an iPod Video a couple of weeks ago, and after loading up my music collection I decided to try and move some recorded TV shows from my Media Center PC onto the iPod. The iPod won't play the Media Center recording directly, so they need to be converted to the appropriate video format, which is typically H.264 encoded video and AAC encoded audio in an .mp4 container. After much searching around and trying a variety of video conversion tools I settled on the following fairly straightforward approach using a couple of freely available applications. The first tool is used to convert the media center files to a non-proprietary format, and then the second step is to re-encode the video in a format suitable for the iPod. Step 1 - Convert the Windows Media Center DVR-MS recording to MPEG-2 video format Download and install the latest 1.1.0.x version of DVRMSToolbox (the 1.2.0.x versions are for Windows Vista only). Launch the DVRMStoMPEGGUI tool Start > All Programs ...