summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-07-30 18:58:18 +0000
committerNils Wallménius <nils@rockbox.org>2006-07-30 18:58:18 +0000
commitbeffee973919e5b821462835ccfec95298759035 (patch)
tree879e56df5bdc13511d7ed17d496768f4e5ad21c0
parentb774d4e41f951283ee2c0ea88ecbd5a1675c63b8 (diff)
downloadrockbox-beffee973919e5b821462835ccfec95298759035.tar.gz
rockbox-beffee973919e5b821462835ccfec95298759035.zip
Correctly opt disk settings, correct wrong default battery capacities, added description of the Battery Type setting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10370 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xmanual/configure_rockbox/system_options.tex61
1 files changed, 36 insertions, 25 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 17566e740b..efd84ace9a 100755
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -4,54 +4,65 @@
4 Options relating to the batteries in the \dap. 4 Options relating to the batteries in the \dap.
5 \begin{description} 5 \begin{description}
6 \item [Battery Capacity: ]This setting can be used to tell Rockbox what 6 \item [Battery Capacity: ]This setting can be used to tell Rockbox what
7 capacity (in mAh) of battery is being used inside it. 7 capacity (in mAh) of battery is being used inside it. The default is
8 \opt{player,recorder,recorderv2fm,ondio}{The default is 1500mAh 8 \opt{player,recorder}{1500mAh}
9 for NiMH battery based units, and 2300mAh for LiOn battery based units, 9 \opt{recorderv2fm}{2200mAh}
10 which is the capacity value for the standard batteries shipped with these units.}% 10 \opt{ondiosp,ondiofm}{1000mAh}
11 \opt{h1xx,h300}{The default is 1300mAh.}% 11 \opt{h1xx,h300}{1300mAh}
12 \opt{ipodmini}{The standard battery is 40mAh (1G) or 630mAh (2G).}% 12 \opt{ipodmini}{400mAh (1G) or 630mAh (2G)}
13 \opt{ipodcolor}{The standard battery is 700 mAh.}% 13 \opt{ipodcolor}{700mAh}
14 \opt{ipodnano,ipodvideo}{The value of the standard battery is currently unknown.}% 14 \opt{ipodnano,ipodvideo,ipod4g}{\fixme{unknown}}
15 \opt{IPOD_4G_PAD}{This value is fairly meaningless in the iPod family at 15 \opt{x5}{950mAh}
16 present, and work is ongoing into finding a better way to determine battery life.}% 16 which is the capacity value for the standard batteries shipped with the \dap.
17 \ % 17 Rockbox uses this value to estimate remaining battery life for the status
18 Rockbox uses this value to estimate remaining battery life for the status 18 bar and WPS. Changing this setting has no effect whatsoever on actual battery life.
19 bar and WPS. Changing this setting has no effect whatsoever on actual battery life. 19 This setting affects only the the accuracy of the battery life display on screen.
20 This setting affects only the the accuracy of the battery life display on screen.
21 20
21 \opt{ipod}{This value is fairly meaningless in the iPod family at
22 present, and work is ongoing into finding a better way to determine battery life.}
23
24 \opt{ondiosp,ondiofm}{
25 \item [Battery Type: ]This setting tells Rockbox wich type of battery
26 that is currently used in the \dap.
27 }
28
22 \end{description} 29 \end{description}
23 30
31\nopt{ondiosp,ondiofm}{
24\subsection{Disk} 32\subsection{Disk}
25 Options relating to the hard disk. 33 Options relating to the hard disk.
26 34
27 \begin{description} 35 \begin{description}
28 \nopt{ondio}{
29 \item [Disk Spindown: ]Rockbox has a timer that makes it spin down the 36 \item [Disk Spindown: ]Rockbox has a timer that makes it spin down the
30 hard disk after it is idle for a certain amount of time. This setting 37 hard disk after it is idle for a certain amount of time. This setting
31 controls the amount of time between the last user activity and the time 38 controls the amount of time between the last user activity and the time
32 that the disk spins down. This idle time is only affected by user 39 that the disk spins down. This idle time is only affected by user
33 activity, like navigating through file browser. When the hard disk spins 40 activity, like navigating through file browser. When the hard disk spins
34 up to fill mp3 buffer, it automatically spins down afterwards. 41 up to fill the audio buffer, it automatically spins down afterwards.
35 } 42
36 \opt{recorder,h1xx,h300}{ 43 \opt{recorder,h1xx,h300,x5}{
37 \item [Disk Poweroff: ]This setting controls whether the disk is powered 44 \item [Disk Poweroff: ]This setting controls whether the disk is powered
38 off or only set to ``sleep'' when spun down. If this setting is YES, 45 off or only set to ``sleep'' when spun down. If this setting is set to
39 the disk will power off. If set to NO, the disk will enter ``sleep'' 46 \setting{YES}, the disk will power off. If set to \setting{NO}, the disk
40 mode. Power off uses less power but takes slightly longer to spin-up. 47 will enter ``sleep'' mode. Power off uses less power but takes slightly
48 longer to spin-up.
41 } 49 }
42 \item [Directory cache: ]Rockbox has the ability to scan the contents of 50 \opt{SWCODEC}{
51 \item [Directory Cache: ]Rockbox has the ability to scan the contents of
43 your drive in the background and save those contents to a cache in RAM. 52 your drive in the background and save those contents to a cache in RAM.
44 The Directory Cache takes a small amount of memory away from Rockbox 53 The \setting{Directory Cache} takes a small amount of memory away from Rockbox
45 that would otherwise be used to buffer music, but it speeds up navigation 54 that would otherwise be used to buffer music, but it speeds up navigation
46 by eliminating the slight pause between the time a navigation button is 55 by eliminating the slight pause between the time a navigation button is
47 pressed and the time Rockbox responds. Turning this setting \setting{On} 56 pressed and the time Rockbox responds. Turning this setting \setting{On}
48 activates the directory cache, and turning it OFF deactivates the 57 activates the directory cache, and turning it \setting{Off} deactivates the
49 directory cache. 58 directory cache.
50 \note{The first time you set the directory cache to \setting{On}, 59 \note{The first time you set the directory cache to \setting{On},
51 Rockbox will request a reboot of the \dap\ and upon restarting take a few 60 Rockbox will request a reboot of the \dap\ and upon restarting take a few
52 minutes to scan the drive. Thereafter, the directory cache will work in the 61 minutes to scan the drive. Thereafter, the directory cache will work in the
53 background.} 62 background.}
63 }
54 \end{description} 64 \end{description}
65} % \nopt{ondiosp,ondiofm}
55 66
56\opt{CONFIG_RTC}{ 67\opt{CONFIG_RTC}{
57 \subsection{Time and Date} 68 \subsection{Time and Date}