1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# /etc/lessdisks/x.config
# enter a single value in for each item
# we recommend putting everything in quotes
# DO NOT COMMENT out values:
# always set values to value="" if you don't want anything.
# otherwise, value will not be updateable via debconf.
# if the diskserver and the x application server are the same machine
disk_xapp_same="true"
# location of default XF86Config file
xf86config="/var/state/lessdisks/etc/XF86Config"
# attempt to autoconfigure using x_config_command
# if terminal is already configured, this is ignored
auto_config_x="true"
x_config_command="x_config_ltsp"
x_config_opts=""
# automatically start X using default XF86Config file,
# or config file generated by x_config_command
# if terminal is already configured, this is ignored
auto_start_x="false"
# command to start X (runlevel 5)
x_display_command="/usr/bin/X-lessdisks"
# other options include -indirect and -broadcast, man Xserver for more info
x_display_opts="-query xapp vt7 -fp tcp/xapp:7100"
# alternate command to start X (runlevel 4)
alt_x_display_command="/usr/sbin/sdm"
alt_x_display_opts="--xserver /usr/bin/X-lessdisks vt7 -fp tcp/xapp:7100"
|