You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Martin Ciglan <m....@sino.sk> on 2018/07/22 16:26:24 UTC

Guacamole and multi-monitor support?

Does latest Guacamole version support two monitors over RDP?



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Guacamole and multi-monitor support?

Posted by Nick Couchman <vn...@apache.org>.
On Thu, Jul 26, 2018 at 5:33 AM Martin Ciglan <m....@sino.sk> wrote:

> Thank you.
>
> Is there any pre-estimation (imagination), how much work this would be for
> dev?
>
>
>
It's kind of hard to say, although I think it would probably be pretty
involved.  Here's what I would imagine would be involved in it:
- Making sure that there is support throughout the browsers for
multi-monitor access and figuring out how to make that work consistently.
- The Guacamole protocol would probably have to be modified to support
multiple canvases and handle those in an object or associative array rather
than just the single canvas it currently supports.
- Each of the protocols in guacd would have to be modified to handle more
than one canvas and pass that information on to the connection.  RDP would
probably support it pretty easily, while some of the others may not support
it at all.

As far as the Guacamole developers go, I probably know the least about the
internals of the protocol, so I may be wrong about some of this, but that's
just my guess.  If the Guacamole protocol does end up getting modified that
makes it a pretty deep change and probably means a decent level of effort.

-Nick

Re: Guacamole and multi-monitor support?

Posted by Martin Ciglan <m....@sino.sk>.
Thank you.

Is there any pre-estimation (imagination), how much work this would be for
dev?



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Guacamole and multi-monitor support?

Posted by Mike Jumper <mj...@apache.org>.
On Sun, Jul 22, 2018 at 9:26 AM, Martin Ciglan <m....@sino.sk> wrote:

> Does latest Guacamole version support two monitors over RDP?
>
>
Not at present. See: https://issues.apache.org/jira/browse/GUACAMOLE-288

- Mike