Archive

Posts Tagged ‘VMware’

Fedora 10 install vmware-tools

January 29th, 2009 No comments

Before install vmware-tools
create xorg.conf

CODE:
  1. vi /etc/X11.xorg.conf
  2.  
  3. Section "Monitor"
  4. Identifier "vmware"
  5. EndSection
  6.  
  7. :wq <--- to save and exit from vi text editor ...

and then

CODE:
  1. System-settings --> goto advanced tab --> Autostart --> Add program: here add /usr/bin/vmware-user.

Resize a VMWare disk

April 23rd, 2008 No comments

Turn off the virtual machine;
Commit/remove all the snapshots first! (I forgot to mention this, thanks JimO)
Create a good backup of the files!;

Open a Command Prompt and go to:
C:\Program Files\VMWare\VMWare Server

Run this command to expand the virtual disk:

CODE:
  1. vmware-vdiskmanager -x 12GB "My harddisk.vmdk"

Note: Because this only expands the disk and not the partition, you'll need to resize the partition table as well. This can be done by 3rd party tools like 'Partition Magic', but also with 'diskpart.exe', builtin into Windows. In my case, this disk is a boot disk, meaning it can't be done on the virtual machine itself. I used another my 2nd virtual machine, running Windows XP.

Add the increased hard disk to a second virtual machine (must be turned off first!).

http://www.leonmeijer.nl/archive/2007/05/07/25.aspx

Categories: Linux Tags: , ,

PCLinuxOS on VMware Mouse Scroll Problem

November 28th, 2007 No comments

Edit /etc/X11/xorg.conf

CODE:
  1. Section "InputDevice"
  2. Identifier "Configured Mouse"
  3. Driver "vmmouse"
  4. Option "CorePointer"
  5. Option "Device" "/dev/input/mice"
  6. Option "Protocol" "ImPS/2"
  7. Option "Emulate3Buttons" "false"
  8. Option "Buttons" "5"
  9. Option "ZAxisMapping" "4 5"
  10. EndSection

Categories: Linux Tags: , , , ,
17039 pages viewed, 0 today
11071 visits, 0 today
FireStats icon Powered by FireStats