annotate TVout/cloning @ 6938:d796833e77af
Put all spudec_new stuff in a single function,
spudec_new_scaled_vobsub. Original frame width is always either
720x576 or 720x480. See dvd-subtitle-problem.txt and
dvd-subtitle-problem.txt.vob.
author |
kmkaplan |
date |
Tue, 06 Aug 2002 13:32:55 +0000 |
parents |
3b5f5d1c5041 |
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
|