annotate DOCS/DXR3 @ 4478:38d3954edb48

applied David Holm's patch
author gabucino
date Sat, 02 Feb 2002 17:20:53 +0000
parents ac62f8534409
children 3de1716478e8
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
4478
38d3954edb48 applied David Holm's patch
gabucino
parents: 4160
diff changeset
4 Thanks goes out to Daniel Bell for the donation of a brand new 20GB IBM
38d3954edb48 applied David Holm's patch
gabucino
parents: 4160
diff changeset
5 harddisk.
38d3954edb48 applied David Holm's patch
gabucino
parents: 4160
diff changeset
6
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
7 1. Requirements
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
8
3330
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
9 * 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
10 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
11 http://dxr3.sourceforge.net/
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
12
3330
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
13 * 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
14 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
15
3208
98a587aaf505 Support for YV12 with DXR3, patch by D. Holm.
atmos4
parents: 3201
diff changeset
16 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
17 problems.
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
18
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
19
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
20
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
21 2. Usage
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
22
4160
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
23 -vo dxr3:<devicenum> For video output
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
24 -ao oss:<devicefile> For audio output
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
25 -ac hwac3 For digital audio output instead of
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
26 analog
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
27 -vc mpegpes For mpeg playback
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
28 -aop list=resample:fout=48000 If samplerate is below 44100Hz
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
29 <devicenum> Number of device to use for playback
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
30 (if you have more than one card.).
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
31 This can usually be left out (-vo dxr3).
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
32 Mandrake 8.1 uses devfs by default. If
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
33 you are running mandrake 8.1 please use
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
34 -vo dxr3:0
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
35 <devicefile> Normally /dev/em8300_ma or
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
36 /dev/em8300_ma-<devicenum>
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
37 (-ao dxr3:/dev/em8300_ma). If left out
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
38 the default oss device will be used
ac62f8534409 hw spu support for dxr3 - patch by David Holm
arpi
parents: 4096
diff changeset
39 (normally soundcard).
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
40
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
41 MPEG-1, MPEG-2, VCD and DVD Notes
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
42 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
43 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
44 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
45 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
46 in software, which is much slower.
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
47 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
48 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
49
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
50 * 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
51 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
52 located in character devices and called "Enhanced realtime clock support")).
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
53 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
54 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
55 this to find your optimum setup.
3330
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
56
aba69e4a76b8 Update regarding linmp1e usage, submitted by D: Holm
atmos4
parents: 3208
diff changeset
57
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
58
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
59 3. Contacting me
2646
bbda31b5433b dxr3 instructions by David Holm <dholm@telia.com>
arpi
parents:
diff changeset
60
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
61 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
62 icq: 798427
2770
b9732eaa82d9 DXR3 beta2 patch by David Holm.
atmos4
parents: 2646
diff changeset
63 Feedback, bugreports and general suggestions are appreciated (preferably
4096
2a2ac3026aee fight with the access rights - patch by Holm
arpi
parents: 4007
diff changeset
64 by e-mail).