Dear All,
I have crossed compiled spice client for target platform (spicec, 0.6.0
version) and server & qemu (git version) on x86_64 system.
XP SP3 was installed under qemulator. both server and client are in same
network. target platform is able to display XP GUI on top X server.
As per my ob
We were allocating a fb of max-width * max-width pixels rather then
max-height * max-width pixels, this patch fixes this.
---
src/qxl_driver.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index 8492792..6967e80 100644
--- a/src/qx
With the old default virtual size of 1024x768, using higher resolutions
is not possible without an xorg.conf. Since the default now a days is
to not have an xorg.conf, this is sort of unfortunate.
This patch makes these higher resolutions available by making the
default virtual size 1920x1080, whi
---
spice/enums.h | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/spice/enums.h b/spice/enums.h
index 3317536..6c65d61 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -327,6 +327,7 @@ enum {
SPICE_CHANNEL_PLAYBACK,
SPICE_CHANNEL_RECORD,
SPICE
- "Alexander Larsson" wrote:
> On Thu, 2010-09-09 at 10:23 -0400, Matt Feinberg wrote:
> > I apologize if this information is on the list somewhere. I could
> not find it.
> >
> > Are there binaries for 64 bit Windows 7 QXL drivers? I have a 64
> bit Windows 7
> > guest which I'm trying t
Hi Hans,
When you wikify it (fixed with Alon's comments), I will add the new
clipboard messages and flow.
10x,
Arnon
Hans de Goede wrote:
Hi All,
This is a first draft version / a first attempt to document the
spice vdagent protocol. This is meant to eventually go to the wiki.
Question where
Currently unless an xorg.conf with modelines is used a lot of the
qxl supported modes like 1920x1080 are not available, because the xorg
default modelines set does not have modelines for them.
This patch adds modelines to the driver for all modes supported by qxl
bringing the xorg driver up to par