summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-08-27 20:44:23 +0000
committerMartin Arver <martin.arver@gmail.com>2006-08-27 20:44:23 +0000
commit56b339e252039fdfcdc6e92db2dee5bb41fc0a5f (patch)
treef41bbc85e96f6debc6f49320ec22a16b1cfbccbd /manual/advanced_topics/main.tex
parentdcf83af9ba72bb2662d9fd9322051ea4e22a4267 (diff)
downloadrockbox-56b339e252039fdfcdc6e92db2dee5bb41fc0a5f.tar.gz
rockbox-56b339e252039fdfcdc6e92db2dee5bb41fc0a5f.zip
Fixes for FS#5822 as reported by Andrew Melville.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10772 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex26
1 files changed, 13 insertions, 13 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 071f69c6e6..c674a8d908 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -77,7 +77,7 @@ all the tags that are available.
77\item All characters not preceded by \% are displayed as typed. 77\item All characters not preceded by \% are displayed as typed.
78\item Lines beginning with \# are comments and will be ignored. 78\item Lines beginning with \# are comments and will be ignored.
79\item Maximum file size used is 79\item Maximum file size used is
80 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{1600} 80 \opt{HAVE_LCD_BITMAP}{1600}
81 \opt{player}{400} bytes. 81 \opt{player}{400} bytes.
82 If you have a bigger WPS file, only the first part of it will be 82 If you have a bigger WPS file, only the first part of it will be
83 loaded and used. 83 loaded and used.
@@ -289,7 +289,7 @@ Example of a configuration file:
289\note{As you can see from the example, configuration files do not need to 289\note{As you can see from the example, configuration files do not need to
290 contain all of the Rockbox options. You can create configuration files 290 contain all of the Rockbox options. You can create configuration files
291 that change only certain settings. So, for example, supppose you 291 that change only certain settings. So, for example, supppose you
292 typically use the \dap at one volume in the car, and another when using 292 typically use the \dap{} at one volume in the car, and another when using
293 headphones. Further, suppose you like to use an inverse LCD when you are 293 headphones. Further, suppose you like to use an inverse LCD when you are
294 in the car, and a regular LCD setting when you are using headphones. You 294 in the car, and a regular LCD setting when you are using headphones. You
295 could create configuration files that control only the volume and LCD 295 could create configuration files that control only the volume and LCD
@@ -300,23 +300,23 @@ Example of a configuration file:
300 300
301\subsection{\label{ref:manage_settings_menu}The \setting{Manage Settings} 301\subsection{\label{ref:manage_settings_menu}The \setting{Manage Settings}
302 menu} The \setting{Manage Settings} menu can be found in the \setting{Main 302 menu} The \setting{Manage Settings} menu can be found in the \setting{Main
303 Menu}. The \setting{Manage Settings} menu allows you to save and load 303 Menu}. The \setting{Manage Settings} menu allows you to save and load
304\fname{.cfg} files. \opt{MASCODEC}{The \setting{Manage Settings} menu also 304\fname{.cfg} files. \opt{MASCODEC}{The \setting{Manage Settings} menu also
305 allows you to load or save different firmware versions.} 305 allows you to load or save different firmware versions.}
306 306
307\begin{description} 307\begin{description}
308 308
309\item [Browse .cfg Files.]Opens the file browser in the 309\item [Browse .cfg Files.]Opens the file browser in the \fname{/.rockbox}
310 \fname{/.rockbox} directory and displays all \fname{.cfg} (configuration) 310 directory and displays all \fname{.cfg} (configuration) files. Selecting a
311 files. Selecting a \fname{.cfg} file will cause Rockbox to load the 311 \fname{.cfg} file will cause Rockbox to load the settings contained in that
312 settings contained in that file. Pressing \ButtonLeft\ will exit back to 312 file. Pressing \ButtonLeft\ will exit back to the \setting{Manage Settings}
313 the \setting{Manage Settings} menu. See the \setting{Write .cfg files} 313 menu. See the \setting{Write .cfg files} option on the
314 option on the \setting{Manage Settings} menu for details of how to save 314 \setting{Manage Settings} menu for details of how to save and edit a
315 and edit a configuration file. 315 configuration file.
316 316
317\item [Browse Firmwares.] 317\item [Browse Firmwares.]
318 % 318 %
319 \opt{SWCODEC}{\fixme{This is a legacy item, and is deprecated.}} 319 \opt{SWCODEC}{\fixme{This is a legacy item, and is deprecated.}}
320 % 320 %
321 \opt{MASCODEC}{ 321 \opt{MASCODEC}{
322 This displays a list of firmware files in the \fname{/.rockbox} 322 This displays a list of firmware files in the \fname{/.rockbox}
@@ -325,7 +325,7 @@ Example of a configuration file:
325 \opt{recorder,recorderv2fm,ondio}{Firmware files have an extension of 325 \opt{recorder,recorderv2fm,ondio}{Firmware files have an extension of
326 \fname{.ajz}. } 326 \fname{.ajz}. }
327 % 327 %
328 \opt{player}{Firmware files have an extension of \fname{.mod}. } 328 \opt{player}{Firmware files have an extension of \fname{.mod}. }
329 % 329 %
330 Playing a firmware file loads it into memory. Thus, it is possible 330 Playing a firmware file loads it into memory. Thus, it is possible
331 to run the original Archos firmware or a different version of Rockbox 331 to run the original Archos firmware or a different version of Rockbox