hi I&#39;ve a problem when i connect to a vm using vnc: the keyboard works fine but the mouse is frozen in the middle of the log-in screen (The onHover tips on the users name appears, but i cant move the pointer or click). I tried adding both INPUT = [ type = &quot;tablet&quot;, bus = &quot;usb&quot; ] and  INPUT = [ type = &quot;mouse&quot;, bus = &quot;usb&quot; ] but without success.<br>
<br>Here, my VM template with a ubuntu-10.04-desktop-i386 working image. (It&#39;s a fresh installation)<br><br>------------------------------<br>|    VM template      |<br>------------------------------<br><br>NAME   = ubuntu-desk<br>
MEMORY = 1024<br>CPU=1.0<br><br>OS = [<br>boot=&quot;hd&quot;,<br>kernel=&quot;/vmlinuz&quot;,<br>initrd=&quot;/initrd.img&quot;,<br>root=&quot;sda1&quot;<br>]<br><br>DISK = [<br>  source = &quot;/home/luca/images/empty-desk4GB.img&quot;,<br>
  target   = &quot;sda&quot;,<br>  readonly = &quot;no&quot;,<br>  clone = &quot;no&quot;<br>]<br><br>INPUT = [ type = &quot;tablet&quot;, bus = &quot;usb&quot; ]<br><br>GRAPHICS = [TYPE = &quot;vnc&quot;, LISTEN = &quot;localhost&quot;, PORT = 5911]<br>
NIC    = [ NETWORK = &quot;private&quot; ]<br><br>FEATURES=[ acpi=&quot;no&quot; ]<br><br>---------------------------------------------------------------------------------<br><br>If u need others config file to solve this problem, just ask.<br>
<br>Thanks <br><br>Luca<br>