Mercurial > mplayer.hg
annotate debian/templates @ 4132:84ecfd03c86a
test for preinit errors and correct handling subdevice
author | nick |
---|---|
date | Sun, 13 Jan 2002 10:30:10 +0000 |
parents | bf80e7d70bc6 |
children | 8bfa2ecbcab9 |
rev | line source |
---|---|
1398 | 1 Template: mplayer/replace-existing-files |
2 Type: boolean | |
3 Default: true | |
4 Description: Upgrade existing system? | |
5 It looks like you've configured your mplayer already. | |
6 If you'd like to configure it with this program, I'll have | |
7 to delete the old configuration. Do you want to continue | |
8 configuration with this program? If you say "yes", I'll go ahead | |
9 and delete your old configuration and you can create it anew with | |
10 this program. | |
11 | |
12 Template: mplayer/replace-existing-files-bail | |
13 Type: note | |
14 Description: Files not replaced | |
15 I'm going to exit now since you don't want me to replace your | |
16 existing files. If you change your mind later, you can run | |
17 dpkg-reconfigure mplayer. | |
18 | |
19 Template: mplayer/mainmenu | |
20 Type: select | |
21 Choices: ${choices}, Exit | |
22 Description: MPlayer Main Menu | |
23 From this menu, you can modify any of the settings for your device. | |
24 Simply select the item you'd like to change to modify it. | |
25 When you are done, select Exit. | |
26 | |
27 Template: mplayer/voutput | |
28 Type: select | |
1734
bf80e7d70bc6
d'ah, there was a left-over from early testing phase, removed by andre.dahlqvist@telia.com
eyck
parents:
1634
diff
changeset
|
29 Choices: ${vochoices} |
1398 | 30 Description: MPlayer Video Output |
1442 | 31 Mplayer can use very wide range of video output drivers: |
32 ( order aproximately by speed: ) | |
33 * mga, xmga - direct hardware access on MGA cards (G200/400/450), needs /dev/mga_vid | |
34 this driver can work without X and display video on secondary head of matrox cards | |
35 * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering ) | |
36 * sdl - SDL library, it can also use hardware scaling, filtering etc | |
1634
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
1442
diff
changeset
|
37 * ggi - GGI library, it can also use hardware scaling, filtering etc |
1442 | 38 * dga, fsdga - DGA extension. |
39 * fsbdev - framebuffer device ( watching movies on text console ) | |
40 * x11 - simple x11 output. | |
1634
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
1442
diff
changeset
|
41 . |
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
1442
diff
changeset
|
42 Please choose carefully because this will have a tremendous effect on speed. |
1398 | 43 |
1442 | 44 Template: mplayer/cfgnote |
45 Type: note | |
46 Description: Create your ~/.mplayer/conf file. | |
47 Remember to read documentation and edit your ~/.mplayer/conf | |
48 (or /etc/mplayer.conf) file. This binary depends heavily on | |
49 your hardware - which means that it needs tweaking for every single | |
50 machine it's installed to. And it also it means that it will use | |
51 your setup very effectively. Look at /usr/share/doc/mplayer | |
52 end | |
53 |