diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-20 22:59:38 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-20 22:59:38 +0000 |
commit | 93ad0e3b78fc2fbeec8bdcbe14e192b5123aced3 (patch) | |
tree | 8e1b7da5ea8d1db3b08f893ca996e92219d0f477 /etc | |
parent | ddcf9a07459ca065609b4c37e4ee394bc245bd89 (diff) | |
download | mpv-93ad0e3b78fc2fbeec8bdcbe14e192b5123aced3.tar.bz2 mpv-93ad0e3b78fc2fbeec8bdcbe14e192b5123aced3.tar.xz |
added matrox fullscreen/aspect tvout stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2321 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/example.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/example.conf b/etc/example.conf index 5c0a089538..3638002e3b 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -44,6 +44,11 @@ fs=yes # Enlarges movie window to your desktop's size. # monitoraspect=4:3 # standard monitor size, with square pixels # monitoraspect=16:9 # use this for widescreen monitor! non-square pixels +# screenw=720 # this is required for MATROX TV-OUT users ! +# screenh=576 # here you should set the resolution of your + # Matrox framebuffer. Needed for fullscreen playing + # on '-vo mga' ONLY ! + ## ## Use GUI mode by default ## |