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-377: Document the disable-gfx property. #266

Merged
merged 1 commit into from
Nov 20, 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
11 changes: 11 additions & 0 deletions src/configuring-guacamole.md
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,17 @@ desired.
this parameter, as glyph caching support is not considered stable by FreeRDP
as of the FreeRDP 2.0.0 release. See: {jira}`GUACAMOLE-1191`.**

`disable-gfx`
: Version 1.6.0 of Guacamole introduces RDP support for the Graphics Pipeline
Extension, or GFX, which is a way to encode remote display data that
significantly accelerates the display of that data on the client, resulting
in applications that are much more responsive on RDP clients. The GFX
extension is enabled by default, as most common RDP servers support it,
and a few actually require it. If, for some reason, you're connecting
to a server that does not support it, or you find it causing problems,
this connection parameter allows you to disable support for it, falling
back to the more basic implementation for sending graphics over RDP.

(rdp-remoteapp)=

#### RemoteApp
Expand Down
Loading