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">&lt;<a href="mailto:rubensm@dacya.ucm.es">rubensm@dacya.ucm.es</a>&gt;</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 = &quot;tablet&quot;, bus = &quot;usb&quot; ]<br>
<br>
Also you can set the keymap for your keyboard. For my spanish keyboard<br>
I am using:<br>
<br>
GRAPHICS = [ type = &quot;vnc&quot;, listen  = &quot;127.0.0.1&quot;, port = &quot;5902&quot;, keymap=&quot;es&quot;]<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 &lt;<a href="mailto:lorenzini.luca@gmail.com">lorenzini.luca@gmail.com</a>&gt; wrote:<br>
&gt; After launching a VM (ubuntu-desktop 10) i connect to it with vnc. The Login<br>
&gt; windows appear but both the mouse and the keyboard dont work (it seems that<br>
&gt; vm freezes). Launching the wm with kvm command line (kvm -no-acpi -vnc<br>
&gt; localhost:0 ubuntu.img -m 512) it works fine!<br>
&gt;<br>
&gt; I&#39;m using opennebula 1.2 and the VM template is this:<br>
&gt;<br>
&gt; NAME   = ubuntu-desktop<br>
&gt; MEMORY = 512<br>
&gt; CPU=0.5<br>
&gt;<br>
&gt; OS = [<br>
&gt; boot=&quot;hd&quot;,<br>
&gt; kernel=&quot;/vmlinuz&quot;,<br>
&gt; initrd=&quot;/initrd.img&quot;,<br>
&gt; root=&quot;sda1&quot;<br>
&gt; ]<br>
&gt;<br>
&gt; DISK   = [<br>
&gt;   source = &quot;/public/lorenz/cloud/ubuntu.img&quot;,<br>
&gt;   target   = &quot;sda&quot;,<br>
&gt;   readonly = &quot;no&quot;,<br>
&gt;   clone = &quot;no&quot;<br>
&gt; ]<br>
&gt;<br>
&gt;<br>
&gt; GRAPHICS =[type =&quot;vnc&quot;,listen =&quot;127.0.0.1&quot;, port = &quot;5910&quot;]<br>
&gt; NIC    = [ NETWORK = &quot;private&quot; ]<br>
&gt;<br>
&gt; FEATURES=[ acpi=&quot;no&quot; ]<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
&gt; <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
&gt;<br>
&gt;<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>