Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155063
Collapse All | Expand All

(-)freenx~/etc/nxserver/node.conf.sample (-1 / +1 lines)
Lines 346-352 Link Here
346
#########################################################################
346
#########################################################################
347
347
348
# When you installed a 2.0.0 NX Backend, set this to 1.
348
# When you installed a 2.0.0 NX Backend, set this to 1.
349
#ENABLE_2_0_0_BACKEND="1"
349
#ENABLE_2_0_0_BACKEND="0"
350
350
351
# When set to 1 this will automatically resume started sessions
351
# When set to 1 this will automatically resume started sessions
352
#ENABLE_AUTORECONNECT="0"
352
#ENABLE_AUTORECONNECT="0"
(-)freenx~/usr/bin/nxloadconfig (-1 / +1 lines)
Lines 173-179 Link Here
173
173
174
# Misc directives
174
# Misc directives
175
175
176
ENABLE_2_0_0_BACKEND="1"
176
ENABLE_2_0_0_BACKEND="0"
177
ENABLE_AUTORECONNECT="0"
177
ENABLE_AUTORECONNECT="0"
178
ENABLE_AUTORECONNECT_BEFORE_140="1"
178
ENABLE_AUTORECONNECT_BEFORE_140="1"
179
EXPORT_USERIP="0"
179
EXPORT_USERIP="0"
(-)freenx~/usr/bin/nxnode (-1 / +2 lines)
Lines 252-258 Link Here
252
	[ -n "$keyboard" ] && K="-keyboard $keyboard"
252
	[ -n "$keyboard" ] && K="-keyboard $keyboard"
253
	[ -n "$kbtype" ] && K="-kbtype $kbtype"
253
	[ -n "$kbtype" ] && K="-kbtype $kbtype"
254
	B=""
254
	B=""
255
	[ -n "$backingstore" -a "$ENABLE_2_0_0_BACKEND" != "1" ] && B="-bs $backingstore"
255
	[ -n "$backingstore" -a "$backingstore" = "1" ] && B="+bs"
256
	[ -n "$backingstore" -a "$backingstore" != "1" ] && B="-bs $backingstore"
256
	G=""
257
	G=""
257
	[ -n "$geometry" ] && G="-geometry $geometry"
258
	[ -n "$geometry" ] && G="-geometry $geometry"
258
	R="-D"
259
	R="-D"

Return to bug 155063