hi I'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 = "tablet", bus = "usb" ] and  INPUT = [ type = "mouse", bus = "usb" ] but without success.<br>
<br>Here, my VM template with a ubuntu-10.04-desktop-i386 working image. (It'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="hd",<br>kernel="/vmlinuz",<br>initrd="/initrd.img",<br>root="sda1"<br>]<br><br>DISK = [<br>  source = "/home/luca/images/empty-desk4GB.img",<br>
  target   = "sda",<br>  readonly = "no",<br>  clone = "no"<br>]<br><br>INPUT = [ type = "tablet", bus = "usb" ]<br><br>GRAPHICS = [TYPE = "vnc", LISTEN = "localhost", PORT = 5911]<br>
NIC    = [ NETWORK = "private" ]<br><br>FEATURES=[ acpi="no" ]<br><br>---------------------------------------------------------------------------------<br><br>If u need others config file to solve this problem, just ask.<br>
<br>Thanks <br><br>Luca<br>