Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-1267: Document parameter for disabling remote input devices in VNC. #238

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/configuring-guacamole.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,19 @@ available to work around such issues.
value is chosen here, if a particular update uses less than 256 colors,
Guacamole will always send that update as a 256-color PNG.

`disable-server-input`
: Whether or not the VNC client should ask the VNC server to disable local
input devices when the client connects. Some VNC servers support this
feature in order to give preference to input from the client, and to
avoid situations where the local keyboard and/or mouse may be "fighting"
with the remote keyboard and/or mouse for control. Note that this
requires the remote VNC server to have this feature supported and
enabled, and there is no guarantee that the remote system will honor
the request. Setting this parameter to "true" will request that the
VNC server disable the local input devices; leaving it blank or
setting to false will not make that request. This parameter is
optional.

`swap-red-blue`
: If the colors of your display appear wrong (blues appear orange or red,
etc.), it may be that your VNC server is sending image data incorrectly,
Expand Down
Loading