summaryrefslogtreecommitdiffstats
path: root/TVout/matroxset/normal
diff options
context:
space:
mode:
Diffstat (limited to 'TVout/matroxset/normal')
-rwxr-xr-xTVout/matroxset/normal12
1 files changed, 12 insertions, 0 deletions
diff --git a/TVout/matroxset/normal b/TVout/matroxset/normal
new file mode 100755
index 0000000000..f17caf5351
--- /dev/null
+++ b/TVout/matroxset/normal
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+if [ -c /dev/fb0 ]; then
+ HEAD0=/dev/fb0
+ HEAD1=/dev/fb1
+else
+ HEAD0=/dev/fb/0
+ HEAD1=/dev/fb/1
+fi
+matroxset -f ${HEAD1} -m 0
+matroxset -f ${HEAD0} -m 1
+matroxset -f ${HEAD1} -m 2