mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1956 from ProGEEK/vnc_mouse_fix
Added tablet device to libvirt template to fix VNC and Mouse pointer
This commit is contained in:
commit
4c077bd50b
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
<console type='pty'>
|
||||
<target port='0'/>
|
||||
</console>
|
||||
<input type='tablet' bus='usb'/>
|
||||
<input type='mouse' bus='ps2'/>
|
||||
<graphics type='<%= display[:type] %>' port='<%= display[:port] %>' autoport='yes' <% if display[:listen] and !(display[:listen].empty?) %> listen='<%= display[:listen] %>'<% end %> <% if display[:password] and !(display[:password].empty?) %>passwd='<%=display[:password] %>'<% end %> />
|
||||
<video>
|
||||
|
|
Loading…
Add table
Reference in a new issue