Ok,
I am ready for the full report:
My hardware:
Via Epia M10000 Mobo
512MB Ram
Lilliput 7" touchscreen
BU-353 GPS Receiver
(other misc.)
Software:
Gentoo 2006.1 x86
OpenChrome video drivers
MythTV .20
Crossover Office 6 beta 2
iGuidance v3
(other misc.)
I have tested iGuidance/Crossover Office/Gentoo on both my CarPC and my laptop (AMD Athlon(tm) 64 Processor 3400+). On my laptop, I see no problems whatsoever. program is extremely responsive, and basically runs like a native linux app. On my CarPC I have noticed two (very) minor issues. First, there is the occasional video "glitch" nothing major, but every once in a while the non-road portions of the map will display the wrong color, like a band of green where it should be grey. It is not often, in fact, I tried to get a picture of it, but could not get it to happen again. I assume this glitch is because of the video driver (the via hardware acceleration and openchrome drivers are not 100% yet). The other glitch I noticed is the voice prompt stutters a little on the car pc. This is prolly because the cpu is only 1Ghz.
Again, on my laptop, none of the glitches exist.
I snapped some pictures of the software in use, you can see them at
https://www.timekiller.org/carpc/images/pics/
So, here is a quick rundown of how I installed this:
On my Laptop (I installed everything here first for testing, and because I do not have a dvd drive on my car pc):
1) Compile kernel with USB serial driver pl2303 (for BU-353 GPS)
2) Install cxoffice6 beta. (of course when the official release is available I will be purchasing it)
3) Install iGuidance into it's own bottle (I named mine iGuidance

)
4) Run Map Loader and load your maps (I installed all of them)
5) tar up the bottle dir: tar czf iguidance.tgz ~/.cxofficebeta/iGuidance
6) Copy the tarball to your carpc
On CarPC:
1) Compile kernel with USB serial driver pl2303 (for BU-353 GPS)
2) Install cxoffice 6 beta.
3) untar the iguidance tarball into the ~/.cxofficebeta dir.
4) Personal Preference: remove the warning when iGuidance starts -
edit ~/.cxofficebeta/iGuidance/desktopdata/cxmenu/Desktop.c^5E3A^5Fwindows^5Fprofiles^5FAll^2BUsers^ 5FDesktop/iGuidance+UMPC
add "nowarning" to the launch line like this:
exec "/opt/cxofficebeta/bin/wine" --bottle "iGuidance" --check --wait-children --start "c:/windows/profiles/All Users/Desktop/iGuidance UMPC.lnk" "nowarning" "$@"
5) Make the serial port available to cxoffice (also make sure your user has read access to the port): ln -s /dev/ttyUSB0 ~/.cxofficebeta/iGuidance/dosdevices/com2
6) I already had extmod in my xorg.conf, so I did not have to edit this.
7) Launch iGuidance by running ~/.cxofficebeta/iGuidance/desktopdata/cxmenu/Desktop.c^5E3A^5Fwindows^5Fprofiles^5FAll^2BUsers^ 5FDesktop/iGuidance+UMPC
That's it! Hopefully some other brave souls will try this out.