xml2vmx-graphics-vnc.vmx 415 字节
Newer Older
1
.encoding = "UTF-8"
M
Matthias Bolte 已提交
2 3 4 5 6 7 8 9 10 11 12
config.version = "8"
virtualHW.version = "4"
guestOS = "other"
uuid.bios = "56 4d 9b ef ac d9 b4 e0-c8 f0 ae a8 b9 10 35 15"
displayName = "minimal"
memsize = "4"
numvcpus = "1"
RemoteDisplay.vnc.enabled = "true"
RemoteDisplay.vnc.port = "5903"
RemoteDisplay.vnc.keymap = "de"
RemoteDisplay.vnc.password = "password"
13 14
floppy0.present = "false"
floppy1.present = "false"
15
svga.vramSize = "4194304"