Re: [Spice-devel] (no subject)

2022-10-26 Thread Carlos González
Proxmox has an excellent article about this: https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers As already mentioned though, QXL DOD is for Windows 8 and up; for Windows 7 is the "legacy" QXL with no other suffixes. El mié, 26 oct 2022 a las 11:28, Yan Vugenfirer () escribió: > Hi Ksawery, > >

Re: [Spice-devel] (no subject)

2022-10-26 Thread Yan Vugenfirer
Hi Ksawery, For Windows 7 you should install the "old" style QXL driver: https://www.spice-space.org/download.html under Windows Binaries, Windows QXL driver : https://www.spice-space.org/download/windows/qxl/qxl-0.1-24/ Best regards,

[Spice-devel] (no subject)

2022-10-25 Thread Ksawery Błaszczak
Hi i have question How do i install drivers qxl wddm dod drivers on windows 7 i use qemu?

[Spice-devel] (no subject)

2017-05-12 Thread Maciej Piechotka
Hi, I'm trying to write a spice server. However I cannot figure the API - and there is no documentation. How can I update a (re)draw the (part of) screen and get mouse updates? Matt PS. Please keep me in CC as I disabled mail delivery. ___ Spice-devel m

Re: [Spice-devel] (no subject)

2016-09-13 Thread Pavel Grunt
Hi, On Tue, 2016-09-13 at 15:44 +0800, Qingyun Ao wrote: > I try to test spice with h264 on Raspberry Pi, but failed with > error. Please open a bug (see https://www.spice-space.org/support.html ) server should not abort. If possible attach the backtrace. I don't know why gstreamer failed to ini

Re: [Spice-devel] (no subject)

2016-09-13 Thread Qingyun Ao
I try to test spice with h264 on Raspberry Pi, but failed with error. The spice server is started with qemu on CentOS 7, while the spicy client is built from spice-gtk (with gstreamer plugins including omx) on Debian (Raspberry Pi). Can anybody give some hint? The following are steps I used to s

Re: [Spice-devel] (no subject)

2016-09-12 Thread Pavel Grunt
Hello, On Mon, 2016-09-12 at 17:15 +0800, Qingyun Ao wrote: > Hello, all, > > > Is it possible to use spice with h264 feature on Raspberry Pi? If > yes, how? You would need to compile & use spice-gtk and spice server with gstreamer video support. For server it is ./configure --enable- gstreamer

Re: [Spice-devel] (no subject)

2016-09-12 Thread Christophe Fergeau
Hey, On Mon, Sep 12, 2016 at 05:15:05PM +0800, Qingyun Ao wrote: > Is it possible to use spice with h264 feature on Raspberry Pi? If yes, how? At this point, if you want the h264 encoding/decoding to be hardware-accelerated, no it's not possible. If there are some GStreamer elements providing har

[Spice-devel] (no subject)

2016-09-12 Thread Qingyun Ao
Hello, all, Is it possible to use spice with h264 feature on Raspberry Pi? If yes, how? aoqing...@gmail.com ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] (no subject)

2016-05-21 Thread Victor Toso
~ compose ~ * Changed the function name from file_transfer_operation_remove_task to file_transfer_operation_task_finished as it better states when this function shall be called. * Fixed double-free: FileTransferOperation is freed when every task is finished * Include debug logs to FileTransferOpe

[Spice-devel] (no subject)

2016-03-31 Thread Victor Toso
Sending the rebased version of this patch... changing the server version to the unstable as well ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] (no subject)

2015-11-25 Thread Sunny Shin
Hello Francois Gouget, While applying and testing your patches supporting VP8 and H264, I had an issue that VM gets hung when playing video. From gstack, it seems stuck in gstreamer. Please check the details below, and let me know what might be wrong. Thank you. - OS: CentOS 7 - Patches from git

Re: [Spice-devel] (no subject)

2015-06-15 Thread Dmitry Fleytman
Sent from my iPhone > On Jun 15, 2015, at 11:59, Christophe Fergeau wrote: > >> On Sun, Jun 14, 2015 at 08:27:00PM +0300, Kirill Moizik wrote: >> Hi, >> Indeed good split, unfortunately it cause crash without any errors in log, >> when usbdk installed and usbclerk not. > > Ah sorry about tha

Re: [Spice-devel] (no subject)

2015-06-15 Thread Christophe Fergeau
On Sun, Jun 14, 2015 at 08:27:00PM +0300, Kirill Moizik wrote: > Hi, > Indeed good split, unfortunately it cause crash without any errors in log, > when usbdk installed and usbclerk not. Ah sorry about that, though not a huge surprise given that I only compile tested them :-/. Feel free to send m

Re: [Spice-devel] (no subject)

2015-06-14 Thread Kirill Moizik
Hi, Indeed good split, unfortunately it cause crash without any errors in log, when usbdk installed and usbclerk not. We will fix it and will send v3 patches ASAP. Also we fixed second scenario mentioned by Fabiano, and the first one should be fixed by patch to libusb. Thanks, Kirill. On Fri, Jun

[Spice-devel] (no subject)

2015-06-12 Thread Christophe Fergeau
Hey, While reviewing the UsbDk patches, I realized the second patch was too big for something I can easily review, and that splitting the changes adding the 'use_usbclerk' variable and changing the #ifdef G_OS_WIN32 to if (use_usbclerk) would probably make the series easier to review. This is what

[Spice-devel] (no subject)

2014-12-23 Thread
Excuse me, :‍ gtk-osx-build-setup.sh: line 1: syntax error near unexpected token `newline' How to solve?‍ ‍___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] (no subject)

2014-12-19 Thread Christophe Fergeau
Hey, On Fri, Dec 19, 2014 at 10:04:15AM +0800, 密 wrote: > Excuse me,‍Mac OSX How to build a SPICEClient environment~‍ You can find some instructions about this on http://www.spice-space.org/page/OSX_Client If you manage to build a newer version, I'd be glad to link to it from the wiki page so th

[Spice-devel] (no subject)

2014-12-18 Thread
Excuse me,‍Mac OSX How to build a SPICEClient environment~‍___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] (no subject)

2014-07-01 Thread Marc-André Lureau
Hi - Original Message - > HI,guys > i am reading the source code of spice-gtk.But seems there are some signal, > like chanel-new,display-mark,notify::monitors, that i dont know where it was > registered. It is registered by the class of the object. > i searched these signals in html file

[Spice-devel] (no subject)

2014-07-01 Thread Aaron Zhang(张秉兆)
HI,guys i am reading the source code of spice-gtk.But seems there are some signal, like chanel-new,display-mark,notify::monitors, that i dont know where it was registered. i searched these signals in html files of spice-gtk, and no any introduce of them. where are these signals had been register

[Spice-devel] (no subject)

2014-03-06 Thread DAVID VAZQUEZ ESCACENA
Hi, Windows 8 is support for spice protocol Best Regards -- David Vázquez sivcloud.blogspot.com ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] (no subject)

2013-08-08 Thread wlbleaboy@126
___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] (no subject)

2013-08-08 Thread wlbleaboy@126
___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] (no subject)

2013-01-29 Thread colorfilter06
subscribe SJ@liu80 nodigest___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] (no subject)

2012-03-01 Thread Alon Levy
On Wed, Feb 29, 2012 at 07:01:53PM +0100, Christophe Fergeau wrote: > Hey, > > Here is a patch series to fix the build of spice-client on mingw. The build > is currently broken with the latest ming32-win-pthreads update because a > function got missing (bug reported upstream). I couldn't test it d

[Spice-devel] (no subject)

2012-02-29 Thread Christophe Fergeau
Hey, Here is a patch series to fix the build of spice-client on mingw. The build is currently broken with the latest ming32-win-pthreads update because a function got missing (bug reported upstream). I couldn't test it doesn't break VC++ builds because the build seems to be broken before these pat