Clip counter manual update, language tweak and translation
[Rockbox.git] / manual / configure_rockbox / display_options.tex
blob7c8f439b6cbbbd6d8516e7a0bc0d7b6d36c3a6ce
1 % $Id$ %
2 \section{\label{ref:Displayoptions}Display}
4 \begin{description}
5 \nopt{player}{
6 \item[Browse fonts:]
7 Browse the fonts that reside in your \fname{/.rockbox/fonts} directory.
8 Selecting one will activate it. See \reference{ref:Loadingfonts}
9 for further details about fonts.
10 } % \nopt{player}
12 \item[Browse WPS files:]
13 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
14 displays all \fname{.wps} files. Selecting one will activate it, stop will
15 exit back to the menu. For further information about the WPS see
16 \reference{ref:WPS}. For information about editing a .wps file see
17 \reference{ref:ConfiguringtheWPS}.
19 \opt{HAVE_REMOTE_LCD}{
20 \item[Browse RWPS files:]
21 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
22 displays all \fname{.rwps} files. Selecting one will activate it, stop will
23 exit back to the menu.
24 \note{
25 A \fname{.rwps} file is a special \fname{.wps} file for the remote
26 display.
30 \item[LCD Settings:]
31 This sub menu contains settings that relate to the display of the \dap.
32 \begin{description}
33 \nopt{ondiofm,ondiosp}{
34 \item[Backlight:]
35 The amount of time the backlight shines after a key press. If set to
36 \setting{Off}, the backlight will not light when a button is pressed. If
37 set to \setting{On}, the backlight will never shut off. If set to a time
38 (1 to 90 seconds), the backlight will stay lit for that amount of time
39 after a button press.
40 \item[Backlight on When Plugged:]
41 This setting is equivalent to the Backlight setting except it applies when
42 the \dap\ is plugged into the charger.
43 \item[Caption Backlight:]
44 This option turns on the backlight a number of seconds before the start
45 of a new track, and keeps it on for the same number of seconds after the
46 beginning so that the display can be read to see song information. The
47 amount of time is determined by the value of the backlight timeout
48 setting, but is no less than 5 seconds.
49 \opt{h1xx,ipodmini,ipodnano,ipodvideo}{
50 \item[Backlight fade in:]
51 The amount of time that the backlight will take to fade from off to on
52 after a button is pressed. If set to \setting{Off} the backlight will
53 turn on immediately, with no fade in. Can also be set to \setting{500ms},
54 \setting{1s} or \setting{2s}.
55 \item[Backlight fade out:]
56 Like Backlight fade in, this controls the amount of time that the
57 backlight will take to fade from on to off after a button is pressed. If
58 set to \setting{Off} the backlight will turn off immediately, with no
59 fade out. Other valid values: \setting{500ms}, \setting{1s},
60 \setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or \setting{10s}.
62 \item[First Keypress Enables Backlight Only:]
63 With this option enabled the first keypress while the backlight is turned
64 off will only turn the backlight on without having any other effect. When
65 disabled the first keypress will \emph{also} perform its appropriate action.
66 \opt{h300,x5}{
67 \item[Brightness:]
68 Changes the brightness of your LCD display.
70 } % \nopt{ondiofm,ondiosp}
72 \opt{archos,h1xx,ipodmini,ipod3g,ipod4g,x5}{
73 \item[Contrast:]
74 Changes the contrast of your LCD display.
75 \warn{Setting the contrast too dark or too light can make it hard to
76 find this menu option again!}
77 \nopt{HAVE_LCD_COLOR,player}{
78 \item[LCD Mode:]
79 This setting lets you invert the whole screen, so now you get a
80 black background and light text and graphics.
81 } % \opt{HAVE_LCD_BITMAP}
82 } % \opt{archos,h1xx,ipodmini,ipod4g,x5}
84 \opt{HAVE_LCD_BITMAP}{
85 \nopt{ipodcolor,ipodnano,ipodvideo}{
86 \item[Upside Down:]
87 Displays the screen so that the top of the display is nearest the buttons.
88 This is sometimes useful when carrying the \dap\ in a pocket for easy
89 access to the headphone socket.
90 } % \nopt{ipodcolor,ipodnano.ipodvideo}
92 \item[Line Selector:]
93 This option allows you to select whether the line selector is a bar
94 of inverted text (\setting{Bar (inverse)} option) or a small arrow to the
95 left of the menu text (\setting{Pointer} option).
97 \nopt{archos}{%
98 \item[Clear Backdrop:]
99 Rockbox allows you to select bitmap pictures to use as backdrops,
100 see \reference{ref:LoadingBackdrops} for further information.
101 This option allows you to clear the backdrops that you set.
103 \opt{HAVE_LCD_COLOR}{
104 \item[Background Colour:]
105 Sets the background colour for the LCD display.
106 \item[Foreground Colour:]
107 Sets the colour used for text and icons.
108 \item[Reset Colours:]
109 Resets the LCD display to Rockbox's default colours.
111 } % \opt{HAVE_LCD_BITMAP}
112 \end{description}
114 \opt{HAVE_REMOTE_LCD}{
115 \item[Remote-LCD Settings:]
116 This sub menu contains settings that relate to the display of the remote.
117 \begin{description}
118 \item[Backlight:]
119 Similar to the main unit backlight this option controls the backlight
120 timeout for the remote control. The remote backlight is independent
121 from the main unit backlight.
122 \item[Backlight on When Plugged:]
123 This controls the backlight when the \dap\ is plugged into the charger.
124 \item[Caption Backlight:]
125 This option turns on the backlight a number of seconds before the start
126 of a new track, and keeps it on for the same number of seconds after the
127 beginning so that the display can be read to see song information. The
128 amount of time is determined by the value of the backlight timeout
129 setting, but is no less than 5 seconds.
130 \item[First Keypress Enables Backlight Only:]
131 This controls what happens when you press a button on your remote
132 while the backlight is turned off. Like for the main unit, if this
133 setting is set to \setting{Yes}, the first keypress will light up the
134 remote backlight, but have no other effect. If set to \setting{No},
135 the first keypress will light up the remote backlight
136 \emph{and} engage the function of the key that is pressed.
137 \item[Contrast:]
138 Changes the contrast of your remote's LCD display.
139 \warn{Setting the contrast too dark or too light can make it hard to
140 find this menu option again!}
141 \item[LCD Mode:]
142 This setting lets you invert the whole screen, so now you get a
143 black background and light text and graphics.
144 \item[Upside Down:]
145 Displays the screen so that the top of the display is nearest
146 the buttons. This is sometimes useful when carrying the \dap\ in a
147 pocket for easy access to the headphone socket.
148 \opt{h1xx,h300}{
149 \item[Reduce Ticking:]
150 Enable this option if you can hear a ticking sound in your headphones
151 when using your remote.
153 \end{description}
156 \item[Scrolling]
157 This feature controls how text will scroll in Rockbox. You can configure
158 the following parameters:
159 \begin{description}
160 \item[Scroll Speed:]
161 Controls how many times per second the scrolling text moves a step.
162 \item[Scroll Start Delay:]
163 Controls how many milliseconds Rockbox should wait before a new
164 text begins scrolling.
165 \opt{HAVE_LCD_BITMAP}{
166 \item[Scroll Step Size:]
167 Controls how many pixels the text scroll should move for each step.
169 \opt{HAVE_REMOTE_LCD}{
170 \item[Remote Scrolling Options:]
171 The options here have the same effect on the remote LCD as the options
172 mentioned above have on the main LCD.
174 \item[Bidirectional Scroll Limit:]
175 Rockbox has two different scroll methods: always scrolling the text
176 to the left and when the line has ended beginning again at the start,
177 or moving to the left until you can read the end of the line and scroll
178 right until you see the beginning again. Rockbox chooses which method
179 it should use depending of how much it has to scroll left. This setting
180 lets you tell Rockbox where that limit is, expressed in percentage of
181 line length.
182 \opt{HAVE_LCD_BITMAP}{
183 \item[Screen Scrolls Out of View:]
184 On lists with long entries that don't fit on the screen using
185 \opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOn+\ButtonRight/
186 \ButtonLeft}\opt{ondio}{\ButtonMenu+\ButtonRight/\ButtonLeft}
187 the complete content will be scrolled right/left. With this option set to
188 \setting{Yes} the lines can scroll out of view. Otherwise the entries
189 will only scroll as far as they align to the margins.
190 \item[Screen Scroll Step Size:]
191 Determines how many pixels the text should advance in every click when
192 scrolling the screen.
194 \opt{player}{
195 \item[Jump Scroll:]
196 This setting makes text scroll a page at a time instead of a character
197 at a time. If set to \setting{One time}, \setting{2}, \setting{3} or
198 \setting{4} it will scroll a line in paged mode that many times and
199 then scroll it a character at a time. If set to \setting{Always} lines
200 will always scroll in paged mode.
201 \item[Jump Scroll Delay:]
202 Controls how long the delay is before a page is scrolled.
204 \item[Paged Scrolling:]
205 When enabled scrolling will page up/down instead of changing lines. This
206 can be useful on slow displays.
207 \end{description}
209 \opt{HAVE_LCD_BITMAP}{
210 \item[Status/Scrollbar:]
211 Settings related to on screen status display and the scrollbar.
212 \begin{description}
213 \item[Scroll Bar:] Enables or disables the scroll bar at the left.
214 \item[Status Bar:] Enables or disables the status bar at the upper side.
215 \opt{RECORDER_PAD}{
216 \item[Button Bar:] Enables or disables the button bar prompts for the
217 ``F''-keys at the bottom of the screen.
219 \item[Volume Display:] Controls whether the volume is displayed as a
220 graphic or a numeric value on the Status Bar. If you select a numeric
221 display, volume is displayed in decibels.
222 \fixme{cross-reference to volume setting.}
223 \item[Battery Display:] Controls whether the battery charge status is
224 displayed as a graphic or numerical percentage value on the Status Bar.
225 \end{description}
228 \opt{HAVE_LCD_BITMAP}{
229 \item[Peak Meter:]
230 The peak meter can be configured with a number of parameters.
231 \begin{description}
232 \item[Peak Release:]
233 This determines how fast the bar shrinks when the music becomes
234 softer. Lower values make the peak meter look smoother.
235 Expressed in scale units per 10ms.
236 \item[Peak Hold Time:]
237 Specifies the time after which the peak indicator will reset.
238 For example, if you set this value to 5s, the peak indicator displays
239 the loudest volume value that occurred within the last 5 seconds.
240 Larger values are useful if you want to find the peak level of a song,
241 which might be of interest when copying music from the \dap\ via the
242 analogue output to some other recording device.
243 \item[Clip Hold Time:]
244 The number of seconds that the clipping indicator will be visible
245 after clipping is detected.
246 \item[Clip Counter:]
247 Show the number of times the clip indicator went active during recording
248 in front of the peakmeters.
249 \item[Scale:]
250 Select whether the peak meter displays linear or logarithmic values.
251 The human ear perceives loudness on a logarithmic scale. If the Scale
252 setting is set to \setting{Logarithmic} (dB) scale, the volume values
253 are scaled logarithmically. The volume meters of digital audio
254 devices usually are scaled this way. On the other hand, if you
255 are interested in the power level that is applied to your headphones
256 you should choose \setting{Linear} display. This setting cannot be
257 displayed in units like volts or watts because such units depend
258 on your headphones.
259 \item[Minimum and maximum range:]
260 These two options define the full value range that the peak meter
261 displays. Recommended values for the \setting{Logarithmic} (dB) setting
262 are {}-40 dB for minimum and 0 dB for maximum. Recommended values
263 for \setting{Linear} display are 0 and 100\%. Note that {}-40 dB is
264 approximately 1\% in linear value, but if you change the minimum
265 setting in linear mode slightly and then change to the dB scale,
266 there will be a large change. You can use these values for `zooming'
267 into the peak meter.
268 \end{description}
270 \item[Default Codepage:]
271 A codepage describes the way extended characters that aren't available
272 within the ASCII character set are encoded. ID3v1 tags don't have a
273 codepage encoding contained so Rockbox needs to know what encoding has
274 been used when generating these tags. This should be ``ISO-8859-1'' but
275 to support languages outside Western Europe most applications use
276 the setting of your operating system instead. If your operating system
277 uses a different codepage and you're getting garbled extended characters
278 you should adjust this settings. In most cases sticking to
279 ``ISO-8859-1'' would be sufficient.
280 \end{description}