view TVout/independ @ 2070:c1edbb8bfc0c

(solaris x86) C++ style variable declaration not at the start of a block does not work in mplayer, add a block to declare local variable.
author jkeil
date Thu, 04 Oct 2001 11:17:39 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


# SETUP TVout
# Independent picture on TV and Monitor

# CRTC1 -> TVout
matroxset/matroxset -f /dev/fb0 -m 2

# CRTC2 -> Monitor
matroxset/matroxset -f /dev/fb1 -m 1

# Enable TV
matroxset/matroxset 1

# move tty1-2 to CRTC2
con2fb/con2fb /dev/fb1 /dev/tty1
con2fb/con2fb /dev/fb1 /dev/tty2