[Spice-devel] QXL from spice-guest-tools-0.3, Code 52 - signing problem?

2013-01-24 Thread Richard Chan
Hi, Is anyone having problems with the QXL driver from spice-guest-tools 0.3 under Windows 7 Pro? It is installing correctly but not running due to signing issues (code 52). If I disable Driver Enforcement (F8) it runs fine. All other drivers in that set, i.e., serial, net, storage, balloon are

Re: [Spice-devel] settings for qxl memory size

2013-01-24 Thread Davide Canova
2013/1/24 Alon Levy : >> Is the amount of MB in the first 3 lines as expected? In another test >> I tried 16M for both qxl-vga.ram_size and qxl-vga.vram_size but these >> lines didn't change. > > No, it isn't, good that you noticed (bad that I didn't). vram/64 can be > (should be - no driver knows

Re: [Spice-devel] [PATCH] Establish a preferred default of 1024x768 correctly.

2013-01-24 Thread Jeremy White
> I have one bit of due diligence I'm going to do as well; > (I wanted to make sure the change to qxl_resize_primary_to_virtual > shouldn't be it's own patch, and maybe see if that's what > led to my NumHeads confusion), but I'll hopefully respin > and submit today or tomorrow. Blech. I'm glad I

Re: [Spice-devel] Question about poor performance of Ubuntu VMs

2013-01-24 Thread Scott Dowdle
Alon, - Original Message - > Which version of qxl is in the ubuntu vm and which in the fedora vm? are the > qemu > invocations exactly the same (other then the image)? Is there an xorg.conf in > the > fedora vm not in the ubuntu vm? I've used Fedora 16, 17, and 18 and they preform well

Re: [Spice-devel] Question about poor performance of Ubuntu VMs

2013-01-24 Thread Scott Dowdle
Alon, - Original Message - > So on the same host a fedora vm works fast but the ubuntu is slow? That is correct. > I suspect the driver is not installed or not recognized in the ubuntu > vm. Can you provide the X log? The log is 94K so I just stuck it in my webspace. Here's the URL: h

Re: [Spice-devel] Question about poor performance of Ubuntu VMs

2013-01-24 Thread Alon Levy
> Greetings, > > I'm a big Red Hat / clone slash Fedora guy... and I use use a lot of > KVM. I primarily create Fedora, RHEL/clone, and Windows KVM guests > and they work great... but every once in a while I like to try out > an Ubuntu release just to see what's new. I have tried their Unity > s

Re: [Spice-devel] Fedora 18 guest's GUI is slow. Due to 3D driver?

2013-01-24 Thread Scott Dowdle
Javaon, - Original Message - > already disabled, still slow response in GUI. :-( It didn't even work until recently (with the release of Fedora 17) as seen in this features page for Fedora 17: https://fedoraproject.org/wiki/Features/Gnome_shell_software_rendering As you probably know,

[Spice-devel] Question about poor performance of Ubuntu VMs

2013-01-24 Thread Scott Dowdle
Greetings, I'm a big Red Hat / clone slash Fedora guy... and I use use a lot of KVM. I primarily create Fedora, RHEL/clone, and Windows KVM guests and they work great... but every once in a while I like to try out an Ubuntu release just to see what's new. I have tried their Unity spin as well

Re: [Spice-devel] Fedora 18 guest's GUI is slow. Due to 3D driver?

2013-01-24 Thread javaon
already disabled, still slow response in GUI. :-( On 01/24/2013 10:52 PM, Yonit Halperin wrote: Hi, On 01/24/2013 08:23 AM, javaon wrote: Thanks for replying, Alon. Yes, I found that 3d rendering in software. But.. is there any method to improve the response speed of Fedora GNOME desktop? You

Re: [Spice-devel] Fedora 18 guest's GUI is slow. Due to 3D driver?

2013-01-24 Thread Yonit Halperin
Hi, On 01/24/2013 08:23 AM, javaon wrote: Thanks for replying, Alon. Yes, I found that 3d rendering in software. But.. is there any method to improve the response speed of Fedora GNOME desktop? You know, Windows XP/7 guest's speed is really pretty fast! Thanks. You can try disabling off scree

Re: [Spice-devel] [PATCH] Establish a preferred default of 1024x768 correctly.

2013-01-24 Thread Jeremy White
On 01/24/2013 05:37 AM, Hans de Goede wrote: Hi, Overall comments: 1) I've run several tests with this, and this looks good to go. Great, thanks! 2) As Alon said, please split of the #if 0 blocks removal, I agree they can be removed after this patch, but lets do so in a follow-up patch Se

Re: [Spice-devel] [PATCH] Establish a preferred default of 1024x768 correctly.

2013-01-24 Thread Jeremy White
Is it possible to break out the #if 0 removals since I don't see any relation between them and this patch? I'm a huge fan of smaller, more surgical patches. And yeah, I'll shift the first #if 0 removal to another patch. But I think the larger and more material #if 0 removals are related to th

Re: [Spice-devel] Fedora 18 guest's GUI is slow. Due to 3D driver?

2013-01-24 Thread Alon Levy
> Thanks for replying, Alon. > > Yes, I found that 3d rendering in software. But.. is there any method > to improve the response speed of Fedora GNOME desktop? You know, > Windows XP/7 guest's speed is really pretty fast! Sadly the 3.x GNOME desktop requires 3d rendering and spice does not know h

[Spice-devel] [PATCH] server/red_parse_qxl.h: use SpiceCopyBits

2013-01-24 Thread Alon Levy
--- server/red_parse_qxl.h | 4 +--- spice-common | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/server/red_parse_qxl.h b/server/red_parse_qxl.h index 3adc9fa..58dc52d 100644 --- a/server/red_parse_qxl.h +++ b/server/red_parse_qxl.h @@ -43,9 +43,7 @@ typedef struc

[Spice-devel] [PATCH spice-common] common/draw.h: add SpiceCopyBits

2013-01-24 Thread Alon Levy
Similar to the almost identity relation between QXLFoo and SpiceFoo for other structs, this one has just been left out. --- common/draw.h | 4 1 file changed, 4 insertions(+) diff --git a/common/draw.h b/common/draw.h index 3704358..1df42e8 100644 --- a/common/draw.h +++ b/common/draw.h @@ -

[Spice-devel] [PATCH] RFC: add QXLListCmd for batched commands

2013-01-24 Thread Alon Levy
--- spice/qxl_dev.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h index a3e91a5..c2fda3a 100644 --- a/spice/qxl_dev.h +++ b/spice/qxl_dev.h @@ -351,6 +351,12 @@ typedef struct SPICE_ATTR_PACKED QXLCursorCmd { uint8_t device_data[QXL_CURSUR_DEVICE_

Re: [Spice-devel] Fedora 18 guest's GUI is slow. Due to 3D driver?

2013-01-24 Thread javaon
Thanks for replying, Alon. Yes, I found that 3d rendering in software. But.. is there any method to improve the response speed of Fedora GNOME desktop? You know, Windows XP/7 guest's speed is really pretty fast! Thanks. On 01/24/2013 09:13 PM, Alon Levy wrote: hi list, I am running Fedora 1

Re: [Spice-devel] Fedora 18 guest's GUI is slow. Due to 3D driver?

2013-01-24 Thread Alon Levy
> hi list, > > I am running Fedora 18 (GNOME version) as a guest in a host with qemu > 1.3. But the desktop is slow. I have already opened 3D acceleration > in the guest's xml definition file.But the desktop is slow. I have > already opened 3D acceleration in the guest's xml definition file. > >

Re: [Spice-devel] settings for qxl memory size

2013-01-24 Thread Alon Levy
> 2013/1/23 Alon Levy : > > Looks like the client isn't supplying the correct password set > > below. You can also disable passwords by the "disable-ticketing" > > option, i.e. "-spice disable-ticketing,..." > > I didn't notice that warning, I should have disabled passwords for > the > sake of pos

Re: [Spice-devel] [PATCH xf86-video-qxl 2/2] qxl: Don't add the current mode to the modelist as preferred-mode (rhbz#894421)

2013-01-24 Thread Hans de Goede
Hi, On 01/24/2013 12:54 PM, Hans de Goede wrote: Adding the current mode to the monitor modelist as "extra" preferred mode means that each time the modelist gets queried, and the resolution has changed, a different modelist is returned for the output. A different modelist gets seen as a differe

[Spice-devel] [PATCH xf86-video-qxl 2/2] qxl: Don't add the current mode to the modelist as preferred-mode (rhbz#894421)

2013-01-24 Thread Hans de Goede
Adding the current mode to the monitor modelist as "extra" preferred mode means that each time the modelist gets queried, and the resolution has changed, a different modelist is returned for the output. A different modelist gets seen as a different monitor by gnome-settings-daemon, causing it to th

[Spice-devel] [PATCH xf86-video-qxl 1/2] Send correct count in qxl_update_monitors_config

2013-01-24 Thread Hans de Goede
When we've for example only output qxl-0 and qxl-2 enabled, the heads array of the QxlMonitorsConfig struct we send will be sparse, containing a 0 width and height entry at index 1. Since the qxl-dev (and subsequently the spice-client) will only look at QxlMonitorsConfig.count entries in the heads

[Spice-devel] [vdagent-win 2/2] spec: Automatically substitute version

2013-01-24 Thread Christophe Fergeau
This commit generates a .spec file with the right version number when configure is run. --- configure.ac| 1 + mingw-spice-vdagent.spec| 94 - mingw-spice-vdagent.spec.in | 92 3 files cha

[Spice-devel] [vdagent-win 1/2] spec: Add missing call to %mingw_debug_packages

2013-01-24 Thread Christophe Fergeau
This automatically generates the needed debug packages for .debug files. Without this, the rpm build fails. --- mingw-spice-vdagent.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-spice-vdagent.spec b/mingw-spice-vdagent.spec index 7674ba0..1351419 100644 --- a/mingw-spice-vdagent.s

Re: [Spice-devel] [PATCH] Establish a preferred default of 1024x768 correctly.

2013-01-24 Thread Hans de Goede
Hi, Overall comments: 1) I've run several tests with this, and this looks good to go. 2) As Alon said, please split of the #if 0 blocks removal, I agree they can be removed after this patch, but lets do so in a follow-up patch 3) I don't like the hardcoded 1024x768, yes I know it was there befor

[Spice-devel] Fedora 18 guest's GUI is slow. Due to 3D driver?

2013-01-24 Thread javaon
hi list, I am running Fedora 18 (GNOME version) as a guest in a host with qemu 1.3. But the desktop is slow. I have already opened 3D acceleration in the guest's xml definition file.But the desktop is slow. I have already opened 3D acceleration in the guest's xml definition file. By the way,

Re: [Spice-devel] [video-qxl 2/2] Default to only one head, not 4.

2013-01-24 Thread Hans de Goede
Hi, On 01/23/2013 07:47 PM, Jeremy White wrote: Aha! I built a qxl_driver from git tip, put that on my fc18 guest, and now I see 4 displays in my drop down list. (I had mistakenly presumed that by up to date fc18 guest, you wanted those stock qxl packages, but the fc18 qxl driver is fairly old

Re: [Spice-devel] settings for qxl memory size

2013-01-24 Thread Davide Canova
2013/1/23 Alon Levy : > Looks like the client isn't supplying the correct password set below. You can > also disable passwords by the "disable-ticketing" option, i.e. "-spice > disable-ticketing,..." I didn't notice that warning, I should have disabled passwords for the sake of posting, but I di

Re: [Spice-devel] [video-qxl 2/2] Default to only one head, not 4.

2013-01-24 Thread Hans de Goede
Hi, On 01/23/2013 07:07 PM, Jeremy White wrote: I currently have qemu-1.3 + spice server 0.12-2, with spice client gtk and virt-viewer from git tip of yesterday. I am running a fully up to date fc18 guest. Hmm that should be new enough I think... I launch qemu from the command line, adding

Re: [Spice-devel] [video-qxl 2/2] Default to only one head, not 4.

2013-01-24 Thread Hans de Goede
Hi, On 01/23/2013 11:39 PM, Jeremy White wrote: BTW reading patch 1 again, I wonder what exactly it tries to solve, since currently when using spice with qemu (no experience with x-spice) you can already set modes > 1024x768 without problems. Alright, I've spent my day relearning this code, an

Re: [Spice-devel] [PATCH] Establish a preferred default of 1024x768 correctly.

2013-01-24 Thread Alon Levy
On Wed, Jan 23, 2013 at 04:40:38PM -0600, Jeremy White wrote: > This fixes a bug with x-spice where you could not specify > a default mode in an xorg.conf modeline that was greater > than 1024x768. This also eliminates (and partially > reverts) patch c1b537fc. > > It may also fix bug 894421, wher

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-24 Thread Han Pilmeyer
On 23/01/2013 15:34, Christophe Fergeau wrote: On Wed, Jan 23, 2013 at 01:10:15PM +0100, Han Pilmeyer wrote: I'm really happy that Cole made available the latest Windows drivers. However, as a naïve Fedora user, this is really confusing. For as far as I can tell the virtio-win package is no lon