Skip to content

Commit

Permalink
GUACAMOLE-377: Document the disable-gfx property.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Nov 19, 2024
1 parent c90fb21 commit 467658e
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 467658e

Please sign in to comment.