Knoppix 6.0 on Netbooks Redux

Productivity Sauce
In the previous post, I extol the virtues of Knoppix 6.0 as an ideal distro for netbooks. In fact, I was so impressed by the 6.0 release that I replaced Puppy Linux on my trusty Eee PC 900. Although Knoppix detected all key hardware components such as the webcam, the wireless cards, and the microphone, there were a few things that needed tweaking to make this distro run smoothly on the netbook. So here are a few simple tricks that can help you to get the most out of Knoppix on your Eee PC.
By default, Knoppix uses 16-bit color depth, which makes the graphics appear dithered. To fix that, use the depth=24 cheat code. As soon as you boot your netbook, type the following command and press Enter:
knoppix depth=24
In a similar manner, you can disable Compiz Fusion using the no3d cheat code.
If you are using a netbook with a non-US keyboard layout, you will immediately notice that the LXDE graphical desktop environment doesn't provide any graphical tools for switching keyboard layouts. To solve this problem, run the following command in the terminal (replace "us" and "dk" with the keyboard layouts you want):
setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,dk
This command enables switching between specified keyboard layouts using the Shift+Alt shortcut.
Although Knoppix doesn't detect hotkeys on Eee PC, enabling them is trivial. All you have to do is to install the eeepc-acpi-scripts package using the apt-get install eeepc-acpi-scripts command (dont' forget to become root first by executing the su command). On Eee PC 900, you need to edit the eeepc-acpi-scripts file to enable the Volume Up, Volume Down, and Mute keys. Open the file using the nano /etc/default/ eeepc-acpi-scripts command and locate the VOLUME_LABEL='LineOut' line. Change it to VOLUME_LABEL='Master'.
While Knoppix does detect the built-in microphone, the default settings make it practically unusable. So if you want to use your notebook to make Skype calls, then you have to tweak the microphone's settings. This can be done using the quasi-graphical alsamixer utility. Run the alsamixer command in the terminal to launch it. Use the arrow keys to select the Capture setting, enable it by pressing the Space bar, and set its value to 65%. Make sure that Front Mic is selected as the Input Source and set the Front Mic and Front Mic Boost values to 65%. You may need to change these values to achieve a better effect.
That's all there is to it. By the way, since Knoppix is based on Debian, all tips and tricks in the excellent Debian on Eee PC wiki work for Knoppix, too. In fact, some of the described solutions come from this wiki.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
System76 Releases COSMIC Alpha 7
With scores of bug fixes and a really cool workspaces feature, COSMIC is looking to soon migrate from alpha to beta.
-
OpenMandriva Lx 6.0 Available for Installation
The latest release of OpenMandriva has arrived with a new kernel, an updated Plasma desktop, and a server edition.
-
TrueNAS 25.04 Arrives with Thousands of Changes
One of the most popular Linux-based NAS solutions has rolled out the latest edition, based on Ubuntu 25.04.
-
Fedora 42 Available with Two New Spins
The latest release from the Fedora Project includes the usual updates, a new kernel, an official KDE Plasma spin, and a new System76 spin.
-
So Long, ArcoLinux
The ArcoLinux distribution is the latest Linux distribution to shut down.
-
What Open Source Pros Look for in a Job Role
Learn what professionals in technical and non-technical roles say is most important when seeking a new position.
-
Asahi Linux Runs into Issues with M4 Support
Due to Apple Silicon changes, the Asahi Linux project is at odds with adding support for the M4 chips.
-
Plasma 6.3.4 Now Available
Although not a major release, Plasma 6.3.4 does fix some bugs and offer a subtle change for the Plasma sidebar.
-
Linux Kernel 6.15 First Release Candidate Now Available
Linux Torvalds has announced that the release candidate for the final release of the Linux 6.15 series is now available.
-
Akamai Will Host kernel.org
The organization dedicated to cloud-based solutions has agreed to host kernel.org to deliver long-term stability for the development team.
New eeepci-acpi scripts
I'm considering now switching my other machines to ADRIANE. I just wonder how fast it must be on a Centrino core 2 Duo.
But this is not the purpose of this post. Just for your information, here's an update on the new eeepc-acpi scripts. The recent eeepc-acpi-scripts (07/2009 or a bit before) handle the sound controls (Fn+F7/F8/F9) fine out of the box. So no more need for special tweaks there, don't waste an hour before realizing that, like me ;-P However, the default SOUND_VOLUME_STEP is probably too low and you might not realize that it's working at first. Interestingly, keeping pressing the shortcut will cause the CPU to overload, and will ultimately NOT do the job.
It is trivial to fix that by running:
sudo cp /etc/default/eeepc-acpi-scripts /etc/default/eeepc-acpi-scripts.bak
sudo nano /etc/default/eeepc-acpi-scripts
(The first command is not necessary and is intended for anybody who doesn't feel overconfident with modifying the config files. It will just to make a copy of the file (sudo cp /etc/default/eeepc-acpi-scripts.bak /etc/default/eeepc-acpi-scripts will restore the original file in case anything goes wrong). It is a good habit to have.)
finding the SOUND_VOLUME_STEP line and setting it to something like 5.
SOUND_VOLUME_STEP=5
Done.
Knoppix tips
What do you recommend then?
JFM Mar 18, 2009 10:48am GMT
Put it bluntly you shouldn't use a general distribution on a netbook.
So what is the best distro for netbooks & low end laptops?
Knoppix is praised for it excellent hardware detection - a big plus I can tell you!
2GB Memory
Joannah
http://2gbmemory.net
Re: Don't
True, but you can run Knoppix off a SD card or a USB stick. These are cheap as chips, so you can easily replace them when they are worn out.
>Second: because the usual UIs and application defaults are not tuned for their tiny screens. And last because the Atom processors are for optimization purposes closer to superfast 386s than to processors used on desktops and laptops: they lack sepculative execution, branch prediction (less sure about the later), register renaming and many of the refinements who have been standard since the Pentium. Given that general use distributions are optimized for the Pentium 4 or the Core timetable (even when due to Gcc limitations they restrict to 386 instructions) they will be noticeably slower on an Atom than a distribution built specifically for netbooks.
This is a valid point, but earlier Eee PC models use Intel Celeron processors.
Don't