Re: [Spice-devel] Questions regarding QXL drivers and Spice

2011-06-15 Thread Christophe Fergeau
Hi, On Tue, Jun 14, 2011 at 09:52:20PM -0700, lucas.g...@gmail.com wrote: Linux guests (FC14 primarily but has occurred in other guests) Random logouts that bounce me back to the KDE login screen. It also resets my resolution to something quite low. If anyone is interested I can dig up

Re: [Spice-devel] gstreamer on Mac

2011-06-15 Thread Andrew Cathrow
- Original Message - From: Cliff Sharp csh...@vbridges.com To: Christophe Fergeau cferg...@redhat.com Cc: spice-devel@lists.freedesktop.org Sent: Tuesday, June 14, 2011 3:29:09 PM Subject: Re: [Spice-devel] gstreamer on Mac I don't have it available anywhere on the Internet right

Re: [Spice-devel] To launch spicec from a c program

2011-06-15 Thread Mariano Grau Calín
Thanks a lot. That was the problem. I joined parameters and spicec can not understand. However, another programs like rdesktop can read parameters in this way and that confused me. Yesterday spend hours stuck on this problem. Mariano Grau Dpto. Sistemas Grupo Joly -Mensaje

Re: [Spice-devel] Questions regarding QXL drivers and Spice

2011-06-15 Thread Alon Levy
On Tue, Jun 14, 2011 at 09:52:20PM -0700, lucas.g...@gmail.com wrote: I've been attempting to use KVM / Spice and QXL to handle my virtualization environment. I've noticed a couple of issues, and I haven't been able to track down other people having the same issues. This strikes me as odd

Re: [Spice-devel] Spice connection bandwidth utilization

2011-06-15 Thread Binbin.Wang
Hi Zhou, Attila, Thanks for your info. I tested a video (overall bit rate = 255K bps) with netperf tool. It showed me that play the video via spice take up 30~40 Mbps. To be frank, if there is no problem on the testing result, it may be a problem to use spice when there are heavy number of

Re: [Spice-devel] no connection with spicec.exe

2011-06-15 Thread Lubos Kocman
Hello Stephen, Could you check with wireshark what actually is being send, of course in case that 192.168.1.7 is not blocking your communication (iptables ...). - Original Message - From: Stephen Duse-Anthony mokosso2...@yahoo.com To: spice-devel@lists.freedesktop.org Cc: Mokosso

[Spice-devel] [PATCH 1/2] fix double release of a drawable. RHBZ #713474

2011-06-15 Thread Yonit Halperin
--- server/red_worker.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/server/red_worker.c b/server/red_worker.c index bee86b9..c7869ad 100644 --- a/server/red_worker.c +++ b/server/red_worker.c @@ -1559,6 +1559,10 @@ static void

[Spice-devel] [PATCH 2/2] server: add missing calls to red_handle_drawable_surfaces_client_synced

2011-06-15 Thread Yonit Halperin
red_handle_drawable_surfaces_client_synced was called only from red_pipe_add_drawable, while it should also be called from red_pipe_add_drawable_after. Otherwise, the client might receive a command with a reference to a surface it doesn't hold and crash. --- server/red_worker.c |2 ++ 1

Re: [Spice-devel] Questions regarding QXL drivers and Spice

2011-06-15 Thread lucas.g...@gmail.com
I'll have the spare time on the weekend to get back to both of you. I'll give compiling a new set of drivers a try then as well. Here's the bug report I appended to previously if that's of any help: https://bugs.freedesktop.org/show_bug.cgi?id=30835 Gary Lucas On Wed, Jun 15, 2011 at 6:58 AM,

[Spice-devel] [RFC] qxl: set mm_time in vga update

2011-06-15 Thread Alon Levy
This fixes a problem where on windows 7 startup phase, before the qxl driver is loaded, the drawables are sufficiently large and video like to trigger a stream, but the lack of a filled mm time field triggers a warning in spice-gtk. --- ui/spice-display.c |5 + 1 files changed, 5

[Spice-devel] Windows agent constantly stops responding

2011-06-15 Thread John A. Sullivan III
Hello, all. Following on my previous email and the same configuration, we notice the Windows Agent constantly stops. We will connect once or twice and then it fails. If we RDP to the Windows guest, it says the service is running but, if we restart it, it now works . . . for a little while. Any

[Spice-devel] SPICE Fedora 15 guest X running at 100%

2011-06-15 Thread John A. Sullivan III
Since we were having some trouble as just outlined on our Windows tests, we thought we would let SPICE put its best foot forward and try a Fedora 15 guest running on a Fedora 15 KVM host. When it worked, it was amazing. However, most of the time, the system was barely responsive and the X

Re: [Spice-devel] Windows QXL driver - low pixel depth, low resolution, laggard mouse

2011-06-15 Thread --[ UxBoD ]--
- Original Message - Hello, all. We have recently jumped into SPICE with both hands and feet as we are intrigued with the possibilities. But, we've hit a few rocks along the way! The immediate problems with our two test Windows installations (Windows7 and Windows Server 2008

Re: [Spice-devel] Windows QXL driver - low pixel depth, low resolution, laggard mouse

2011-06-15 Thread Damien Churchill
On 15 June 2011 21:11, --[ UxBoD ]-- ux...@splatnix.net wrote: - Original Message - Hello, all.  We have recently jumped into SPICE with both hands and feet as we are intrigued with the possibilities.  But, we've hit a few rocks along the way! The immediate problems with our two

Re: [Spice-devel] SPICE Fedora 15 guest X running at 100%

2011-06-15 Thread John A. Sullivan III
On Wed, 2011-06-15 at 16:08 -0400, John A. Sullivan III wrote: Since we were having some trouble as just outlined on our Windows tests, we thought we would let SPICE put its best foot forward and try a Fedora 15 guest running on a Fedora 15 KVM host. When it worked, it was amazing. However,

Re: [Spice-devel] Windows QXL driver - low pixel depth, low resolution, laggard mouse

2011-06-15 Thread Alon Levy
On Wed, Jun 15, 2011 at 09:35:57PM +0100, Damien Churchill wrote: On 15 June 2011 21:11, --[ UxBoD ]-- ux...@splatnix.net wrote: - Original Message - Hello, all.  We have recently jumped into SPICE with both hands and feet as we are intrigued with the possibilities.  But, we've

Re: [Spice-devel] SPICE Fedora 15 guest X running at 100%

2011-06-15 Thread Alon Levy
On Wed, Jun 15, 2011 at 04:08:43PM -0400, John A. Sullivan III wrote: Since we were having some trouble as just outlined on our Windows tests, we thought we would let SPICE put its best foot forward and try a Fedora 15 guest running on a Fedora 15 KVM host. Heh, seeing as windows support is

Re: [Spice-devel] SPICE Fedora 15 guest X running at 100%

2011-06-15 Thread Alon Levy
On Wed, Jun 15, 2011 at 04:58:21PM -0400, John A. Sullivan III wrote: On Wed, 2011-06-15 at 16:08 -0400, John A. Sullivan III wrote: Since we were having some trouble as just outlined on our Windows tests, we thought we would let SPICE put its best foot forward and try a Fedora 15 guest

Re: [Spice-devel] Windows QXL driver - low pixel depth, low resolution, laggard mouse

2011-06-15 Thread Damien Churchill
On 16 June 2011 00:34, Alon Levy al...@redhat.com wrote: On Wed, Jun 15, 2011 at 09:35:57PM +0100, Damien Churchill wrote: On 15 June 2011 21:11, --[ UxBoD ]-- ux...@splatnix.net wrote: - Original Message - Hello, all.  We have recently jumped into SPICE with both hands and feet

Re: [Spice-devel] SPICE Fedora 15 guest X running at 100%

2011-06-15 Thread John A. Sullivan III
On Thu, 2011-06-16 at 01:39 +0200, Alon Levy wrote: On Wed, Jun 15, 2011 at 04:08:43PM -0400, John A. Sullivan III wrote: Since we were having some trouble as just outlined on our Windows tests, we thought we would let SPICE put its best foot forward and try a Fedora 15 guest running on a

Re: [Spice-devel] SPICE Fedora 15 guest X running at 100%

2011-06-15 Thread John A. Sullivan III
On Thu, 2011-06-16 at 01:41 +0200, Alon Levy wrote: On Wed, Jun 15, 2011 at 04:58:21PM -0400, John A. Sullivan III wrote: On Wed, 2011-06-15 at 16:08 -0400, John A. Sullivan III wrote: snip I checked my Xorg.0.log file and noticed that I was getting persistent messages about cache

Re: [Spice-devel] Windows QXL driver - low pixel depth, low resolution, laggard mouse

2011-06-15 Thread John A. Sullivan III
On Thu, 2011-06-16 at 01:34 +0200, Alon Levy wrote: On Wed, Jun 15, 2011 at 09:35:57PM +0100, Damien Churchill wrote: On 15 June 2011 21:11, --[ UxBoD ]-- ux...@splatnix.net wrote: - Original Message - Hello, all. We have recently jumped into SPICE with both hands and feet