# HG changeset patch # User gabucino # Date 1000832665 0 # Node ID 970e92b85f81a637ac5e8471f04a45c7548450c1 # Parent 7c36fd5e6d220cbd01d9e483761fa90d13ccb80a minor additions/fixes diff -r 7c36fd5e6d22 -r 970e92b85f81 DOCS/mplayer.1 --- 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) diff -r 7c36fd5e6d22 -r 970e92b85f81 etc/example.conf --- 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 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...