Added swap-red-blue to example guacamole.xml
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 2 Jul 2010 16:37:06 +0000 (09:37 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 2 Jul 2010 16:37:06 +0000 (09:37 -0700)
doc/example/guacamole.xml

index cf37839..1c005f4 100644 (file)
     <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>