WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Who has an Ubuntu 10.04 VM under Centos 5.5 ?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Who has an Ubuntu 10.04 VM under Centos 5.5 ?
From: Bob Sauvage <bob.sauvage@xxxxxx>
Date: Tue, 07 Sep 2010 12:56:30 +0200
Delivery-date: Tue, 07 Sep 2010 03:58:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2
 Hello people,

I search someone who has an Ubuntu 10.04 VM with the mouse support functionnal.

I tested a Centos VM and the mouse support works well :

bootloader = "/opt/pygrub64/bin/pygrub"
vnc        = 1
vfb        = [ "type=vnc,vncunused=1" ]
sdl        = 1
memory     = "256"
disk       = [ 'phy:/dev/VolGroup0/VM2,xvda,w' ]
vif        = [ 'bridge=xenbr0', ]
vcpus      = 1
on_reboot  = 'destroy'
on_crash   = 'destroy'


But with my Ubuntu 10.04 the mouse support doesn't work ! The click is ok but the cursor is frozen in the middle of the screen :

name       = "ubuntu"
bootloader = "/opt/pygrub64/bin/pygrub"
memory     = 512
disk       = [ 'phy:/dev/VolGroupHiro/VM1,xvda,w' ]
vif        = [ 'bridge=xenbr0' ]
vcpus      = 1
vnc        = 1
vfb        = [ "type=vnc,vncunused=1" ]
sdl        = 1
on_reboot  = 'destroy'
on_crash   = 'destroy'

I tested with this options but without success :

usb        = 1
usbdevice  = 'mouse'

I tested also : "modprobe xen-fbfront" from within the VM.

Someone can helps me ?

Thanks in advance !


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Who has an Ubuntu 10.04 VM under Centos 5.5 ?, Bob Sauvage <=