File: deejayd.default

package info (click to toggle)
deejayd 0.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,596 kB
  • ctags: 2,514
  • sloc: python: 11,904; xml: 594; sh: 338; makefile: 42
file content (49 lines) | stat: -rw-r--r-- 1,835 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Defaults for deejayd initscripts

# Additional options that are passed to the Daemon.
DEEJAYD_DAEMON_OPTS=""

# Because Deejayd supports video, it makes sense for it to connect to an X
# server, even when it runs as a daemon with the privileges of a dedicated
# user. The following methods are available :
#
#   - "off" (default)
#       Do not try to connect deejayd to a X server.
#
#   - "standalone"
#       A dedicated X server is launched for the deejayd user.
#
#       Please note that in order to setup this mode, you :
#       - can edit /etc/deejayd.xinitrc in order to setup X clients to hold
#         the X session.
#       - must allow users not logged into a console to start the X server. This
#         is done using the following command :
#
#           # dpkg-reconfigure x11-common
#
#       Also note that in this mode, a X cookie is available for users that
#       are in the 'video' group in $DEEJAYD_XAUTHORITY (see below for path).
#       Therefore, accessing the Deejayd dedicated X server for other users
#       than the deejayd user is just a matter of adding the following lines to
#       your shell startup script (e.g. ~/.bashrc) :
#
#           XAUTHORITY=/var/lib/deejayd/Xauthority
#           export XAUTHORITY
#
#   - "reuse"
#       An existing X session is reused by making the X Cookie available to
#       the Deejayd daemon at X session startup.  This is done in
#       /etc/X11/Xsession.d/50deejayd_steal-session and therefore your session
#       needs to be restarted for this setting to be taken into account.
#
#DEEJAYD_XSERVER_METHOD=off
#
# "standalone" and "reuse" mode specific options
#
DEEJAYD_DISPLAYNAME=:0
DEEJAYD_XAUTHORITY=/var/lib/deejayd/Xauthority
#
# "standalone" mode specific options
#
DEEJAYD_XINITRC=/etc/deejayd.xinitrc
DEEJAYD_XORG_DAEMON_OPTS="-nolisten tcp"