diff -up mplayer-export-2009-10-29/etc/example.conf.config mplayer-export-2009-10-29/etc/example.conf --- mplayer-export-2009-10-29/etc/example.conf.config 2008-02-08 19:33:39.000000000 +0100 +++ mplayer-export-2009-10-29/etc/example.conf 2009-10-29 23:54:30.000000000 +0100 @@ -1,7 +1,7 @@ # # MPlayer configuration file # -# Configuration files are read system-wide from /usr/local/etc/mplayer.conf +# Configuration files are read system-wide from /etc/mplayer/mplayer.conf # and per user from ~/.mplayer/config, where per-user settings override # system-wide settings, all of which are overrriden by the command line. # @@ -71,7 +71,7 @@ ################## # Specify default audio driver (see -ao help for a list). -#ao=oss +ao = pulse,alsa, # Use SDL audio driver with the esd subdriver by default. #ao = sdl:esd @@ -95,7 +95,7 @@ #framedrop = yes # Specify your preferred skin here (skins are searched for in -# /usr/local/share/mplayer/skins/ and ~/.mplayer/skins/). +# /usr/share/mplayer/skins/ and ~/.mplayer/skins/). #skin = Abyss # Resample the font alphamap. @@ -105,6 +105,15 @@ # 10 bold black outline #ffactor = 0.75 +# FriBidi can do "funny" things to some ISO-8859-* subtitles +flip-hebrew = no + +# Use fontconfig for font selection +fontconfig = yes + +# Default font for unstyled subtitles +font = "Sans" + # cache settings # # Use 8MB input cache by default. @@ -122,6 +131,12 @@ # DVD: Play English audio tracks if available. #alang = en +# A plugged in joystick can interfere with keyboard shortcuts +joystick = no + +# Inhibit (a XScrnSaver compatible) screensaver while playing a movie +stop-xscreensaver = yes + ################### # DVDNAV Settings # ###################