fix
[mplayer/glamo.git] / debian / postinst.templates
blob61f7eacc0b3b380161a4804f422513b17203ea76
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.
17 Template: mplayer/overwrite
18 Type: boolean
19 Default: false
20 Description: Overwrite /etc/mplayer/mplayer.conf ?
21  Should I overwrite your current /etc/mplayer/mplayer.conf with the one created on the fly based on your answers?
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/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