]> git.pld-linux.org Git - packages/freevo.git/blob - freevo-boot_config
- initial release
[packages/freevo.git] / freevo-boot_config
1 # $Id$
2
3 # where freevo shell script lives. used to call freevo
4 FREEVO_HOME="/usr/share/freevo"
5
6 # a log used to catch errors when freevo startsup
7 FREEVO_LOG="/var/log/freevo/main.log"
8
9 # Mode to start Freevo itself. Possible values are
10 #
11 # no:     don't start Freevo
12 # yes:    start Freevo on startup. You should only use this when the
13 #         computer is for Freevo only or you use Freevo with a DXR3
14 # daemon: start Freevo in daemon mode. The daemon will wait for you to
15 #         press QUIT or POWER on your remote and will than start
16 #         Freevo. After Freevo shut down, the daemon will wait again.
17 #
18 # You don't need a X server running to start Freevo from init. If
19 # needed, Freevo will start a X server on its own. Make sure your X
20 # server can handle the resolution defined in /etc/freevo/freevo.conf
21 FREEVO="yes"
22
23 # Mode the start the webserver. Possible values are "no" and "yes".
24 # If you start the webserver with Freevo itself, you should say "no" here.
25 WEBSERVER="yes"
26
27 # Mode the start the recordserver. Possible values are "no" and "yes".
28 RECORDSERVER="yes"
29
30 # Do we have a mouse and/or keyboard attached to this pc.
31 # this sets SDL variables for smooth operation if no keyboard or mouse.
32 # Possible values are "no" and "yes".
33 HAVEMOUSE="yes"
34 HAVEKEYBOARD="yes"
35
36 # The SDL video driver to use. common values are x11 or fbcon.
37 # for a full list see:
38 # http://www.libsdl.org/faq.php?action=listentries&category=9#9
39 SDL_VIDEODRIVER="x11"
40
41 # Set the root USER and HOME variables. Some distros need this to work.
42 # Possible values are "no" and "yes".
43 ROOTUSERINFO="no"
44
45 # Use setleds to set numlock before starting freevo. THis is necessary
46 # for some SDL fbcon setups.
47 # Possible values are "no" and "yes".
48 SETNUMLOCK="no"
49
This page took 0.049412 seconds and 3 git commands to generate.