annotate TVout/cloning @ 8353:6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
documentation.html and some changes to the configure script + Makefile to
support optional different "install" location and change ranlib to ar when
Irix is detected.
Steffen Boelaars <mplayer.development@graphicscave.com>
author |
arpi |
date |
Wed, 04 Dec 2002 23:29:41 +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
|