[Spice-devel] Spice server keyboard layout setting compared to VNC

2013-02-11 Thread Martin Betak
Hi All, I'm from the oVirt team and I'm currently working on refactoring our sending of keyboard layout settings from the engine to the host. I would like to ask whether setting of keyboard layout works in spice exactly the same as in VNC, i.e. they have the same set of valid values and need to

[Spice-devel] Higher (quadratical) resolution

2013-02-11 Thread Dennis Böck
Dear Spice-Mailing-List, since we use quadratically monitors with 2048x2048 pixels and we need to work in full-screen mode, I would like to use such a resolution with Spice in my KVM-VM. According to my information the corresponding KVM graphic card qxl only supports up to 1920 x 1200 pixels.

Re: [Spice-devel] Spice server keyboard layout setting compared to VNC

2013-02-11 Thread Andrew Cathrow
- Original Message - From: Martin Betak mbe...@redhat.com To: spice-devel@lists.freedesktop.org Sent: Monday, February 11, 2013 4:57:41 AM Subject: [Spice-devel] Spice server keyboard layout setting compared to VNC Hi All, I'm from the oVirt team and I'm currently working on

Re: [Spice-devel] Disappearing mouse cursor in Autocad 2006 drawing window in WinXP VM with Spice+QXL video driver

2013-02-11 Thread David Jaša
Hi Giuseppe, Giuseppe Bilotta píše v Ne 10. 02. 2013 v 08:51 +0100: Hello all, I've been addressed to this mailing list after reporting the issue mentioned in the topic on #spice. Here are the details of the issue I'm seeing. This machine has a Virtual Machine with Windows XP installed

Re: [Spice-devel] Higher (quadratical) resolution

2013-02-11 Thread David Jaša
Hi Dennis, that limit was increased to much higher value few years ago and there should be no issue with 2048x2048 screens. David Dennis Böck píše v Po 11. 02. 2013 v 11:24 +: Dear Spice-Mailing-List, since we use quadratically monitors with 2048x2048 pixels and we need to work in

Re: [Spice-devel] Higher (quadratical) resolution

2013-02-11 Thread Dennis Böck
Hi David, I am using Fedora 18 as guest and host system. The output of xrandr is the following: Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1920 x 1200 default connected 1024x768+0+0 0mm x 0mm 1920x1200 60.0 1920x1080 60.0 1600x1200 75.0 70.0

Re: [Spice-devel] Higher (quadratical) resolution

2013-02-11 Thread David Jaša
Hi, Dennis Böck píše v Po 11. 02. 2013 v 15:04 +: Hi David, I am using Fedora 18 as guest and host system. The output of xrandr is the following: Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1920 x 1200 default connected 1024x768+0+0 0mm x 0mm 1920x1200 60.0

Re: [Spice-devel] [PATCH (v2)] Small cleanups to address compiler warnings

2013-02-11 Thread Michael Tokarev
11.02.2013 18:49, Serge Hallyn wrote: Changelog: Feb 11: Address feedback by Marc-André: Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com Signed-off-By: Michael Tokarev m...@tls.msk.ru (Or you can use Reviewed-by, whatever). server/tests/basic_event_loop.c | 4 ++--

[Spice-devel] [PATCH spice-gtk] usb-device-manager: Fix coldplug race

2013-02-11 Thread Hans de Goede
It is possible for us to see a device show up twice, if it gets plugged in between us starting listening for new devices and doing coldplug, then it will get added once from the coldplug code, and then again from from the hotplug code path. We already have code checking for this, but the check is

Re: [Spice-devel] [PATCH spice-gtk] usb-device-manager: Fix coldplug race

2013-02-11 Thread Marc-André Lureau
ack - Mensaje original - It is possible for us to see a device show up twice, if it gets plugged in between us starting listening for new devices and doing coldplug, then it will get added once from the coldplug code, and then again from from the hotplug code path. We already have