annotate TOOLS/TVout/cloning @ 20009:2d5790e4ee8f
Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache Access"
Patch by Zuxy Meng
author |
gpoirier |
date |
Sun, 01 Oct 2006 17:19:45 +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
|