Hi,
Since I use qxl driver in virtual desktop powered by qemu-kvm, I
found a strange problem with Gimp.
After launching Gimp, open a new windows, and then try to draw
something. It appears that the drawing is very slow and does not
follow the mouse at all.
On Tue, 2012-01-17 at 10:03 +0800, Charles.Tsai-蔡清海-研究發展部 wrote:
> Vadim,
>
> I am sorry that it was my mistake because I did not see there was a PIC
> device which was created with no device driver installed.
> Instead of updating the driver, I ran the hardware installation wizard to
> instal
On Tue, Jan 17, 2012 at 5:19 PM, Christophe Fergeau wrote:
> ACK (a bit confused at first because of the unrelated $^ addition)
It is related. The path are correct in the depedencies, $(srcdir) is
appended there by autofoo. So $^ is not only cleaner, but it also work
better.
--
Marc-André Lurea
ACK (a bit confused at first because of the unrelated $^ addition)
Christophe
On Tue, Jan 17, 2012 at 04:49:01PM +0100, Marc-André Lureau wrote:
> ---
> gtk/Makefile.am |6 --
> 1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/gtk/Makefile.am b/gtk/Makefile.am
> index f
---
gtk/Makefile.am |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index f919aab..043e48f 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -546,10 +546,12 @@ CODEGENDIR = `pkg-config --variable=codegendir pygtk-2.0`
DEFSDIR = `
ack
On Tue, Jan 17, 2012 at 2:21 PM, Alon Levy wrote:
> On Tue, Jan 17, 2012 at 01:58:52PM +0100, Hans de Goede wrote:
>> Hi,
>>
>> On 01/17/2012 01:50 PM, Alon Levy wrote:
>> >>@@ -664,17 +681,23 @@ void spice_msg_out_send(SpiceMsgOut *out)
>> >> g_return_if_fail(out->channel != NULL);
>> >
On Tue, Jan 17, 2012 at 01:58:52PM +0100, Hans de Goede wrote:
> Hi,
>
> On 01/17/2012 01:50 PM, Alon Levy wrote:
> >>@@ -664,17 +681,23 @@ void spice_msg_out_send(SpiceMsgOut *out)
> >> g_return_if_fail(out->channel != NULL);
> >>
> >> g_static_mutex_lock(&out->channel->priv->xmit_queue
Hi,
On 01/17/2012 01:45 PM, Alon Levy wrote:
On Tue, Jan 17, 2012 at 01:35:21PM +0100, Hans de Goede wrote:
spice_msg_out can be not only called from system context and usb event
handling thread context, but also from co-routine context. Calling from
co-routine context happens when a response g
Hi,
On 01/17/2012 01:50 PM, Alon Levy wrote:
@@ -664,17 +681,23 @@ void spice_msg_out_send(SpiceMsgOut *out)
g_return_if_fail(out->channel != NULL);
g_static_mutex_lock(&out->channel->priv->xmit_queue_lock);
-if (!out->channel->priv->xmit_queue_blocked)
Just one thing I don't
On Tue, Jan 17, 2012 at 01:35:21PM +0100, Hans de Goede wrote:
> spice_msg_out can be not only called from system context and usb event
> handling thread context, but also from co-routine context. Calling from
> co-routine context happens when a response gets send synchronously from
> the handle_ms
On Tue, Jan 17, 2012 at 01:35:21PM +0100, Hans de Goede wrote:
> spice_msg_out can be not only called from system context and usb event
> handling thread context, but also from co-routine context. Calling from
> co-routine context happens when a response gets send synchronously from
> the handle_ms
spice_msg_out can be not only called from system context and usb event
handling thread context, but also from co-routine context. Calling from
co-routine context happens when a response gets send synchronously from
the handle_msg handler for a certain received packet. This happens with
certain usbr
Thanks
do_spice_init: starting 0.10.0.
my spice version changed after replacing lib files.
On Tue, Jan 17, 2012 at 1:34 PM, Alon Levy wrote:
> On Tue, Jan 17, 2012 at 12:39:41PM +0530, Avdhoot Dendge - BetterLabs
> wrote:
> >How i can check which version of spice server i am using. with
> q
On 01/15/2012 08:02 PM, Charles.Tsai-蔡清海-研究發展部 wrote:
Vadim,
Thank you for your prompt reply. Here are the information for our test case.
1) we use the following command line to launch the guest OS
/usr/bin/kvm -S -M pc-0.14 -enable-kvm -m 1024 -smp
1,sockets=1,cores=1,threads=1 -name win_x
On Mon, Jan 16, 2012 at 11:31:55AM -0800, George Pyle wrote:
>Thanks for the reply. I was kind of hoping there was a spice equivalent to
>the vncserver or some kind of configuration or spice that would work.
>Sounds like that would be a future.
Xspice _is_ the equivalent of vncserver.
On Tue, Jan 17, 2012 at 12:39:41PM +0530, Avdhoot Dendge - BetterLabs wrote:
>How i can check which version of spice server i am using. with qemu-kvm.
>
ldd `which qemu-kvm` | grep spice
and use your favorite package manager to find out what package that
belongs to, it should have symbol in
16 matches
Mail list logo