>
> qxl has two modes: "native" (used by the drm driver) and "vga" (vga
> compatibility mode, typically used for boot display and firmware
> framebuffers).
>
> Accessing any vga ioport will switch the qxl device into vga mode.
> The qxl driver never does that, but other drivers accessing vga port
On Sun, Aug 11, 2019 at 4:41 PM Snir Sheriber wrote:
>
> Hi,
>
>
>
> Tested, seems to work well! switching is smooth, if codec fails
> it falls back to mjpeg (not very loudly), no default gstreamer
> codec currently. As mentioned i find this feature useful :)
>
> another comment below
>
>
> On 8/6
Hi,
Sorry for the late replay
On 8/28/19 5:44 PM, Frediano Ziglio wrote:
The Xlib capture helper provides a wrapping class for XImage, Display
information and other capturing related functionalities which allows
to use unified and simple API for screen capturing using X.
This also utilize the
>
> Signed-off-by: Kevin Pouget
Acked
> ---
> common/recorder.h | 3 ++-
> tests/Makefile.am | 1 +
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/common/recorder.h b/common/recorder.h
> index 98b8797..8448e02 100644
> --- a/common/recorder.h
> +++ b/common/recorder.h
> @@
Signed-off-by: Kevin Pouget
---
common/recorder.h | 3 ++-
tests/Makefile.am | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/common/recorder.h b/common/recorder.h
index 98b8797..8448e02 100644
--- a/common/recorder.h
+++ b/common/recorder.h
@@ -20,6 +20,7 @@
#include
#in
> hello:
> When i use mingw32 to compile virt-viewer, it occuried problem. The error is
> 'error: Package requirements (spice-controller) were not met:'.
> I've been searching the Internet for a long time. But still can't find the
> way to solve the problem. I don't know where can I get the packag
hello:
When i use mingw32 to compile virt-viewer, it occuried problem. The error
is 'error: Package requirements (spice-controller) were not met:'.
I've been searching the Internet for a long time. But still can't find the way
to solve the problem. I don't know where can I get the package
Inline red_channel_client_get_channel in spice_channel_client_error
macro.
Signed-off-by: Frediano Ziglio
---
server/red-channel-client.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/server/red-channel-client.c b/server/red-channel-client.c
index 337733d5d..2fee76f57 100
No much reason for not inlining it, it's quite small and do
not reduce readability.
Note that spice_server_migrate_switch is deprecated and not
used by Qemu since commit 67be6726b6459472103ee87ceaf2e8e97c154965
(cfr "spice: raise requirement to 0.12" September 2012).
Signed-off-by: Frediano Ziglio
> Sorry if these message is not for this department, don't know what mail use
> for doubts like this.
> Always for the client is required to download something like "virt-viewer" to
> connect and watch the machine on the server?
> I mean, I can't make the client to just connect to my page and don'
On Sat, Sep 07, 2019 at 09:58:46PM -0400, Ilia Mirkin wrote:
> On Wed, Aug 21, 2019 at 7:55 AM Thierry Reding
> wrote:
> >
> > On Wed, Aug 21, 2019 at 04:33:58PM +1000, Ben Skeggs wrote:
> > > On Wed, 14 Aug 2019 at 20:14, Gerd Hoffmann wrote:
> > > >
> > > > Hi,
> > > >
> > > > > > Changing t
Awesome, thanks!
Em ter, 10 de set de 2019 08:31, Uri Lublin escreveu:
> On 9/10/19 3:28 AM, Rafael de Almeida wrote:
> > Hello,
> >
> > We use x2go and chrome remote desktop for VDI on the virtual machines
> > that are on proxmox.
> >
> > We recently started using spice to access webcam through
>
> Signed-off-by: Kevin Pouget
I needed this to compile (maybe different options):
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4b8bcf4..e8766d8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -73,6 +73,7 @@ test_dummy_recorder_SOURCES = \
$(NULL)
test_du
Signed-off-by: Kevin Pouget
---
common/recorder.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/common/recorder.h b/common/recorder.h
index 98b8797..8448e02 100644
--- a/common/recorder.h
+++ b/common/recorder.h
@@ -20,6 +20,7 @@
#include
#include
+#include
/* Re
14 matches
Mail list logo