annotate TOOLS/TVout/cloning @ 20276:f0f6217f58e2
r20257: Disable loading of file-specific configuration file from the same
directory as the played file. Add a command-line switch to enable it.
r20260: Update x264 option names that changed with r20060
r20264: small grammar fix
r20265: Use American spelling of "gray" instead for British's "grey" for XviD option
r20277: Update x264 option names that changed with r20060
r20279: mention new -use-filedir-conf option in general config description
r20280: remove me=3 leftover (x264)
author |
kraymer |
date |
Tue, 17 Oct 2006 11:21:11 +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
|