Linux. KDE. Laptop. Mmmmm.

A month or so ago I embarked on setting up my working environment on a laptop running Linux. The iniitial platform was an IBM Thinkpad T20 running Redhat Linux release 9. I was reasonably happy with it, but RH9 is being end of lifed, so perhaps learning all there was to know about that platform wasn’t the best approach.

At a recent event, said T20 Thinkpad was stolen. But, out of adversity comes opportunity. I saw this as a reason to not only upgrade to a more powerful laptop, but also try a differenr Linux distributions. I’m super happy with what I ended up with, and knowing there are others either using this combination of hardware and OS, or are just curious how to go from scratch to full environment, this is a rundown of what my system is like, how I built it, and my thoughts on the state of the art in Linux desktops.


The Platform

First of all, post-departure, I needed to replace the platform. I was quite happy with the T20, it was small, rugged, had an ‘okay’ engine in it (PIII-700 with 512meg of memory and a 12gig HD). The 2 drawbacks I had using it as my primary development platform were screen real estate and CPU power. I had started to bog the machine down with all the tools I was running, and trying to do regular development on a 1024×768 screen just Wasn’t Going Well.

I found my answer in the IBM Thinkpad T-21 2647-5AU. This was the ‘next model up’ of the Thinkpad series. Slighly faster CPU (PIII-850), but the magic was a 1400×1050 14″ screen. Oustanding! A few days eBaying and I ended up with a lovel 2647-5AU w/128meg, a 20gig drive, docking port, external floppy and 2 power supplies for a delightful price of $550. Can’t complain about that.

The laptop arrived, and I immediatley noticed it had a _VERY_ noisy hard drive. Everything -worked-, but the drive whined like a buzzsaw. I’ve heard this happen before, and while it doesn’t mean imminent failure, it does mean the drive is getting old. TIme to replace it. My father-in-law pointed out that IBM equipment has a fantastic warranty that is associated directly with the holder of the equipment, not the purchaser. A quick look at IBM’s website (Type in your serial number) and lo! The laptop was still under warranty! IBM tech support confirmed it, and in 48 hours, I had a brand spankin new 20gig Travelstore drive in my hands, free o charge.


The OS

With Redhat end of lifing their desktop offering, I needed to start learning about alternatives. A recent survey showed that Debian Linux was rapidly becoming the most popular Linux platform. My experience with Debian was almost 3 years out of date, and that experience wasn’t all that positive. It was time to try it again.

Debian is divided into distributions, with, as far as I’ve been able to determine, their boundaries in flux constantly. The ‘baseline’ release is / was referred to as “Woody”, (they have a penchant for Toy Story characters). To me it’s confusing understanding all the release names, but for this I’ll use the terminology I got used to. There’s various ‘netboot’ cd images out on the net, download one of those of the Woody distribution, and burn a CD. They’re about 180 meg or so. I found this to be the easiest and least bug-prone way of getting a Debian baseline in place.

Once that’s installed, next step is to upgrade your entire installation to a new distribution. Debian has 3 modes, “stable” “testing” and “unstable”. I personally chose the ‘testing’ distribution. It’s the most stable, and has reasonably up to date applications.

Change the /etc/apt/sources.list to point to a mirror near by, and use the ‘testing’ directories. Here’s mine:

dbs@jboat:/etc/apt$ more sources.list
deb http://debian.lcs.mit.edu/debian/ testing main non-free contrib
deb-src http://debian.lcs.mit.edu/debian/ testing main non-free contrib
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free

Now comes the magic. You can use the apt-get tool to upgrade the system in place:

apt-get update
apt-get -duy upgrade
apt-get dist-upgrade

These 3 steps will upgrade your system in place from the Woody distribution up to ‘testing’. From this point on, it’s simply installing packages you’ll need to do your work.

The kernel

For some things I’m doing, I wanted the latest version of the Linux kernel. The version that comes with the Woody distribution is quite old, and really should be replaced. Fortunately, Debian has a methodology for this as well:

apt-get install kernel-image-2.6.3-1-686

This will install a current version of the Linux kernel. The last step before getting down to serious installation and use is to make sure the modules and drivers needed for the Thinkpad are in place. For me, my /etc/modules files contains:

# Network support for the internal ethernet port
af_packet
eepro100
# the eraser-head mouse pointer
mousedev
psmouse
# the Thinkpad uses ACPI, not APM, so you'll need these ACPI modules...
ac
battery
thermal
fan
button
# The internal sound system
ac97_codec
cs46xx
soundcore
# PCMCIA support.
ds
pcmcia_core
yenta_socket
serial_cs
# I use an Orinoco Silver Wavelan card, this'll make it go.
orinoco_cs

X-Windows

Graphics gotta work. This model thinkpad has a beautiful internal screen (1400×1050). That needs the S3 video driver. A full XF86Config-4 configuration file is available here

The desktop

Now that apt is set up properly, it’s time to configure the desktop. The linux desktop is one of the most hotly debated topics in the linux world. For full blown environments, there are basically two to choose from, Gnome and KDE. There are variations,alterations, and other systems all over the place, and granted I’m on up on the very latest versions. However, I’ve been a fan of KDE since the begininng, so I decided to see how things had progressed since I last ran it as my primary desktop, lo these many years ago. I wasn’t disappointed

KDE 3.1.5

The version of KDE currently in Debian testing is KDE 3.1.5. This will most likely change quickly,

but this is what I’ve installed through the simple application of ‘apt-get install kde’. It took a LOT of downloading, but in the end, it was all up and running.

I’ve also installed ‘gdm’, the Gnome Display Manager, which handles the “Welcome to machine abc, please log in” sort of presentation when you first power up the machine. I’ve worked with this display manager before, and it was familiar territory, so even though KDE has it’s own display manager (KDM), I still opted for the gdm version.

First of all, let me just say ‘wow’. KDE 3.1.5 has come a LONG way since the good old days. The system is even more polished, more intuitive and better put together than I expected. For the most part my needs are simple. I need basic office applications (spreadsheets, etc) – for which I’ve settled on OpenOffice (or, in debian terms, apt-get install openoffice :). KDE does come with it’s own office suite KOffice, but I’ve found that OpenOffice has a more complete offering, so I’m sticking with it until I have a real reason to switch.

I’ve done a lot of customization in my environment. I’m trying the ‘toolbar on the top’

configuration, reconfigured down to small. I consider the toolbar an information element, rather than a launch point, so I like packing in monitors for battery status, sound, time, other apps running, virtual desktop status, etc etc. KDE has an extensive menu structure that came up preconfigured quite nicely, And no one can dispute the power of Konqueror the KDE browser. To call Konqueror ‘just a browser’ does it a gross injustice. Due to an advanced design involving easy to implement plugins, Konqueror is one of the most powerful file and resource browsers around, bar none. It’s fast, flexible, and just a joy to work with. Konqueror is so well respected, it was chosen by Apple as the platform for their browser in OSX, Safari.

I’ll probably do a more in depth review of KDE at some point, suffice to say, I’m pleasantly impressed. KDE has gotten the short end of the stick in the Linux community, due to issues with licensing and other myths.

In Summary

I’ve been running this platform pretty steadily for a week now, and I’ve been quite happy with the results. I’ve hit a few snags, such as:

  • Why does it, after powerup, take almost 90 seconds to load the kernel via LILO? The “Loading…” prompt just prints dots very slowly (update – ‘dsr’ has pointed out that the ‘compact’ option in lilo speeds things up. I’ve done so, and voila! Boot time has been cut in half. Thanks!
  • The laptop battery life is VERY poor. I get about 50 minutes on a charge.
  • The Debian distribution doesn’t seem to include either the ‘kwireless’ or ‘kwlaninfo’ toolbar applets, which should show the status of wireless connections. I have to cat /proc/net/wireless to see what’s going on.

This article just scratches the surface of what can be accomplished with opensource platforms and systems. Stay tuned to Planet Geek for more reviews of tools and configurations under Linux.

About

A wandering geek. Toys, shiny things, pursuits and distractions.

View all posts by

3 thoughts on “Linux. KDE. Laptop. Mmmmm.

  1. Gah! That was it. My ‘power on to login’ time went from 3 1/2 minutes down to about 2 minutes. Thanks!

Comments are closed.