The Eeepc Ultraportable laptops are small, light and many of them run Linux. All that is good. I use the Asus-provided default Xandros Linux OS on mine and am very happy with it. The small size means a small screen though, and the default x-terminal-emulator (xterm) looks small inside that small screen. I found spending any amount of time using the command line made me end up squinting.
You can press ‘Control’ and right-click the mouse inside the xterm window to select a larger font size. The window expands to compensate for the increased font size. The window doesn’t fit the screen very well any more if you choose ‘large’ font sizes or above. Also this change will be lost if you close and reopen the terminal.
The default Xandros OS is based on Debian. It comes with a handy program for ‘Debian’s alternatives system’ that uses symbolic linking to allow administrators to choose a particular program to be used as the default one if several other programs do the same job and carry the same generic name. It is called ‘update-alternatives’ and I learned how to use it to change the default terminal here. Now when I press the ‘Control, Alt and T’ key combination to launch a terminal Konsole opens instead of Xterm. Konsole is included in the default Xandros OS on the Eee. Here’s the command:
sudo update-alternatives --config x-terminal-emulator
Select Konsole from the displayed list of programs that carry the generic name ‘x-terminal-emulator’.
Konsole fits the screen much better. It is also easy to select colour schemes and larger font sizes. The chosen colour schemes and font changes are retained between sessions if you click ‘Save as Default’ in the settings tab. All round a good improvement.



May 4, 2008 at 4:02 am
Missing a dash on that command, it should be;
sudo update-alternatives –-config x-terminal-emulator
May 4, 2008 at 9:05 pm
Thanks for pointing that out John. Actually when I checked it’s correct in the wordpress editor but it becomes a long single dash for some reason within the post on the website. Weird. Had to switch to html view in the wordpress editor and place the text in code markers to make it display correctly. Have edited post.
June 18, 2008 at 4:39 am
I do not know how to use x-terminal on Xandros, can you help me (I have eee 900 ASUS)
Thanks
June 18, 2008 at 9:32 pm
Juan
I don’t have the eee 900 series but I guess pressing CTRL, ALT and T at the same time will start xterm, as it does on the eee 700 series. As to how to use it once its running try http://www.linuxcommand.org or http://wiki.eeeuser.com
Robert