mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Added tablet device to default template to fix VNC and Mouse pointer position
This commit is contained in:
parent
a23d615ad5
commit
a32c67fa18
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…
Reference in a new issue