Skip to content

Using an EeePC in 2019

Neofetch on an EeePC

Introduction

For the past two weeks, I’ve been using an EeePC 1000H, a netbook with a 10″ screen, an Intel Atom N270 CPU, 2GB of RAM, and an 80GB internal hard drive. Released in 2008, it was designed with portability as its primary goal, with performance taking a back seat. this is especially true of the EeePC 701, a tiny netbook with a 7″ screen and a rather restrictive 4GB internal SSD.

While it hasn’t replaced my regular laptop, I’ve enjoyed using it for lighter tasks, like making quick code edits, working on my server over SSH, and finding lightweight alternatives to the apps I use on a daily basis. Working with such an old and compact laptop is just fun to me!

Over a decade later, EeePCs are still sought out by some, especially the sub-10″ models, as there are almost no other laptops available in such small sizes. However, performance is a major concern, as these laptops were low-powered even for 2008, let alone now – over a decade later.

neofetch taken from an EeePC 100H running debian testing
Neofetch output. The high memory usage is because I have Firefox open, writing this very post!

Many of these tips apply to lightweight netbooks and and notebooks in general, of course, but they’re written from the perspective and goal of EeePC usage.

Choosing an operating system

On release, most EeePC models were shipped with either Windows XP or a modified version of Xandros, a discontinued Debian-based Linux distribution. Neither of these operating systems are really viable choices in the modern day and age, but there are still options available for the EeePC.

If your EeePC has less than 32GB of internal storage, you’ll probably want to use an SD card for more space. You can use the SD card for /home, and the internal storage for the root partition, although you should be careful if your internal drive has a capacity in the single digits of gigabytes – you might want to move directories like /usr and /etc to the SD card too. Bear in mind that this will render your system unbootable without having the SD card inserted, but if you’re already using it for /home, you almost certainly want to have it always inserted anyway. Also, make sure you mount the internal SSD (if you have one) and the SD card with the noatime flag to extend their life!

One major issue you’ll quickly run into is that all EeePC models use 32-bit x86 CPUs. This means that many distros can’t be installed on an EeePC, with major options such as Arch Linux being unavailable. There are sometimes community-maintained 32-bit ports of major distros available (such as Arch Linux 32), but these will have reduced support, package count, etc.

Debian (and distros based on it, such as Ubuntu) is one of the few major Linux distros that still support 32-bit x86 CPUs. The Debian community once ran a project with the goal of getting EeePC hardware natively supported by Debian without needing specific installers or packages, a goal that they have mostlly achieved. This means that you can install Debian (stable or otherwise) from debian.org without having to worry about missing firmware, broken installers, and so on. For these reasons and others, I decided to choose Debian as the operating system for my EeePC, and I highly recommend it. This isn’t to say it’s the only choice, but I found it to work very well, with only a few issues. Specifically, I couldn’t get the function keys to work on my 1000H.

If you need Windows rather than a Linux distribution, I’d first advise you to make sure that you really do need Windows to run on this machine. Even if you use Windows everywhere else, this might be a good opportunity to try out Linux. If you really do need Windows, though, I would recommend Windows XP, as anything newer than that will almost certainly be too much for the EeePC to handle. The rest of this post will focus on Linux, although some of the information may apply to Windows too.

An EeePC 1000H running Debian Buster.
An EeePC 1000H running Debian Buster.

Window manager

After installing your Linux distro of choice, the next step is to choose a window manager. If you only need to use the shell, then you won’t need a window manager, but most people will need one, and even if you’re only doing command line work, a lightweight manager like i3-gaps or awesome might still be worth looking into.

I used to use LXDE on my EeePC 701, which struggled somewhat with it, but was mostly capable. After swapping my 701 for my wife’s 1000H, I thought that I might be able to get away with running Cinnamon on the more powerful netbook. I was very wrong.

I decided to try going for a window manager I’d never used before. I wanted to find something new and lightweight, even lighter than LXDE. The EeePC 1000H is almost certainly capable of running LXDE, but I wanted to get the most performance I possibly could out of my EeePC, so I decided to go with icewm. This wonderful blog post goes into detail about the idle memory footprint of various window managers, and ends with a graph comparing the results from around 30 WMs.

Memory comparison of various window managers

While this graph only displays idle memory usage and doesn’t take into account load times, CPU load, memory usage with more windows open, etc., it can be used as a rough estimate of how “heavy” a given window manager is. icewm idles at 4.5MB of RAM compared to LXDE’s 36MB, while Cinnamon sits at 79MB. I’m happy with icewm’s feature set and customisability, but it’s not as user friendly as LXDE. LXDE, LXQt, and Mate are good choices for an easy to use and configurable desktop environment.

icewm with the menu open, with Firefox in the background, writing this post.

Programs

EeePCs are rather underpowered devices. You’ll want to seek out lightweight alternatives to most of the apps you use. Electron apps like Discord and Visual Studio Code are just barely usable on the 1000H, but if you have a model with a slower CPU or less RAM, I’d say to avoid Electron where possible.

Browser

I haven’t really been able to find a lightweight that does what I want. Midori is lacking many simple features (like being able to add a new search engine) and has a GTK3 “header” bar, making it take up much more screen space than it needs to, QuteBrowser only works with vim-style keybinds, Falkon pulls in hundreds of megabytes of KDE dependencies… In the end, I decided to stick with Firefox, and try to keep as few tabs open as possible. This worked okay, but occasionally froze my entire computer. I fixed this by adding two gigabytes of swap space.

If you can deal with the limitations of browsers like Midori or QuteBrowser (if you’re an avid vim user, QuteBrowser is an ideal choice), you should choose one of those instead. I find that I can’t really make that sacrifice, so I stick with Firefox.

Code editor

If you use vim or emacs, then you already know what to do here! :toot:

If you’re like me, and you use something heavier like VSCode or Brackets, you’ll want to have a look at some alternatives. I decided that Geany had the feature set I was looking for. I’ve got it set up to behaving similarly to how my VSCode environment works, with a file tree, git annotations, and a dark theme. Nobody’s ported Dracula to Geany yet, but I plan on doing so some time.

Geany with a dark theme and a file tree browser.

To get Geany to look like this, I installed the Dracula theme from here, and enabled the Tree Browser and Git Change Bar addons from the geany-plugins package, which can be installed with apt. I also installed this plugin, which tells geany to request a dark GTK theme. I also set indentation to tabs with a width of 2 characters, but let’s not get into that debate. :mlem:

Sublime Text would also work well, but I despise that donation nag and really can’t afford the price of admission. Also, it’s not open source!!

Image viewer

This one was an easy choice for me, since the image viewer I use on a daily basis is already very lightweight. Nomacs is a simple image viewer that does everything I need it to and more.

File manager

I use PCManFM, the default image viewer for LXDE installations. It’s relatively lightweight and provides everything I expect from a file manager, and also supports a “desktop” mode, allowing you to use it with a lightweight window manager like icewm, which doesn’t provide a desktop. This allows you to put icons on your desktop if you’re so inclined, and also to more easily set a wallpaper image.

The rest

I use Syncthing and the Nextcloud Sync Client to keep my files synchonised to both my other laptop and my Nextcloud instance. I also use QOwnNotes to take notes that are automatically synced to Nextcloud, and therefore accessible from my phone. I find that QOwnNotes with Nextcloud makes for a great replacement for something like Google Keep, a webapp which would almost certainly bring any EeePC to its knees.

EeePCs aren’t exactly great for multimedia, with their tiny screens and weak GPUs, but I found that SMPlayer ran about as well as you can really expect from such a machine. Just bear in mind that you should aim for sub-720p resolutions for optimal playback.

If you’re using a Debian-based distro, you’ll want to install and configure localepurge to save a few hundred megabytes of space on your root partition. If you’re running something else, see if there’s an alternative available. The Debian wiki has two pages on reducing your installation footprint.

Have fun with your EeePC, and keep its limitations in mind! :mlem:

An EeePC writing a blog post
Thanks for reading!

10 thoughts on “Using an EeePC in 2019”

  1. Hi,
    I found this article cause I have an EeePC 1000H. I used it with Linux since I bought it back in 2008! Some years ago I changed my Systems to Arch Linux. It runs fast and good on Xfce , but these days its hard to find a fast light browser with good (security) features.

    This article helps a lot by choosing the right way to a good system. I hope to read more articles for EeePC here.
    Thanks!

  2. Found my old 1000h (with 2 gigs ram) the other day, put in a cheap ssd and have been playing around with some distros and apps to see if i can put it to any use. I’m on MX linux right now but I might try AntiX next as it’s debian based with icewm so i’m hoping to get similar results to your setup.

    In your journeys with the 1000h have you found a way to get the SHE/1.8ghz mode working? All the information I have found so far is out of date or above my understanding. I figure every mhz will help so its worth pursuing.

    Thanks

    1. I haven’t actually used the EeePC in a while now, since I managed to find a decently cheap small laptop to replace it. I never really fiddled with the WiFi on it, so unfortunately I have no idea how to help with that issue :c

      1. The eeePC has a lot of history of being challenged acquiring proprietary wifi drivers.

        In fact, from it’s inception, the ASUS eeePC was a big upset to Microsoft because ASUS decided to install Xandros Linux to meet a price point that would have been impossible with having to pay Microsoft license fees of somewhere between $50 and $100USD per unit.

        The ASUS eeePC was a proof of concept of how inexpensive a complete notebook computer could be produced for Third World children. Not only was the price point extremely reasonable at a time when ASUS needed a business boost, the first eeePC notebooks were entirely solid state storage. I dropped my twice on hard concrete. One was a dramatic tumble down a concrete stairwell. Not cracked screen, no ruined hard drive. Just a cosmetic ding on one corner.

        If you needed more storage than the existing 4Gbyte, you just carried a USBstick to expand your storage.

  3. I still have 2 netbooks, both faster than the one you tested, and they’re fun little machines. My Lenovo s10-3 is an Atom N455 powered device. If you can find a N4550 or N455 powered netbook, the experience is smoother. The N270 was really strapped, even under Linux. My other is an Asus 1025C, the last series they sold with a 1st gen Atom. It has a dual core Atom N2600, which is a spritely chip for a netbook, but the machine is late enough that it can be a bit twitchy with some apps. Running BunsenLabs “Lithium”, which is Debian Buster based.

  4. antiX has as good of a chance to work well with the eeePC. It’s generally based on Debian/Devuan software, the Devuan part keeps out systemd, for those who even know what that means.

    antiX is lighter than MX Linux and uses light components and light window manager software. Fluxbox, IceWM, jwm and others are available as well as text and graphical browsers, grant and light applications.

    It’s “lean and mean”, specifically designed for aging hardware. I haven’t seen a lot of people mentioning that they use the eeePC, but if it works on Debian it should work for you.

  5. Great article. I just bought an EEE PC 900 for $20 and it has been an interesting experiment on it’s use cases – so far it is great for playing music from my file server and using it as a writing machine. I am running Linux Mint XFCE 18.04 – 32 bit, a little heavy, but I have a lot of familiarity with it.

  6. I recently fired up my eee pc 701 4G with window 7 and it was slow as molasses. I did a lot of searching for a lightweight OS and after trying a few, I found puppy linux, BionicPup 32 version. It works great and set up was a few minutes. wifi worked well and resource use is very light. It is using less than half the 4G drive and the performance is much better even with the 512MB memory. Thr browser “Light” performs well and the eee pc is now actually usable.

  7. Thanks for posting this update ! I was going back to check the noatime SSD settings and other optimisations I remember from 10 years ago.

    Same as Tom, I booted the Eee after a few years in a carrier bag. It was a bit knackered with a line of dead pixels. I’d previously swapped the 512M for a 2G laptop memory stick, and chucked a 16G SD card in the slot.

    PuppyLinux also worked here after minutes-long delays reading the distro from the USB stick.

    I reran Gparted GUI after install, it wouldn’t boot straight off. Then remembered in BIOS to set “OS installed”. Package support feels up to date on the 32 bit hardware. Bluez picked up the noname bluetooth dongle, I might get a separate BT keyboard and mouse.

    This will probably be reused with Arduino IDE – or if not that,
    power and upload to ESP3266 and RasPi pico circuit python boards.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.