1
0
Fork 0
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:
Paul Thornthwaite 2014-02-14 17:35:22 +00:00
commit 4c077bd50b

View file

@ -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>