I tried adding the lines you suggest me, but the result is the same. I tried using ubuntu-server 9 as VM and keyboard works fine. Is there a problem with ubuntu-desktop and OpenNebula 1.2? I thought my image was corrupted in some way so i tried to use a fresh installation but nothing new happened :(<br>
<br>Anyone else has a hint?<br><br><div class="gmail_quote">On Tue, Jun 1, 2010 at 8:13 PM, Ruben S. Montero <span dir="ltr"><<a href="mailto:rubensm@dacya.ucm.es">rubensm@dacya.ucm.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Try adding to the following to the OpenNebula template:<br>
<br>
INPUT = [ type = "tablet", bus = "usb" ]<br>
<br>
Also you can set the keymap for your keyboard. For my spanish keyboard<br>
I am using:<br>
<br>
GRAPHICS = [ type = "vnc", listen  = "127.0.0.1", port = "5902", keymap="es"]<br>
<br>
Cheers<br>
<br>
Ruben<br>
<div><div></div><div class="h5"><br>
<br>
On Tue, Jun 1, 2010 at 4:11 PM, Luca Lorenzini <<a href="mailto:lorenzini.luca@gmail.com">lorenzini.luca@gmail.com</a>> wrote:<br>
> After launching a VM (ubuntu-desktop 10) i connect to it with vnc. The Login<br>
> windows appear but both the mouse and the keyboard dont work (it seems that<br>
> vm freezes). Launching the wm with kvm command line (kvm -no-acpi -vnc<br>
> localhost:0 ubuntu.img -m 512) it works fine!<br>
><br>
> I'm using opennebula 1.2 and the VM template is this:<br>
><br>
> NAME   = ubuntu-desktop<br>
> MEMORY = 512<br>
> CPU=0.5<br>
><br>
> OS = [<br>
> boot="hd",<br>
> kernel="/vmlinuz",<br>
> initrd="/initrd.img",<br>
> root="sda1"<br>
> ]<br>
><br>
> DISK   = [<br>
>   source = "/public/lorenz/cloud/ubuntu.img",<br>
>   target   = "sda",<br>
>   readonly = "no",<br>
>   clone = "no"<br>
> ]<br>
><br>
><br>
> GRAPHICS =[type ="vnc",listen ="127.0.0.1", port = "5910"]<br>
> NIC    = [ NETWORK = "private" ]<br>
><br>
> FEATURES=[ acpi="no" ]<br>
><br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
><br>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
Dr. Ruben Santiago Montero<br>
Associate Professor (Profesor Titular), Complutense University of Madrid<br>
<br>
URL: <a href="http://dsa-research.org/doku.php?id=people:ruben" target="_blank">http://dsa-research.org/doku.php?id=people:ruben</a><br>
Weblog: <a href="http://blog.dsa-research.org/?author=7" target="_blank">http://blog.dsa-research.org/?author=7</a><br>
</font></blockquote></div><br>