On Mon, Jan 10, 2011 at 09:20:39PM +0800, 梁亮 wrote:
> Hi,
>
> Thanks for your kind information. Yes, recently I digged the spice
> implementation and found some clues like what you mentioned :-) I still have
> some questions regarding stream data:
> 1) from version 0.63 source code, it seems t
Hi,
Thanks for your kind information. Yes, recently I digged the spice
implementation and found some clues like what you mentioned :-) I still have
some questions regarding stream data:
1) from version 0.63 source code, it seems that 32bit bitmap format is not
supported to use MJPEG, why?
2)
On Mon, Jan 10, 2011 at 01:43:47PM +0100, Marc-André Lureau wrote:
> Hi
>
> On Mon, Jan 10, 2011 at 1:34 PM, Andrew Osborne
> wrote:
> > Installed ok, but where do I go from here? are there any docs to point me
> > in the right direction?
>
> Spice-gtk comes with two simple clients: spicy (gtk
Hi
On Mon, Jan 10, 2011 at 1:34 PM, Andrew Osborne
wrote:
> Installed ok, but where do I go from here? are there any docs to point me
> in the right direction?
Spice-gtk comes with two simple clients: spicy (gtk client) and snappy
(screenshot).
Usage:
spicy [OPTION...] - spice client applica
Installed ok, but where do I go from here? are there any docs to point me
in the right direction?
Many Thanks
Andrew
On 10 January 2011 12:00, Marc-André Lureau wrote:
> Hi Andrew,
>
> - Original Message -
> > after ./configure, I get this,
> >
> >
> >
> > checking for PROTO
>
>
> COL
On 01/08/2011 04:23 PM, Alon Levy wrote:
These patches rewrite most of the display test, adding a cursor
channel test (but not used in current tester), and making it easier
to add future tests by creating a command queue, see test_display_no_ssl.c
and test_display_streaming.c
The patches themsel
Hi Andrew,
- Original Message -
> after ./configure, I get this,
>
>
>
> checking for PROTOCOL... yes
> checking for PIXMAN... no
> configure: error: Package requirements (pixman-1 >= 0.17.7) were not
> met:
>
> No package 'pixman-1' found
>
I guess you are missing pixman-devel.
The
after ./configure, I get this,
checking for PROTOCOL... yes
checking for PIXMAN... no
configure: error: Package requirements (pixman-1 >= 0.17.7) were not met:
No package 'pixman-1' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard pr
On Fri, Dec 17, 2010 at 09:51:39PM +0800, 梁亮 wrote:
> Dear all,
>
> Several days ago I tried using spice and really impressed by its
> performance, really good job! Then I tried to dig the details, mainly focus
> on graphics subsystem and learned a lot. Thank you!
>
> During studying the handl