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...
[03-Nov-2010] Updated for Meego 1.1, yum isn't included with Meego 1.1, changed procedure to use zypper instead. I managed to install Dropbox on my Acer Aspire One AOA110 running MeeGo Netbook Edition. These are the steps that worked for me. 1. Download the Dropbox source code bundle from http://dropbox.com , nautilus-dropbox.0.6.4.tar.bz2 2. Extract the source files $ cd Downloads $ tar -xjvf nautilus-dropbox.0.6.4.tar.bz2 $ cd nautilus-dropbox.0.6.4 3. Install the pre-requisit dependencies $ sudo zypper install gcc make $ sudo zypper install nautilus-devel docutils 4. Compile the Dropbox source (see the README files for details) $ ./configure $ make $ sudo make install 5. Run the Dropbox installation $ dropbox start -i follow the prompts to complete the install 6. Set Dropbox to autostart $ dropbox autostart y