Mercurial > mplayer.hg
annotate TOOLS/TVout/cloning @ 21003:26f723fa0a51
group together xvid's rate control options
author | gpoirier |
---|---|
date | Sat, 18 Nov 2006 12:38:20 +0000 |
parents | b205f8ca892a |
children |
rev | line source |
---|---|
1 | 1 |
2 # SETUP TVout | |
3 # Same picture on TV & Monitor | |
4 | |
5 # CRTC1 -> TVout & Monitor | |
6 matroxset/matroxset -f /dev/fb1 -m 0 | |
7 matroxset/matroxset -f /dev/fb0 -m 3 | |
8 | |
9 # Enable TV | |
10 matroxset/matroxset 1 | |
11 | |
12 # Keep consoles on CRTC1 | |
13 con2fb/con2fb /dev/fb0 /dev/tty1 | |
14 con2fb/con2fb /dev/fb0 /dev/tty2 |