Ubuntu 6.06 seems to work fairly well for me - but I am using a Mac Pro

. A few tips:
1. I prefer the "alternative" Ubuntu install CD, which has a good old-fangled text-mode installer (installs the same system but without the eye candy while it does it and with more options).
2. You could try XUbuntu (get an xubuntu CD or install xubuntu-desktop from an existing installation) - this uses the more slimline xfce desktop instead of the eye-candy-heavy Gnome.
3. To use Apples X11 server running on the Mac side instead of running it on the virtual machine:
(a) From Ubunto, go to
System->Administration->Login Window->Remote and set "Style" to "Same as Local" - this enables XDMCP
(b) Start Apple X11 (Applications/Utilities/X11) - go to
Applications->Customize Menu and add:
Menu Name: Ubuntu
Command: xnest :1 -geometry 1024x768 -query
ip-address-of-your-virtual-machine -once
(c) Now choose the new "Ubuntu" item from the menu and you should be in business. If not, go to ubuntu in the parallels console, open a terminal and "sudo /etc/init.d/gdm restart" - then try again.
(d) If it works, you don't need to run X server on the parallels side any more, so - in Ubuntu -
System->Administration->Login Window->Security->Configure X Server and delete everything from the "Servers to start" window. You will need to do a "sudo /etc/init.d/gdm restart" now - after which the parallels console should show an old-fangled text "login:" prompt.
I find using Apple's X11 is a bit less responsive (xubuntu is better) - but its worth it not to have all the "capture input" hassle. What you don't get is desktop sound effects (although Rhythmbox works OK).
Challenge
Has anybody got Gnome or XFCE working smoothly in Apple X11
without using xnest?
I've tried just doing "DISPLAY=mymac:0 gnome-session" and (provided you do xhost +* on the mac side first) the result is tantalisingly close to working (but it interferes with the mac desktop and spews out loads of errors as it starts) - and much more responsive (and partially aqua-fied) than in XNest. Anybody with a black belt in X-windows come up with a way to configure gnome to work more gracefully and play nicely with the Mac's window manager?
Click to expand...