summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index cc60f3fe68..e45c3ff6dd 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -12,7 +12,7 @@ in the font package at \url{http://www.rockbox.org/daily.shtml}}.
12 Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the 12 Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the
13 \dap{} and ``play'' it in the \setting{File Browser}. If you want a font to 13 \dap{} and ``play'' it in the \setting{File Browser}. If you want a font to
14 be loaded automatically every time you start up, it must be located in the 14 be loaded automatically every time you start up, it must be located in the
15 \fname{/.rockbox/fonts} folder and the filename must be at most 24 characters 15 \fname{/.rockbox/fonts} directory and the filename must be at most 24 characters
16 long. You can browse the fonts in \fname{/.rockbox/fonts} under 16 long. You can browse the fonts in \fname{/.rockbox/fonts} under
17 \setting{Settings $\rightarrow$ General Settings $\rightarrow$ Display 17 \setting{Settings $\rightarrow$ General Settings $\rightarrow$ Display
18 $\rightarrow$ Browse Fonts} in the \setting{Main Menu}. 18 $\rightarrow$ Browse Fonts} in the \setting{Main Menu}.
@@ -30,7 +30,7 @@ Rockbox directory browser or select \setting{Settings $\rightarrow$
30General Settings $\rightarrow$ Languages }from the \setting{Main Menu}. 30General Settings $\rightarrow$ Languages }from the \setting{Main Menu}.
31 31
32\note{If you want a language to be loaded automatically every time you start 32\note{If you want a language to be loaded automatically every time you start
33up, it must be located in the \fname{/.rockbox/langs} folder and the filename 33up, it must be located in the \fname{/.rockbox/langs} directory and the filename
34must be a maximum of 24 characters long.} 34must be a maximum of 24 characters long.}
35 35
36If your language is not yet supported and you want to write your own language 36If your language is not yet supported and you want to write your own language
@@ -57,7 +57,7 @@ file find the instructions on the Rockbox website:
57 (see \reference{ref:Filemenu}) on it and select the option 57 (see \reference{ref:Filemenu}) on it and select the option
58 \setting{Set As Backdrop}. If you want rockbox to remember your 58 \setting{Set As Backdrop}. If you want rockbox to remember your
59 backdrop the next time you start your \dap{} the backdrop must be placed in 59 backdrop the next time you start your \dap{} the backdrop must be placed in
60 the \fname{/.rockbox/backdrops} folder. 60 the \fname{/.rockbox/backdrops} directory.
61}% 61}%
62 62
63\section{\label{ref:ConfiguringtheWPS}Configuring the WPS} 63\section{\label{ref:ConfiguringtheWPS}Configuring the WPS}
@@ -82,7 +82,7 @@ file find the instructions on the Rockbox website:
82\item [File Location: ]Custom WPS files may be located anywhere on the drive. 82\item [File Location: ]Custom WPS files may be located anywhere on the drive.
83 The only restriction is that they must end in \fname{.wps}. When you ``play'' 83 The only restriction is that they must end in \fname{.wps}. When you ``play''
84 a \fname{.wps} file, it will be used for future WPS screens, and if the 84 a \fname{.wps} file, it will be used for future WPS screens, and if the
85 ``played'' \fname{.wps} file is located in the \fname{/.rockbox/wps} folder, it 85 ``played'' \fname{.wps} file is located in the \fname{/.rockbox/wps} directory, it
86 will be remembered and used after reboot. The \fname{.wps} filename must be 86 will be remembered and used after reboot. The \fname{.wps} filename must be
87 no more than 24 characters long for it to be remembered. 87 no more than 24 characters long for it to be remembered.
88\end{description} 88\end{description}
@@ -377,7 +377,7 @@ Example of a configuration file:
377\section{\label{ref:FirmwareLoading}Firmware Loading} 377\section{\label{ref:FirmwareLoading}Firmware Loading}
378\opt{player,recorder,recorderv2fm,ondio}{ 378\opt{player,recorder,recorderv2fm,ondio}{
379 When your \dap{} powers on, it loads the Archos firmware in ROM, which 379 When your \dap{} powers on, it loads the Archos firmware in ROM, which
380 automatically checks your \daps{} root folder for a file named 380 automatically checks your \daps{} root directory for a file named
381 \firmwarefilename. Note that Archos firmware can only read the first 381 \firmwarefilename. Note that Archos firmware can only read the first
382 ten characters of each filename in this process, so don't rename your old 382 ten characters of each filename in this process, so don't rename your old
383 firmware files with names like \firmwarefilename.\fname{old} and so on, 383 firmware files with names like \firmwarefilename.\fname{old} and so on,