comparison debian/postinst.templates @ 853:4f5a6c252703

/etc/mplayer.conf created on install-time based on user responses.
author eyck
date Wed, 23 May 2001 09:19:58 +0000
parents
children 604a32fcb501
comparison
equal deleted inserted replaced
852:8da65f529a10 853:4f5a6c252703
1 Template: mplayer/output
2 Type: select
3 Choices: ${vo}
4 Default: xv
5 Description: Which Video Output driver would you like?
6 Mplayer can use very wide range of video output drivers:
7 ( order aproximately by speed: )
8 * mga, xmga - direct hardware access on MGA cards (G200/400/450), needs /dev/mga_vid
9 this driver can work without X and display video on secondary head of matrox cards
10 * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering )
11 * sdl - SDL library, it can also use hardware scaling, filtering etc
12 * dga, fsdga - DGA extension.
13 * fsbdev - framebuffer device ( watching movies on text console )
14 * x11 - simple x11 output.
15 Please choose carefully because it has tramendous effect on speed.
16
17 Template: mplayer/overwrite
18 Type: boolean
19 Default: false
20 Description: Overwrite /etc/mplayer.conf ?
21 Should I overwrite your current /etc/mplayer.conf with the one created on the fly based on your answers?
22
23 Template: mplayer/cfgnote
24 Type: note
25 Description: Create your ~/.mplayer/conf file.
26 Remember to read documentation and edit your ~/.mplayer/conf
27 (or /etc/mplayer.conf) file. This binary depends heavily on
28 your hardware - which means that it needs tweaking for every single
29 machine it's installed to. And it also it means that it will use
30 your setup very effectively. Look at /usr/share/doc/mplayer
31 end
32
33