Penguin
Annotated edit history of VMWareNotes version 2, including all changes. View license author blame.
Rev Author # Line
1 BenStaz 1 !! How do I start a virtual machine in full-screen mode when using vmplayer?
2
3 Browse to the location of your virtual machine and edit the 'vmx' file inside.
4
5 Add the following line:
6
7 ''gui.fullScreenAtPowerOn = "TRUE"''
8
9 Now whenever you open this virtual machine in the future it will be in full-screen mode.
2 ShaneHowearth 10
11 !! Installing VMWare to Ubuntu (Hardy) Kernel 2.6.24
12
13 After downloading VMWare server I was unable to run vmware-config.pl without the following error showing up:
14 make[2]: *** [/tmp/vmware-config2/vmmon-only/linux/driver.o]
15 Error 1 make[1]: *** [_module_/tmp/vmware-config2/vmmon-only]
16 Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
17 make: *** [vmmon.ko]
18 Error 2 make: Leaving directory `/tmp/vmware-config2/vmmon-only'
19 Unable to build the vmmon module.
20
21 The first patch I downloaded and ran was unsuccessful, however this one was
22
23 http://www.nowhere.dk/files/vmware-any-any-update-115-K2.6.24-WirelessBridge.tar.gz