1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
----------------------
some .xinerc options
----------------------
option meaning
--------------------------------------------------------------------
ac3_level 0..~200% : ac3 volume control
ac3_pass_through 1/0 : enable ac3 output via spdif port
audio_driver_name audio driver to use, same as command line
option -A (e.g. oss, alsa, esd, artsd)
colorkey colorkey to use, may be usefull to change
if parts of your desktio become transparent
dvd_device path to your local dvd device file
(e.g. /dev/hdc, /dev/cdrom, /dev/dvd)
dvd_raw_device path to a raw device set up for dvd access
(option, e.g. /dev/rdvd)
five_channel 1/0 : enable 5-channel playback
four_channel 1/0 : enable 4-channel playback
skin skin to use, see <prefix>/share/xine/skins
for installed skins (e.g. metal, lcd, pitt)
video_driver_name video driver to use, same as command line
option -V (e.g. Xv, XShm)
win32_path path to where you have installed win32
codec dlls for avi playback, e.g.
/usr/lib/win32
zoom_mpeg1 1/0 : enable automatic zoom of small
(e.g. mpeg1) videos to double size
oss_resample XINE can play different sample rates than your
soundcard supports.
0 = AUTO: Only do resampling with different
input and output sampling rate
1 = OFF: Never resample for saving processor time.
Dont use, needs missing timer plugin!
2 = ON: Always resample, mainly for debugging.
oss_device_num -1, 0-16: Forces the OSS plugin to use the specified
dspX device, regardless of its capabilities.
If -1 (default) is specified, the audio device with
the best capabilities will be used.
Note: /dev/dsp is usually a symlink to /dev/dsp0
dxr3_XXX see README.dxr3
|