This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 13227f9f5c855e57261d62efd6a7c2efba3611f7 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 20 09:55:26 2014 -0400 Improve the comments in x2goagent.options --- x2goserver/etc/x2goagent.options | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/x2goserver/etc/x2goagent.options b/x2goserver/etc/x2goagent.options index 32005ff..de4735d 100644 --- a/x2goserver/etc/x2goagent.options +++ b/x2goserver/etc/x2goagent.options @@ -1,6 +1,13 @@ # -# This file can be used to specify default options that are passed to nxagent +# This file can be used to specify default options that are passed to nxagent. +# # These options can be overriden by the client! +# +# See the output of `nxagent -help` for the full list of options. +# +# Remember: +# "-extension" disables an extension. +# "+extension" enables an extension. X2GO_NXAGENT_DEFAULT_OPTIONS="" @@ -9,7 +16,7 @@ X2GO_NXAGENT_DEFAULT_OPTIONS="" # X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES" -# Disable GLX, the old mesa version is hopelessly outdated anyways. +# Uncomment to disable GLX, the old mesa version is hopelessly outdated anyways. # Unbreaks the gnome3 control center # #X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension GLX" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git