Mercurial > mplayer.hg
changeset 1917:970e92b85f81
minor additions/fixes
author | gabucino |
---|---|
date | Tue, 18 Sep 2001 17:04:25 +0000 |
parents | 7c36fd5e6d22 |
children | ec2691f573f1 |
files | DOCS/mplayer.1 etc/example.conf |
diffstat | 2 files changed, 19 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/mplayer.1 Tue Sep 18 16:53:45 2001 +0000 +++ b/DOCS/mplayer.1 Tue Sep 18 17:04:25 2001 +0000 @@ -13,7 +13,7 @@ .RB [ \-vcd\ track\ number ] .RB [ \-sb\ byte\ position ] .RB [ \-nosound ] -.RB [ \-abs\ seconds ] +.RB [ \-abs\ bytes ] .RB [ \-delay\ secs ] .RB [ \-bps ] .RB [ \-aid\ id ] @@ -267,7 +267,7 @@ seek to second position .TP .B \-abs\ bytes -audio buffer size (in bytes, default: measuring) +sound card audio buffer size (in bytes, default: measuring) .TP .B \-delay\ secs audio delay in seconds (may be +/- float value)
--- a/etc/example.conf Tue Sep 18 16:53:45 2001 +0000 +++ b/etc/example.conf Tue Sep 18 17:04:25 2001 +0000 @@ -27,15 +27,15 @@ # 2 = old method (0.17a) # 3 = ICCCWM patch + Motif method -#vm=no # Tries to change to a different videomode +# vm=no # Tries to change to a different videomode # Used by drivers: dga2, x11, sdl -#bpp=0 # Force changing display depth. +# bpp=0 # Force changing display depth. # Valid settings are: 0, 15, 16, 24, 32 # may need 'vm=yes' too. # Used by drivers: fbdev, dga2, svga -#zoom=no # Enable software scaling (powerful CPU needed) +# zoom=no # Enable software scaling (powerful CPU needed) # Used by drivers: svga, aalib # double=yes # use double-buffering (recommended for xv with @@ -45,6 +45,12 @@ # y=600 # scale movie to <y> pixels height ## +## Use GUI mode by default +## + +# gui = yes + +## ## Specify your preferred default skin here ## (skins are searched in /usr/local/share/mplayer/Skin/yourskin ## and ~/.mplayer/Skin/yourskin) @@ -64,10 +70,10 @@ ## You can also use spaces and/or tabs. ## -#sound = 1 -#nosound = nein -#mixer = /dev/mixer -#master = no # no : set PCM volume yes : set MASTER volume +# sound = 1 +# nosound = nein +# mixer = /dev/mixer +# master = no # no : set PCM volume yes : set MASTER volume ## ## resample the fonts' alphamap @@ -77,7 +83,7 @@ ## 10 bold black outline ## -#ffactor = 0.75 +# ffactor = 0.75 ## ## FBdev driver: specify your monitor's timings, so resolutions @@ -129,5 +135,7 @@ ## You can also include other configfiles ## Specify full path! ## +## Delete this default :) +## -include = /home/gabucino/.mplayer/savage4.conf # comment-me-out! :) +include = /home/gabucino/.mplayer/i_did_not_RTFM_carefully_enough...