box.matto.nl
[tux]

This page: Home » » Debian on Acer Aspire One

Debian GNU/Linux on the Acer Aspire One A110-Aw

I finally decided to put Debian Testing on my Acer Aspire One A110-Aw.

[Acer Asprice One] [Debian GNU/Linux]

Debian on a netbook

I want my Acer Aspire to work the way I want it to. Although the Linpus distro is surely workable, in the end it was to much a burden to me. The ugly and hard to comprehend start up scripts from the Linpus distro got in my way too much. This is why I choose to change the distro. For me both Slackware as Debian are good options for a netbook. I decided to go for Debian.

Debian gives me full control and comes with a huge repository.

Short boot time

I kept the number of deamons small and left out HAL. The Acer Aspire One A110-Aw still boots very fast.

Below you find a list of services that are started in /etc/rc2.d

I choose this setup because I want to use the Aspire as a true netbook. So no apache and php on it, no database. Sometimes it is a bit hard to keep up with this policy, but until now I have not give in :)

Contents of /etc/rc2.d

Update: It seems that newer versions of Xorg (at least in Debian) need hal. So I had to put hal back in /etc/rc2.d.

Wireless connection

I installed a 2.6.28 kernel, with the help of this webpage: Gentoo on Acer Aspire One A110L. . With this kernel the wireless chip works out ot the box. I edited /etc/network/interfaces so my AA1 connects immediately at boottime with my access point. (I use the AA1 mostly at home.

Use of ramdisks

One of the reasons to buy this Aspire was that it comes with a solid state disk (SSD). In order to save the life of the SSD, I make use of ramdisks. This is done by mounting them onto tmpfs.

cat /etc/fstab
proc            /proc           proc    defaults        0       0
/dev/sda1       /               ext2    defaults,noatime,errors=remount-ro 0       1
none    /var/log        tmpfs   defaults,size=10M
none    /tmp    tmpfs   defaults,size=100M
none    /var/tmp        tmpfs   defaults,size=10M
none    /home/matto     tmpfs   defaults,size=100M

Home directory in ramdisk

I run my home directory in ramdisk. This to keep the number of writes to the SSD low. I am already used to live in ramdisk because of my silent discless workstation. I mount my homedir in tmpfs.

Keeping home in tmpfs helps the discipline to truly use the AA1 as a netbook (Disziplin Muszt Sein).

List of installed software

Here is a small list of the applications I put in the AA1. Well, some of them. I started with Debian Testing with only the "standard" selection. And added X, cvs, and other stuff from there.

I keep the number of applications low. I want to use the Aspire truly as a netbook. So I don't want any data on it.

Update: Currently I am using vimprobable as graphical webbrowser.

Xorg.conf

After an apt-get update && apt-get upgrade, I got some problems with X. It turned out that hal needs to be running (see section above about /etc/rc2d). Also tapping on the touchpad stopped simulating a left mouse click. On http://wiki.debian.org/DebianAcerOne this is reported also. Adding the following lines in /etc/X11/xorg.conf in the section Section "InputDevice" Identifier "Mouse0" resolved this.

Option  "TouchpadOff"   "0"
Option  "TapButton1"    "1"
Option  "ClickFinger1"  "1"

Helpfull sites

[another AA1 picture

Last updated: $Date: 2010-07-24 08:31:44 $

Walk through this site
← previous page next page →