annotate TVout/independ @ 10795:2ab9ab4f07b4
Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>
author |
mosu |
date |
Tue, 02 Sep 2003 14:40:16 +0000 |
parents |
3b5f5d1c5041 |
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
|