[Spice-devel] A few questions about Spice

2012-10-02 Thread Vincent Desprez
Hi guys, First let me thank you for the wonderful work that is Spice. I discovered it just a week ago and am really enthusiastic about it. Nevertheless I have a few questions about the further development of the soft: - I see that you plan to extend the spice protocol to physical machines. Could

[Spice-devel] Some spice-html5 issues

2012-11-30 Thread Vincent Desprez
Hi, When using spice-html5, I cannot properly use the keyboard: especially the arrow keys or AltGr, or the accent letters (with French keyboard). Have you planned to fix it? An other issue: when I switch the resolution of the distant desktop for a bigger resolution that the one which was set at t

Re: [Spice-devel] Announcing spice 0.12.2 & spice-protocol 0.12.3

2012-12-28 Thread Vincent Desprez
Hi everyone, I didn't find out how to use the websocket new feature. Do I need to add an option to the command line (and then, is it possible to use it with libvirt), or is it done throw an environment variable? However, thanks for your work Vincent On Thu, Dec 20, 2012 at 9:18 PM, Hans de Goe

[Spice-devel] [PATCH spice-html5]Handling non top-down lz_rgb

2013-01-16 Thread Vincent Desprez
Hi, In order to make spice-html5 working with windows guest and qxl driver, I made a patch to handle non top-down lz_rgb. I don’t know if it is possible to make it more efficient but tests showed the result is responsive enough. However I still have glitches in my screen (that I didn’t have without

Re: [Spice-devel] [PATCH spice-html5]Handling non top-down lz_rgb

2013-01-17 Thread Vincent Desprez
On Wed, Jan 16, 2013 at 8:05 PM, Jeremy White wrote: > Hi Vincent, > > On 01/16/2013 10:54 AM, Vincent Desprez wrote: > > Hi, > > In order to make spice-html5 working with windows guest and qxl driver, > > I made a patch to handle non top-down lz_rgb. I don’t know if it

Re: [Spice-devel] [PATCH spice-html5]Handling non top-down lz_rgb

2013-01-22 Thread Vincent Desprez
ciate it. > > Cheers, > > Jeremy > ___ > Spice-devel mailing list > Spice-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/spice-devel > Signed-off-by: Vincent De

[Spice-devel] recent spice-protocol doc

2013-02-19 Thread Vincent Desprez
Hi, Is there a more recent spice protocol definition than this one: http://spice-space.org/docs/spice_protocol.pdf ? Vincent DESPREZ ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice

[Spice-devel] improving spice-html5 performance

2013-02-19 Thread Vincent Desprez
I would like to participate improving the HTML5 client. Are there some critical features missing (e.g., is caching implemented yet?). Finally, does someone more involved in the project want to coach me in this task? Vincent DESPREZ ___ Spice-devel

Re: [Spice-devel] improving spice-html5 performance

2013-03-05 Thread Vincent Desprez
ponsible for the glitches, however I don't clearly understand what these flags are used for. Could you please tell me more about it, and maybe where it is handled in the thinclient? Cheers Vincent On Tue, Feb 19, 2013 at 4:30 PM, Jeremy White wrote: > Hi Vincent, > > On 02/19/2013

[Spice-devel] [PATCH spice-html5] handling cursor caching

2013-03-06 Thread Vincent Desprez
spice-html5/, correct?). Did I something wrong? Cheers, Vincent Signed-off-by: Vincent Desprez --- cursor.js | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/cursor.js b/cursor.js index e3f6e0e..fc8abe7 100644 --- a/cursor.js +++ b/cursor.js @@ -59,7

[Spice-devel] [spice-HTML5][PATCH try 2] Handling cursor caching

2013-03-07 Thread Vincent Desprez
Signed-off-by: Vincent Desprez --- cursor.js | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cursor.js b/cursor.js index e3f6e0e..6f2f26a 100644 --- a/cursor.js +++ b/cursor.js @@ -59,7 +59,7 @@ SpiceCursorConn.prototype.process_channel_message = function(msg

[Spice-devel] [spice-HTML5][PATCH try 2] Handling non-topdown lz_rgb

2013-03-07 Thread Vincent Desprez
Signed-off-by: Vincent Desprez --- display.js |3 --- lz.js | 16 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/display.js b/display.js index 9f1e3dd..cff964f 100644 --- a/display.js +++ b/display.js @@ -284,9 +284,6

Re: [Spice-devel] improving spice-html5 performance

2013-03-12 Thread Vincent Desprez
Really sorry to go back to it but I simply could not manage to find the answer myself. I explored the code of the client, server, even pixman… but I really couldn’t find what those mask flags are used for. Any tip? Vincent On Wed, Mar 6, 2013 at 2:48 PM, Jeremy White wrote: > On 03/05/2013 09:

[Spice-devel] [spice-HTML5][PATCH try3] Handling non-topdown lz_rgb

2013-03-20 Thread Vincent Desprez
Signed-off-by: Vincent Desprez --- display.js | 3 --- lz.js | 17 + 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/display.js b/display.js index 9f1e3dd..cff964f 100644 --- a/display.js +++ b/display.js @@ -284,9 +284,6

[Spice-devel] [spice-HTML5][PATCH try3] Handling cursor caching

2013-03-20 Thread Vincent Desprez
Signed-off-by: Vincent Desprez --- cursor.js | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/cursor.js b/cursor.js index e3f6e0e..f495190 100644 --- a/cursor.js +++ b/cursor.js @@ -59,7 +59,7 @@ SpiceCursorConn.prototype.process_channel_message = function(msg

Re: [Spice-devel] spice-html5 mouse pointer is not at the correct location in the VM

2013-05-23 Thread Vincent Desprez
You can also try to simply declare your mouse as a tablet, by adding "-usbdevice tablet" in your qemu command line. Vincent On Thu, May 23, 2013 at 3:21 PM, Jeremy White wrote: > On 05/23/2013 02:39 AM, andya wrote: > > mouse pointer is not at the correct location in the VM and have two > > mou