You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.1 KiB
Plaintext

15 years ago
############################
### GLOBAL CONFIGURATION ###
############################
# Set CDM theme and dialog options
dialogrc=/usr/share/cdm/themes/cdm
countfrom=1
15 years ago
# List all WM binary names
# If this is not set all sessions in
# /etc/X11/Sessions are offered as choices.
wmbinlist=()
15 years ago
# List all WM display names
wmdisplist=()
15 years ago
# Allow console login?
allowconsole=yes
# Allow shutdown?
# Note that this option requires sudo
# to be installed and properly configured.
allowshutdown=no
shutdowncommand='sudo shutdown -h now'
rebootcommand='sudo shutdown -r now'
# Allow suspend?
# Note that this option requires pm-utils
# to be installed and properly configured.
allowsuspend=no
suspendcommand='sudo pm-suspend'
allowhibernate=no
hibernatecommand='sudo pm-hibernate'
15 years ago
############################
### SYSTEM CONFIGURATION ###
############################
# Set default display
display=0
15 years ago
# Where should first X tty be spawned?
15 years ago
xtty=7
# Restrict tty? (By default, cdm increments X tty, this setting
# allows administrators to lock users into one specific tty by
# setting the display=N option on a per-user basis.)
locktty=no
# The use of consolekit has recently become manditory with hal. However,
# some users might prefer not using either one. If you don't want to
# use consolekit, set the following variable to "no".
consolekit=yes
# Timeout for waiting for X session to register with consoleKit
cktimeout=30
# Additional arguments to pass to X server
# When usexinit=yes, we use ~/.xinitrc when it exists or /etc/X11/xinit/xinitrc
# when it doesn't. These are passed the chosen window manager as $1; note that
# the stock /etc/X11/xinit/xinitrc ignores this and always starts twm and three
# xterms. Your custom xinitrc should start the window manager supplied as $1
# instead. There is a sample xinitrc included at /usr/share/cdm/xinitrc.skel.
# If usexinit=no, then we instead call the chosen window manager directly.
15 years ago
usexinit=no
# Additional arguments to pass to X server; it will be called as:
# exec /usr/bin/X :$display $serverargs vt$((xtty+display))
serverargs="-nolisten tcp"