summaryrefslogtreecommitdiffstats
path: root/TVout/matroxtv
diff options
context:
space:
mode:
Diffstat (limited to 'TVout/matroxtv')
-rwxr-xr-xTVout/matroxtv8
1 files changed, 8 insertions, 0 deletions
diff --git a/TVout/matroxtv b/TVout/matroxtv
index ba40126482..c7f8d30738 100755
--- a/TVout/matroxtv
+++ b/TVout/matroxtv
@@ -61,6 +61,7 @@ while [ 1 ]; do
clear
+echo " [ 0 ] Clear & blank screen"
echo " [ 1 ] Monitor only"
echo " /---> Monitor"
echo " [ 2 ] DualHead - CRTC1"
@@ -77,6 +78,13 @@ echo " [ G ] 640x480 NTSC, Interlaced"
read ABC
case "$ABC" in
+ 0)
+ clear
+ setterm -cursor off
+ setterm -blank 0
+ read
+ ;;
+
1)
matroxset -f /dev/fb1 -m 0
matroxset -f /dev/fb0 -m 1