Fix spec for vnc autoport

This commit is contained in:
Gerben Meijer
2017-11-24 11:31:01 +01:00
parent edb1ff6c5b
commit 3984929ddb
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1' keymap='en-us' />
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us' />
<video>
<model type='cirrus' vram='9216' heads='1'/>
</video>

View File

@@ -35,7 +35,7 @@
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1' keymap='en-us' />
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us' />
<video>
<model type='cirrus' vram='9216' heads='1'/>
</video>