annotate TOOLS/TVout/independ @ 21931:c0bcfcf2a6cd
r21691: added smb:// to the list of allowed input urls
r21692: mentioned file:// and smb:// as alternative stream outputs for mencoder
r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while
r21724: small wording/markup improvements
r21725: wording and markup improvements
author |
kraymer |
date |
Wed, 17 Jan 2007 13:43:56 +0000 |
parents |
b205f8ca892a |
children |
|
rev |
line source |
1
|
1
|
|
2 # SETUP TVout
|
|
3 # Independent picture on TV and Monitor
|
|
4
|
|
5 # CRTC1 -> TVout
|
|
6 matroxset/matroxset -f /dev/fb0 -m 2
|
|
7
|
|
8 # CRTC2 -> Monitor
|
|
9 matroxset/matroxset -f /dev/fb1 -m 1
|
|
10
|
|
11 # Enable TV
|
|
12 matroxset/matroxset 1
|
|
13
|
|
14 # move tty1-2 to CRTC2
|
|
15 con2fb/con2fb /dev/fb1 /dev/tty1
|
|
16 con2fb/con2fb /dev/fb1 /dev/tty2
|