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
-
The GNU Project Celebrates Its 40th Birthday
September 27 marks the 40th anniversary of the GNU Project, and it was celebrated with a hacker meeting in Biel/Bienne, Switzerland.
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.
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