VMware tools 4.5.2 in a FC3 guest
Friday, March 11th, 2005Works mostly by the book. The only quirk is that it appears the installer thinks it has XFree86 3.x, and changes the symlink /usr/X11R6/bin/X to the XF86_Vmware server. One needs to make it point back to the xorg server by doing:
% cd /usr/X11R6/bin
% rm X
% ln -s Xorg X
And then to get gdm going again
% […]