Having a Gentoo32 chroot as a fallback on a Gentoo64 system is not unusual. Some things simply do not work on Gentoo 64 (as FlashPlayer 9) or you need a distcc server for the other (32 bit) systems.
I wrote a simple bash script that allows the X applications under chroot jail to connect to the XOrg server runing outside the jail.
You can find it here.
Example:
linux32 xchroot /mnt/gentoo32
firefox
I only tested it on Gentoo.
It seems that Sharp will no longer produce the Zaurus line.
Hi all,
yes, we have to confirm that Sharp pulled the plug out
of the Zaurus line.
No successor model is planned, and the end of production
will be early February.
For sure we’ll continue with support, service and accessories
for the Zauri. Also there’re interesting other products around,
so the fun with mobile Linux products is definitely not over.
///TRIsoft
Marc Stephan
http://www.oesf.org/forums/index.php?showtopic=22804&view=findpost&p=150920
Another birthday present was a laptop IBM ThinkPad 385XD upgraded to 96MB of RAM and 10GB HDD.
It came with Windows 2000 preinstalled but I already build a Gentoo image on my desktop for it.

Due to the fact that it has a quite slow CPU and only 96 MB of RAM, I was thinking to use xfce as Desktop Manager. Then I thought that I should also try KDE because I had nothing to lose (except a few hours of compilation time on my desktop machine). So I emerged them both.
The conclusion is that KDE works like a charm on this machine. The whole system runs quite smoothly. I use distcc in combination with the x86 chroot of my desktop machine to emerge the new packages.
I had no problem to get a Surecom cardbus wifi card working with it using the rt2×00 driver provided by Gentoo.
On my birthday, my friends bought me a Logitech Formula Force EX Feedback Wheel. After playing with it a lot in Windows, I decided to make it work on Linux. The force feedback part didn’t work out of the box. I managed to make it work with the usb-hid driver after I added it’s usb id to it. You can find the patch against kernel 2.6.18 here.
- Copy the file to your kernel source root directory.
- Apply the patch:
patch -p1 <logitech_formula_force_ex_ff.patch
- Recompile the usbhid module
- Reload the usbhid module.
- Have fun testing it with ffutils.

(Only the constant force effect works as this is the only effect currently implemented in the driver).