summaryrefslogtreecommitdiffstats
path: root/TOOLS/TVout/independ
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-03 00:45:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-03 00:45:55 +0000
commitc1f0f03b5780a1dd233b118cbb71af8dd32e4446 (patch)
tree20a6fb8b7a4f783b7714affbc9be13b4c9a48b2d /TOOLS/TVout/independ
parentb3179e503f740651ae16cced2f6cfe8e83d2c8a0 (diff)
downloadmpv-c1f0f03b5780a1dd233b118cbb71af8dd32e4446.tar.bz2
mpv-c1f0f03b5780a1dd233b118cbb71af8dd32e4446.tar.xz
Moved to the TOOLS directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12941 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/TVout/independ')
-rwxr-xr-xTOOLS/TVout/independ16
1 files changed, 16 insertions, 0 deletions
diff --git a/TOOLS/TVout/independ b/TOOLS/TVout/independ
new file mode 100755
index 0000000000..f9c78a1335
--- /dev/null
+++ b/TOOLS/TVout/independ
@@ -0,0 +1,16 @@
+
+# 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