summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/startup_shutdown_options.tex
diff options
context:
space:
mode:
authorNick Peskett <rockbox@peskett.co.uk>2011-12-26 08:26:38 +0000
committerNick Peskett <rockbox@peskett.co.uk>2011-12-26 08:26:38 +0000
commit2ecaca91f028fec8bae7b66ffb014f60afd7b34f (patch)
tree54efdbda16def5680097c11f060e9e5e606dd023 /manual/configure_rockbox/startup_shutdown_options.tex
parent3bc771d669676e9295c3f369955b7e46f5b413d2 (diff)
downloadrockbox-2ecaca91f028fec8bae7b66ffb014f60afd7b34f.tar.gz
rockbox-2ecaca91f028fec8bae7b66ffb014f60afd7b34f.zip
New General Settings submenu: Startup/Shutdown
A dedicated submenu for items which are run at startup, or initiate a shutdown. Currently containing: Start Screen, Idle Poweroff, Sleep Timer & Start Sleep Timer on Boot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31435 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/configure_rockbox/startup_shutdown_options.tex')
-rw-r--r--manual/configure_rockbox/startup_shutdown_options.tex57
1 files changed, 57 insertions, 0 deletions
diff --git a/manual/configure_rockbox/startup_shutdown_options.tex b/manual/configure_rockbox/startup_shutdown_options.tex
new file mode 100644
index 0000000000..2fb4c4881a
--- /dev/null
+++ b/manual/configure_rockbox/startup_shutdown_options.tex
@@ -0,0 +1,57 @@
1% $Id$ %
2
3\section{\label{ref:StartupShutdownOptions}Startup/Shutdown}
4
5The \setting{Startup/Shutdown} sub menu allows you to configure items which
6are run at startup, or initiate a shutdown when conditions are met.
7
8\subsection{Start Screen}
9 Set the screen that Rockbox will start in. The default is the main menu but
10 the following options are available:
11 % almost all items in the main menu with a few exceptions
12 \begin{description}
13 \item[Previous Screen.] Start Rockbox in the same screen as when it was
14 shut off.
15 \item[Main Menu.] Show the main menu.
16 \item[Files.] Display the file browser, starting in the root directory of
17 your \dap.
18 \item[Database.] Show the default database view.
19 \item[Resume Playback.] Go to the WPS and and resume playback from where
20 it was before turning off (if there is a playlist to resume).
21 \item[Settings.] Display the main settings menu.
22 \opt{recording}{
23 \item[Recording.] Start the \dap{} in the recording screen
24 (recording does not start automatically).
25 }
26 \opt{radio}{
27 \item[FM Radio.] Go to the radio screen and start playing.
28 }
29 \item[Recent Bookmarks.] Show the list of recent bookmarks as
30 described in \reference{ref:Bookmarkconfigactual}. Bookmarking needs
31 to be enabled.
32 \end{description}
33
34\subsection{\label{ref:IdlePoweroffSetting}Idle Poweroff}
35 Rockbox can be configured to turn off power after the unit has been idle for
36 a defined number of minutes. The \dap{} is idle when playback is stopped or
37 paused. It is not idle while the USB or charger is connected
38 \opt{recording}{, or while recording}.
39 Settings are either \setting{Off} or 1 to 10 minutes in 1 minute steps. Then
40 15, 30, 45 or 60 minutes are available.
41
42\subsection{Sleep Timer}
43 The \setting{Sleep Timer} powers off your \dap{} after a given time, whether
44 playing or not.
45 \begin{description}
46 \item[Sleep Timer:]
47 Shown when the \setting{Sleep Timer} is inactive, it can be set from
48 \setting{Off} to 5 hours in 5 minute steps.
49 While the \setting{Sleep Timer} is reset on boot, the value selected is
50 retained and will be used as the default from then on.
51 \item[Cancel Sleep Timer (h:mm):]
52 Shown when the \setting{Sleep Timer} is active, this option disables the
53 current \setting{Sleep Timer}.
54 \item[Start Sleep Timer On Boot:]
55 If set, a \setting{Sleep Timer} will be initiated when the device
56 starts.
57 \end{description}