|
发表于 2002-11-12 15:55:21
|
显示全部楼层
配Xconfigurator,是没有用的,需要安装VMware Tools!
VMware Tools相当于显卡驱动,呵呵。
我手上的是VMware GSX 1.0,不是VMware Workstation3.20,copy一段help给你,应该有帮助!
1、To install VMware Tools in a Windows guest operating system:
1)Power on the virtual machine.
2)Prepare your virtual machine to install the VMware Tools. This will reconfigure the first floppy drive in your virtual machine.
Choose Settings > VMware Tools Install...
If you decide not to proceed with the installation of the VMware Tools, you may cancel the operation.
Choose Settings > Cancel VMware Tools Install
3)Double-click the My Computer icon on your desktop.
4)Double-click the A: device.
5)Double-click VMwareTools.exe and follow the instructions.
6)The VMware Tools background application will be launched automatically when you reboot the virtual machine.
2、To install VMware Tools in a Linux guest operating system:
1)Power on the virtual machine.
Prepare your virtual machine to install the VMware Tools. This will reconfigure the first floppy drive in your virtual machine.
Choose Settings > VMware Tools Install...
If you decide not to proceed with the installation of the VMware Tools, you may cancel the operation.
Choose Settings > Cancel VMware Tools Install
3)As root, mount the VMware Tools floppy, copy the contents of the floppy to /tmp, and unmount the floppy.
cd /
mount -t vfat /dev/fd0 /mnt
cp /mnt/vmware-linux-tools.tar.gz /tmp
umount /dev/fd0
4)Untar the VMware Tools tar file in /tmp, and install it.
cd /tmp
tar zxf vmware-linux-tools.tar.gz
cd vmware-linux-tools
./install.pl
5)Start X and your graphical environment if they are not started yet.
6)In an X terminal, launch the VMware Tools background application.
vmware-toolbox &
The VMware Tools background application may be run as root or as a normal user. The application will have additional capabilities if run as root. |
|