annotate DOCS/DXR3 @ 4096:2a2ac3026aee

fight with the access rights - patch by Holm
author arpi
date Fri, 11 Jan 2002 22:31:36 +0000
parents 4bf012cfd6ef
children ac62f8534409
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
1 How to use a Sigma Designs Hollywood Plus and/or a Creative DXR3 by David Holm
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
2 ==============================================================================
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
3
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
4 1. Requirements
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
5
3330
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
6 * First of all you will need the DXR3/H+ drivers properly installed.
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
7 Version 0.10.0 or later. You can find it at
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
8 http://dxr3.sourceforge.net/
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
9
3330
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
10 * Run <mplayerdir>/configure and make sure that DXR3/H+ support = yes
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
11 if you want to play files other than mpeg libmp1e should be = yes as well
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
12
3208
98a587aaf505 Support for YV12 with DXR3, patch by D. Holm.
atmos4
parents: 3201
diff changeset
13 From here on compilation (of at least my code ;) should go without any
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
14 problems.
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
15
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
16
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
17
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
18 2. Usage
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
19
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
20 -vo dxr3:<devicenum> For video output
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
21 -ao oss:<devicefile> For audio output
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
22 -ac hwac3 For digital audio output instead of analog
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
23 -vc mpegpes For mpeg playback
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
24 <devicenum> Number of device to use for playback (if you
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
25 have more than one card.). This can usually
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
26 be left out (-vo dxr3).
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
27 Mandrake 8.1 uses devfs by default. If you are
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
28 running mandrake 8.1 please use -vo dxr3:0
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
29 <devicefile> Normally /dev/em8300_ma or
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
30 /dev/em8300_ma-<devicenum>
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
31 (-ao dxr3:/dev/em8300_ma). If left out the
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
32 default oss device will be used (normally
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
33 soundcard).
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
34
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
35 MPEG-1, MPEG-2, VCD and DVD Notes
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
36 There are some important notes to take into account here for optimum playback.
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
37 MPlayer currently does not autodetect that the dxr3 can playback mpegs. So for
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
38 mpeg files, dvd's and vcd's you have to add -vc mpegpes to tell mplayer that
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
39 you are using a hardware accelerator. Otherwise mplayer will decode the movie
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
40 in software, which is much slower.
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
41 Note that you cannot use -vc mpegpes with movies that aren't mpeg 1 or 2 or
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
42 you will get an error message saying "Can't find codec for video format...".
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
43
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
44 * If you run mplayer as root, or set userid root it will use your pc's internal
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
45 realtime clockgenerator for syncing. (If your kernel supports it (It's
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
46 located in character devices and called "Enhanced realtime clock support")).
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
47 Some people report that this has improved playback (which it should), but
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
48 others have had problems with it. You will have to experiment yourself with
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
49 this to find your optimum setup.
3330
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
50
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
51
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
52
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
53 3. Contacting me
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
54
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
55 You can contact me either by e-mailing me, <dholm@iname.com> or by using
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
56 icq: 798427
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
57 Feedback, bugreports and general suggestions are appreciated (preferably
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
58 by e-mail).