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
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
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