However, these are less interesting to the Linux user than the following;
Also, 2 hours of battery life; this has turned out to be a fairly realistic claim. and the laptop does have a Li-ion battery, and a 12.1" TFT which will display 1024x768.
Support for all of the above hardware was claimed by the Linux kernel and/or XFree86; hence I chose to purchase this laptop.
I then proceeded to install the base Debian 2.2 system from CD; this was trouble-free, and the system booted fine off these.
These were extremely easy to get working. An important caveat is that the support for the SiS900 chipset in 2.2 is characterised as 'experimental': this approximately translates to 'extremely slow'. However, support is fine in 2.4 using the sis900 module.
Sound was equally easy; the SiS7018 chipset is a rebadged and slightly modified Trident 4DWave, and is hence supported by the trident kernel module. This inserts a module by the name of ac97_modem, but I have not investigated if this can successfully drive the onboard winmodem (which appears to be of the HAMR type).
This proved to be somewhat trickier to get working; although both XFree 3.3.6 and 4.1.0 proclaim to support this graphics chipset (in the latter case 'experimentally and with known bugs'), neither actually worked; nor did the SiS630 framebuffer support in the kernel (which just caused kernel oopses).
However, the SiS630 is a fully VESA-compliant chipset; hence the following steps lead to a working X setup:The relevant excerpt from lilo.conf is:
image=/vmlinuz-2.4.9
label=Linux-2.4.9
vga=0x317
The onboard glidepad is a two-button Microsoft-protocol mouse: therefore, use Protocol "Microsoft" and Emulate3Buttons; everything else appears to work. However, I would recommend that (given the somewhat awkward position of CTRL on the keyboard) that CTRL and CAPS LOCK are swapped in your xmodmap.
My XF86Config is here; it is heavily based on the one for the Gericom Webboy to be found on the Familie Schuetze website, with some relatively minor modifications and some tidying up.