Added swap-red-blue to example guacamole.xml

This commit is contained in:
Michael Jumper
2010-07-02 09:37:06 -07:00
parent 54bff43e56
commit d4e933ac0b

View File

@@ -58,6 +58,18 @@
<Parameter name="output-bpp" value="24"/>
-->
<!-- Swap red and blue components. Some VNC servers may not honor
the client's request for certain pixel formats, instead
returning RGB as BGR.
If colors look strange (blues look red or brown) when using
Guacamole, uncomment and set this parameter to true. -->
<!--
<Parameter name="swap-red-blue" value="false"/>
-->
<Realm className="org.apache.catalina.realm.MemoryRealm" pathname="conf/guacamole-users.xml"/>
</Context>