[Spice-devel] why does X11 SHM backend is not compatible with GTK3?

2019-07-17 Thread
Why does it not compatible? 发送自 Windows 10 版邮件应用 ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH] remove a duplicate line

2019-03-22 Thread
Signed-off-by: kunming.xie --- server/dcc-send.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/dcc-send.c b/server/dcc-send.c index 326e6fa8..84fa1be7 100644 --- a/server/dcc-send.c +++ b/server/dcc-send.c @@ -1979,7 +1979,6 @@ static void red_marshall_image(RedChannelClient *rcc,

[Spice-devel] [PATCH] Fix typo, change DeviceName to device_name

2018-11-16 Thread
Signed-off-by: kunming.xie --- vdagent/display_configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdagent/display_configuration.h b/vdagent/display_configuration.h index ef4f989..7e2f8ac 100644 --- a/vdagent/display_configuration.h +++ b/vdagent/display_config

[Spice-devel] 答复: 答复: 答复: how to open jpg binary file (/tmp/spice_dump/x.jpg)?

2018-06-20 Thread
Yes. It works well. 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用 发件人: Frediano Ziglio 发送时间: Wednesday, June 20, 2018 8:11:58 PM 收件人: 谢昆明 抄送: 谢 昆明; spice-devel@lists.freedesktop.org; Christophe Fergeau 主题: Re: 答复: [Spice-devel] 答复:

[Spice-devel] 答复: 答复: how to open jpg binary file (/tmp/spice_dump/x.jpg)?

2018-06-20 Thread
Fix bug. 发送自 Windows 10 版邮件应用 发件人: Frediano Ziglio 发送时间: 2018年6月20日 18:32 收件人: 谢 昆明 抄送: spice-devel@lists.freedesktop.org; Christophe Fergeau 主题: Re: [Spice-devel] 答复: how to open jpg binary file (/tmp/spice_dump/x.jpg)?   Yes. It is some spice code which is calling dump_jpeg.   After apply

[Spice-devel] 答复: how to open jpg binary file (/tmp/spice_dump/x.jpg)?

2018-06-20 Thread
Yes. It is some spice code which is calling dump_jpeg. After apply this patch, jpeg file can be open by eog. 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用 发件人: Christophe Fergeau<mailto:cferg...@redhat.com> 发送时间: 2018年6月20日 17:28 收件人: 谢 昆明<mailto:kunming.

[Spice-devel] how to open jpg binary file (/tmp/spice_dump/x.jpg)?

2018-06-20 Thread
Hey guys. I have dump some jpg file, but I can’t open it with eog. static int jpeg_id = 0; static void dump_jpeg(uint8_t* data, int data_size) { char file_str[200]; uint32_t id = ++jpeg_id; #ifdef WIN32 sprintf(file_str, "c:\\tmp\\spice_dump\\%u.jpg", id); #else sprintf(file_str,

[Spice-devel] patch for fix windows vd_agent memory leak

2017-05-19 Thread
0001-fix-memory-leak.patch Description: 0001-fix-memory-leak.patch ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] WDDM driver for Win7?

2016-09-12 Thread
WDDM on windows 10 does not produce the flickers but the mouse is not as snappy as windows 7. I think this could perhaps be due to Win10 itself. I read that WDDM is supported from Vista and onward, why cant the qxl-wddm-dod driver work for windows 7 as well, maybe I am doing something wrong or