view DOCS/example.conf @ 345:ac3148cd77d1

*** empty log message ***
author gabucino
date Wed, 11 Apr 2001 10:10:12 +0000
parents 163bb3cee94d
children 8ec84df2712f
line wrap: on
line source

##
## MPlayer config file
##
## This file can be copied to /etc/mplayer.conf and/or ~/.mplayer/config .
## If both exist, the ~/.mplayer/config's settings override the
## /etc/mplayer.conf ones. And, of course command line overrides all.
## The options are the same as in the command line, but they can be specified
## more flexibly here. See below.
##

vo=xv				# To specify your default video output
				# see -vo help for available options

fs=yes				# Do fullscreen playing by default
				# Used by all drivers

vm=yes				# Use XF86VidMode extension where appropriate
				# (video mode changing, not scaling)
				# Used by drivers: dga, x11

zoom=yes			# Use hardware/software scaling
				# Used by drivers: ?

##
## Multiple languages are available :)
##
## Hungarian	igen	nem
## English	yes	no
## German	ja	nein
## Spanish	si	no
## Binary	1	0
##
## You can also use spaces and/or tabs.
##

sound	= 1
nosound	= nein

##
## Remember the -noalsa switch ? You can specify it either with:
##
## noalsa = 1
## or
## alsa = no
## or
## noalsa = no
##

alsa = nem

ffactor = 0.75

##
## You can also include other configfiles
## Specify full path!
##

include = /home/gabucino/.mplayer/savage4.conf