On Wed, Jan 24, 2018 at 1:14 PM, genesis <gg...@live.com> wrote: > Hi, im trying to specify the color-depth parameter and the dpi parameter to > an windows server. > The dpi is working fine ...
On the contrary, for the "dpi" parameter, your logs say: > Jan 24 12:55:12 debian guacd[9281]: Specified value "[#015#012 ""#015#012]" for parameter "dpi" is not a valid integer. Using default value of 96. Something is definitely wrong with the parameter you're passing in here. Guacamole is continuing to work because it's falling back to its own default value, being unable to parse the value you've provided. but when I try to specify the color-depth it not > changes the default value. > > I have tried to set 16 and 32 as value. > On the guacd logs It says nothing about the color-depth parameter, even on > debug level. > > There will only be a log entry (at the debug level) for values which are invalid or which are being set to the default value due to being blank. The value for "color-depth" is not logged when it is specified and a valid integer. If the parameter is omitted, you would see a log message like: guacd[26841]: DEBUG: Parameter "color-depth" omitted. Using default value of 16. What version of Windows are you trying to connect to? For the case where the value you're specifying is not the default color depth of the RDP server, are you sure that the ability to set the color depth of RDP connections hasn't been disabled through group policy settings, and that the RDP server supports that color depth? - Mike