This page is about the Asus Eee PC 900 netbook serie with Xandros Linus preinstalled.
The Wiki at eeeuser.com seems to have many useful infos about tweaking the Eee. And for German speaking people, the manuals at einfach-eee.de are also useful.
Strg+Alt+T
sudo bash
in consolecat /etc/*version
gives the Debian- and the EeePc version. On my exemplar of the Eee the default app to update software did not work. But an alternative package manager did:
Strg+Alt+T
sudo bash
in consolesynaptic
Additional packages can be installed with apt-get
or it's graphical frontend snaptic
.
For this you have to add additional repositories sources for apt. This can be done directly in snaptic
or manually by editing /etc/apt/sources.list
.
According to the links below, the Eeepc-OS is based on Xandros 4. This means repositories for this OS have to be added. On good repo seems to be
deb http://www.geekconnection.org/ xandros4 main
More detailled information and more repositories can be found here:
An alternative method might be the tratditional way of compiling source code with ./configure; make; make install
, but in order to do this, first the compiler and development tools must be installed with apt-get.
Settings → Personalization → Keyboard Layout
lets you select only between 3 different English Layouts. Select English/UK here, then all characters on the keyboard match with what you get on the screen.
But if you need an additional keyboard layout, eg. to get German Umlauts, you need to switch the layout to a different language then English:
Work → File Manager
View → Show all File Systems
/usr/bin/
directorykcontrol
Peripheral Devices → Keyboard Layout
Apply
Afterwards in the system tray (left side on the bottom of the screen) will appear a British or German or whatever selected national flag, which can be used to switch between the different keyboard layouts. It may be necessary to restart some applications in order to get the new new layout accepted.
/var/lib/AsusLauncher/simpleui.rc
see http://forum.eeeuser.com/viewtopic.php?pid=31854#p31854