1
0
Fork 0
forked from len0rd/rockbox

lots of small tweaks to system options, fix typos, remove extra whitespace, use macros etc.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2006-08-03 19:45:53 +00:00
parent da1e28c17f
commit 9be4423691

View file

@ -1,3 +1,4 @@
% $Id$ %
\section{\label{ref:SystemOptions}System Options} \section{\label{ref:SystemOptions}System Options}
\subsection{Battery} \subsection{Battery}
@ -5,15 +6,15 @@
\begin{description} \begin{description}
\item [Battery Capacity: ]This setting can be used to tell Rockbox what \item [Battery Capacity: ]This setting can be used to tell Rockbox what
capacity (in mAh) of battery is being used inside it. The default is capacity (in mAh) of battery is being used inside it. The default is
\opt{player,recorder}{1500mAh} \opt{player,recorder}{1500mAh}%
\opt{recorderv2fm}{2200mAh} \opt{recorderv2fm}{2200mAh}%
\opt{ondiosp,ondiofm}{1000mAh} \opt{ondiosp,ondiofm}{1000mAh}%
\opt{h1xx,h300}{1300mAh} \opt{h1xx,h300}{1300mAh}%
\opt{ipodmini}{400mAh (1G) or 630mAh (2G)} \opt{ipodmini}{400mAh (1G) or 630mAh (2G)}%
\opt{ipodcolor}{700mAh} \opt{ipodcolor}{700mAh}%
\opt{ipodnano,ipodvideo,ipod4g}{\fixme{unknown}} \opt{ipodnano,ipodvideo,ipod4g}{\fixme{unknown}}%
\opt{x5}{950mAh} \opt{x5}{950mAh}%
which is the capacity value for the standard batteries shipped with the \dap. , which is the capacity value for the standard batteries shipped with the \dap.
Rockbox uses this value to estimate remaining battery life for the status Rockbox uses this value to estimate remaining battery life for the status
bar and WPS. Changing this setting has no effect whatsoever on actual battery life. bar and WPS. Changing this setting has no effect whatsoever on actual battery life.
This setting affects only the the accuracy of the battery life display on screen. This setting affects only the the accuracy of the battery life display on screen.
@ -25,7 +26,6 @@
\item [Battery Type: ]This setting tells Rockbox wich type of battery \item [Battery Type: ]This setting tells Rockbox wich type of battery
that is currently used in the \dap. that is currently used in the \dap.
} }
\end{description} \end{description}
\nopt{ondiosp,ondiofm}{ \nopt{ondiosp,ondiofm}{
@ -103,14 +103,14 @@ This submenu relates to limits in the Rockbox operating system.
\begin{description} \begin{description}
\item [Max files in dir browser: ]This setting controls the limit on \item [Max files in dir browser: ]This setting controls the limit on
the number of files that you can put in any particular directory in the the number of files that you can put in any particular directory in the
file browser. You can configure the size to be between 50 and 10000 files file browser. You can configure the size to be between 50 and 10,000 files
in steps of 50 files. The default is 400. Higher values will shorten the in steps of 50 files. The default is 400. Higher values will shorten the
music buffer, so you should increase this setting \emph{only} if you have music buffer, so you should increase this setting \emph{only} if you have
directories with a large number of files. directories with a large number of files.
\item [Max playlist size: ]This setting controls the maximum size of \item [Max playlist size: ]This setting controls the maximum size of
a playlist. The playlist size can be between 1,000 and 20,000 files, a playlist. The playlist size can be between 1,000 and 20,000 files,
in steps of 1000 (default is 10,000). Higher values will shorten the in steps of 1,000 (default is 10,000). Higher values will shorten the
music buffer, so you should increase this setting \emph{only} if you music buffer, so you should increase this setting \emph{only} if you
have very large playlists. have very large playlists.
\end{description} \end{description}
@ -120,13 +120,13 @@ This submenu relates to limits in the Rockbox operating system.
This option turns \setting{On} and \setting{Off} the car ignition This option turns \setting{On} and \setting{Off} the car ignition
auto stop function. auto stop function.
\begin{description} \begin{description}
\item [Car Adaptor Mode: ]When using the \dap\ in a car, car adapter mode \item [Car Adapter Mode: ]When using the \dap\ in a car,
automatically stops playback on the \dap\ when power (i.e. from cigarette \setting{Car Adapter Mode} automatically stops playback on the \dap\ when
lighter power adapter) to the external DC in jack is turned off. If the Car power (i.e. from cigarette lighter power adapter) to the external DC in jack
Adaptor Mode is set to \setting{On}, Rockbox will pause playback when the is turned off. If the \setting{Car Adapter Mode} is set to \setting{On},
external power off condition is detected. Rockbox will then shutdown the Rockbox will pause playback when the external power off condition is
\dap\ after the length of time set in the \setting{Idle Poweroff} setting detected. Rockbox will then shutdown the \dap\ after the length of time set
(see above). in the \setting{Idle Poweroff} setting (see above).
If power to the DC in jack is turned back on before the \emph{Idle Poweroff} If power to the DC in jack is turned back on before the \emph{Idle Poweroff}
function has shut the \dap\ off, playback will be resumed 5 seconds after function has shut the \dap\ off, playback will be resumed 5 seconds after
the power is applied. This delay is to allow for the time while the car the power is applied. This delay is to allow for the time while the car
@ -134,20 +134,18 @@ This submenu relates to limits in the Rockbox operating system.
\end{description} \end{description}
Once the \dap\ is shut off either manually, or automatically with the Once the \dap\ is shut off either manually, or automatically with the
\emph{Idle Poweroff} function, it must be powered up manually to resume \setting{Idle Poweroff} function, it must be powered up manually to resume
playback. playback.
} }
\opt{player}{ \opt{player}{
\begin{description} \subsection{Line In} This option activates the line in port on \dap, which is
\item [Line In (Player only): ] This option activates the line in port off by default. This is useful for such applications as:
on \dap\ Player, which is off by default. This is useful for such applications as:
\begin{itemize} \begin{itemize}
\item Game boy $\rightarrow$ \dap $\rightarrow$ human \item Game boy $\rightarrow$ \dap $\rightarrow$ human
\item laptop $\rightarrow$ \dap $\rightarrow$ human \item laptop $\rightarrow$ \dap $\rightarrow$ human
\item LAN party computer $\rightarrow$ \dap $\rightarrow$ human \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human
\end{itemize} \end{itemize}
\end{description}
} }
\subsection{\label{ref:manage_settings}Manage settings} \subsection{\label{ref:manage_settings}Manage settings}
@ -157,18 +155,18 @@ firmware versions.}
% %
\begin{description} \begin{description}
\item [Browse .cfg Files: ]Opens the file browser in the \item [Browse .cfg Files: ]Opens the file browser in the
\fname{/.rockbox} directory and displays all .cfg (configuration) files. \fname{/.rockbox} directory and displays all \fname{.cfg} (configuration) files.
Selecting a .cfg file will cause Rockbox to load that the settings Selecting a \fname{.cfg} file will cause Rockbox to load the settings
contained in that file. Pressing \ButtonLeft\ will exit back to the menu. contained in that file. Pressing \ButtonLeft\ will exit back to the menu.
See the \setting{Write .cfg files} option on the Manage Settings menu for See the \setting{Write .cfg files} option on the \setting{Manage Settings} menu for
details of how to save and edit a configuration file. details of how to save and edit a configuration file.
% %
\item [Browse Firmwares: ]This displays a list of firmware file in \item [Browse Firmwares: ]This displays a list of firmware file in
the \fname{/.rockbox} system directory. % the \fname{/.rockbox} system directory. %
\opt{SWCODEC}{This is legacy item, and is depreciated.} \opt{SWCODEC}{\fixme{This is legacy item, and is depreciated.}}
\opt{MASCODEC}{ \opt{MASCODEC}{%
\opt{recorder,recorderv2fm}{Firmware files have an extension of .ajz.} \opt{recorder,recorderv2fm}{Firmware files have an extension of \fname{.ajz}. }%
\opt{player,ondio}{ Firmware files have an extension of .mod} \opt{player,ondio}{Firmware files have an extension of \fname{.mod}. }%
Playing a firmware file loads it into memory. Thus, it is possible to Playing a firmware file loads it into memory. Thus, it is possible to
run the original Archos firmware or a different version of Rockbox run the original Archos firmware or a different version of Rockbox
from here assuming that you have the right files installed on your from here assuming that you have the right files installed on your
@ -193,8 +191,9 @@ firmware versions.}
The Rockbox configuration file is a plain text file, so once you use the The Rockbox configuration file is a plain text file, so once you use the
\setting{Write .cfg file} option to create the file, you can edit the file \setting{Write .cfg file} option to create the file, you can edit the file
on your computer using any text editor program. Configuration files use on your computer using any text editor program. See
the following formatting rules: \reference{ref:config_file_options} for available settings. Configuration
files use the following formatting rules:
% %
\begin{enumerate} \begin{enumerate}
\item Each setting must be on a separate line. \item Each setting must be on a separate line.