d-rap
10-11-2005, 09:20 PM
I edit this post because with the new version of VMware Tools for FreeBSD, VMware WorkStation 5.5.3 buid-34685, you can install VMware Tools while X is running. In fact, the remainder of this post is obsolete. Tested with PCBSD 1.3 !
Done with VMWARE 5 on WIN XP SP2 Host and PCBSD 0.8.2 as guest.
After you finish the basic installation, you should like to install VMWARE-TOOLS. With the VMware Tools SVGA driver installed, Workstation supports significantly faster graphics performance. Other tools in the package support synchronization of time in the guest operating system with time on the host, automatic grabbing and releasing of the mouse cursor, copying and pasting between guest and host.
The VMware Tools package provides support required for shared folders and for drag and drop operations. Unfortunatly, shared folders are not suppoted with FreeBSD...and PCBSD :(
Note - It's not possible to install VMware Tools while X is running. So, edit the file /etc/ttys and comment the line :
#ttyv8 "/usr/local/bin/kdm" xterm on secure
Oups, before reboot, don't forget to run sysinstall in a console and choose your keyboard console :
Config/Console/Keymap
OK, now you can reboot an login root. Nice! you run PCBSD in text mode :) with a fonctionnal keyboard.
Below, it's the modified documentation about "VMware Tools for FreeBSD Guests" adapted for PCBSD :
1. Power on the virtual machine.
2. Prepare your virtual machine to install VMware Tools.
Choose VM > Install VMware Tools.
The remaining steps take place inside the virtual machine, not on the host computer.
3. Be sure the guest operating system is running in text mode. You cannot install VMware Tools while X is running.
4. As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.
mount /mnt/cdrom
cd /tmp
Using the tar installer .
tar zxf /mnt/cdrom/vmware-freebsd-tools.tar.gz
umount /mnt/cdrom
5. Run the VMware Tools installer.
cd /tmp/vmware-tools-distrib
./vmware-install.pl
Valid all default options and select the resolution you want.
At this point, do not try to run X. The /etc/X11/xorg.conf file don't work. You must edit it and modify two lines :
near line 30, replace [b]Identifier "Keyboard" by Identifier "Keyboard0"
near line 31, replace Driver "Keyboard" by Driver "keyboard"
note the minus "k" instead "K" of "keyboard" !!!
near line 116, replace InputDevice "Keyboard" "CoreKeyboard" by InputDevice "keyboard0" "CoreKeyboard"
It's better to modify lines 35 and 36 to match your keyboard configuration. By example like this (french) :
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
[end warning]
6. Re-edit the file /etc/ttys and uncomment the line :
ttyv8 "/usr/local/bin/kdm" xterm on secure
7. It's time to reboot and found your favorit KDE environnement under PCBSD..
8. In an X terminal, launch the VMware Tools background application :
vmware-toolbox &
All VMware tools are available except shared folders. I will inform vmware of this solution and ask them the possibility to share folders under FreeBSD.
Best regards,
Daniel
Done with VMWARE 5 on WIN XP SP2 Host and PCBSD 0.8.2 as guest.
After you finish the basic installation, you should like to install VMWARE-TOOLS. With the VMware Tools SVGA driver installed, Workstation supports significantly faster graphics performance. Other tools in the package support synchronization of time in the guest operating system with time on the host, automatic grabbing and releasing of the mouse cursor, copying and pasting between guest and host.
The VMware Tools package provides support required for shared folders and for drag and drop operations. Unfortunatly, shared folders are not suppoted with FreeBSD...and PCBSD :(
Note - It's not possible to install VMware Tools while X is running. So, edit the file /etc/ttys and comment the line :
#ttyv8 "/usr/local/bin/kdm" xterm on secure
Oups, before reboot, don't forget to run sysinstall in a console and choose your keyboard console :
Config/Console/Keymap
OK, now you can reboot an login root. Nice! you run PCBSD in text mode :) with a fonctionnal keyboard.
Below, it's the modified documentation about "VMware Tools for FreeBSD Guests" adapted for PCBSD :
1. Power on the virtual machine.
2. Prepare your virtual machine to install VMware Tools.
Choose VM > Install VMware Tools.
The remaining steps take place inside the virtual machine, not on the host computer.
3. Be sure the guest operating system is running in text mode. You cannot install VMware Tools while X is running.
4. As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.
mount /mnt/cdrom
cd /tmp
Using the tar installer .
tar zxf /mnt/cdrom/vmware-freebsd-tools.tar.gz
umount /mnt/cdrom
5. Run the VMware Tools installer.
cd /tmp/vmware-tools-distrib
./vmware-install.pl
Valid all default options and select the resolution you want.
At this point, do not try to run X. The /etc/X11/xorg.conf file don't work. You must edit it and modify two lines :
near line 30, replace [b]Identifier "Keyboard" by Identifier "Keyboard0"
near line 31, replace Driver "Keyboard" by Driver "keyboard"
note the minus "k" instead "K" of "keyboard" !!!
near line 116, replace InputDevice "Keyboard" "CoreKeyboard" by InputDevice "keyboard0" "CoreKeyboard"
It's better to modify lines 35 and 36 to match your keyboard configuration. By example like this (french) :
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
[end warning]
6. Re-edit the file /etc/ttys and uncomment the line :
ttyv8 "/usr/local/bin/kdm" xterm on secure
7. It's time to reboot and found your favorit KDE environnement under PCBSD..
8. In an X terminal, launch the VMware Tools background application :
vmware-toolbox &
All VMware tools are available except shared folders. I will inform vmware of this solution and ask them the possibility to share folders under FreeBSD.
Best regards,
Daniel