#topicpath
-----
*VMX ファイル [#d0f093f7]

*VMX ファイル [#title]

-http://sanbarrow.com/vmx.html
-http://sanbarrow.com/vmxbuilder.html
-http://www.vmware.com/community/thread.jspa?threadID=20585&messageID=258644
-http://www.galileocomputing.de/artikel/gp/artikelID-250
-[[Guide to create .vmx files for VMware Player:http://www.virtualization.info/2005/12/guide-to-create-vmx-files-for-vmware.html]] (http://www.virtualization.info/ )

**Memory (必要度:◎) [#l8202456]
|メモリサイズ(ex. 256MB) | memsize = "256" |

**Guest OS (必要度:◎) [#m1211585]

***Windows [#cf44b12c]
|4.5.2|5.0|5.5|Guest OS の種類|設定|h
|○|○|○|Windows 3.1|guestOS = "win31"|
|○|○|○|Windows 95 |guestOS = "win95"|
|○|○|○|Windows 98|guestOS = "win98"|
|○|○|○|Windows Me|guestOS = "winme"|
|○|○|○|Windows NT|guestOS = "winnt"|
|○|○|○|Windows 2000 Professional|guestOS = "win2000pro"|
|○|○|○|Windows 2000 Server|guestOS = "win2000serv"|
|○|○|○|Windows 2000 Advanced Server|guestOS = "win2000advserv"|
|○|○|○|Windows XP Home Edition|guestOS = "winxphome"|
|○|○|○|Windows XP Professional|guestOS = "winxppro"|
|−|−|○|Windows XP Professional x64 Edition|guestOS = "winxppro-64"|
|○|○|○|Windows Server 2003 Web Edition|guestOS = "winnetweb"|
|○|○|○|Windows Server 2003 Standard Edition|guestOS = "winnetstandard"|
|○|○|○|Windows Server 2003 Enterprise Edition|guestOS = "winnetenterprise"|
|○|○|○|Windows Server 2003 Small Business|guestOS = "winnetbusiness"|
|−|−|○|Windows Server 2003 Standard x64 Edition|guestOS = "winnetstandard-64"|
|−|−|○|Windows Server 2003 Enterprise x64 Edition|guestOS = "winnetenterprise-64"|
|△|△|△|Windows Vista (experimental)|guestOS = "longhorn"|
|−|−|△|Windows Vista x64 Edition (experimental)|guestOS = "longhorn-64"|

***Linux [#b4c8e0be]
|4.5.2|5.0|5.5|Guest OS の種類|設定|h
|○|○|○|Red Hat Linux|guestOS = "redhat"|
|○|○|○|Red Hat Enterprise Linux 2|guestOS = "rhel2"|
|○|○|○|Red Hat Enterprise Linux 3|guestOS = "rhel3"|
|−|−|○|Red Hat Enterprise Linux 3 64-bit|guestOS = "rhel3-64"|
|−|○|○|Red Hat Enterprise Linux 4|guestOS = "rhel4"|
|−|−|○|Red Hat Enterprise Linux 4 64-bit|guestOS = "rhel4-64"|
|○|○|○|SUSE Linux|guestOS = "suse"|
|−|−|○|SUSE Linux 64-bit|guestOS = "suse-64"|
|○|○|○|SUSE Linux Enterprise Server|guestOS = "sles"|
|−|−|○|SUSE Linux Enterprise Server 64-bit|guestOS = "sles-64"|
|−|○|○|Novell Linux Desktop 9|guestOS = "nld9"|
|−|○|○|Sun Java Desktop System|guestOS = "sjds"|
|○|○|○|Mandrake Linux|guestOS = "mandrake"|
|○|○|○|Turbolinux|guestOS = "turbolinux"|
|−|−|○|Ubuntu|guestOS = "ubuntu"|
|−|−|△|Ubuntu 64-bit (experimental)|guestOS = "ubuntu-64"|
|○|○|○|Other Linux 2.4.x kernel|guestOS = "other24xlinux"|
|−|−|○|Other Linux 2.4.x kernel 64-bit|guestOS = "other24xlinux-64"|
|○|○|○|Other Linux 2.6.x kernel|guestOS = "other26xlinux"|
|−|−|○|Other Linux 2.6.x kernel 64-bit|guestOS = "other26xlinux-64"|
|○|○|○|Other Linux|guestOS = "otherlinux"|
|−|−|○|Other Linux 64-bit|guestOS = "otherlinux-64"|

***Novell NetWare [#x7f3eaca]
|4.5.2|5.0|5.5|Guest OS の種類|設定|h
|○|○|○|NetWare 5|guestOS = "netware5"|
|○|○|○|NetWare 6|guestOS = "netware6"|

***Sun Solaris [#hae7a314]
|4.5.2|5.0|5.5|Guest OS の種類|設定|h
|△|△|△|Solaris 9 (experimental)|guestOS = "solaris9"|
|△|△|△|Solaris 10 (experimental)|guestOS = "solaris10"|
|−|−|△|Solaris 10 64-bit (experimental)|guestOS = "solaris10-64"|

***Other [#j0e9eac7]
|4.5.2|5.0|5.5|Guest OS の種類|設定|h
|○|○|○|MS-DOS|guestOS = "dos"|
|○|○|○|FreeBSD|guestOS = "freebsd"|
|−|−|○|FreeBSD 64-bit|guestOS = "freebsd-64"|
|○|○|○|Other|guestOS = "other"|
|−|−|○|Other 64-bit|guestOS = "other-64"|
|?|?|?|OS/2 (非公式?)|guestOS = "os2experimental"|
|?|?|?|Darwin (非公式?)|guestOS = "darwin"|



// |○|||
// |○|||




// **Config Version

// VMware 5.5 RC2
//config.version = "8"
//virtualHW.version = "4"
//config.version = "7"
//virtualHW.version = "3"

**USB [#hfd13221]

//usb.present = "TRUE"

-''usb.generic.allowHID = TRUE''~
事故防止(と思われる)HID 無効機能を強制的に有効にするパラメータ(未確認)。unknown list。
-''usb.autoConnect.device0 = "0xXXXX:0xYYYY"''~
Guest OS 電源投入時に特定の USB デバイスを自動的に接続する設定方法 (from [[VMTN:1648]] Automatically Connecting USB Devices at Virtual Machine Power On)。

//**SCSI [#g8488642]
//scsi0.present = "TRUE"
//scsi0.virtualDev = "lsilogic"
// |

// **NIC
//ethernet0.present = "TRUE"
//ethernet0.virtualDev = "e1000"
//ethernet0.connectionType = "nat"
//ethernet0.connectionType = "hostonly"
// 


// **Sound
//sound.present = "TRUE"
//sound.virtualDev = "es1371"
//sound.autodetect = "TRUE"

// CPU
//numvcpus = "2"

// EOF