changeset 2560:be3b0871ef6d

now pressing [2] should work at once
author gabucino
date Tue, 30 Oct 2001 17:07:30 +0000
parents 54ef00c7e2ad
children 2bbe67807bb0
files TVout/matroxtv
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TVout/matroxtv	Tue Oct 30 17:06:17 2001 +0000
+++ b/TVout/matroxtv	Tue Oct 30 17:07:30 2001 +0000
@@ -41,11 +41,13 @@
 	;;
 
 	2)
+	con2fb /dev/fb1 /dev/tty3  # Strange, this eliminates green bars
 	matroxset -f /dev/fb1 -m 0
 	matroxset -f /dev/fb0 -m 3
 	matroxset 1
 	# 640x512
 	fbset -fb /dev/fb1 -left 60 -right 0 -upper 70 -lower 39 -hslen 76 -vslen 4 -xres 640 -yres 512 -bcast true
+	con2fb /dev/fb0 /dev/tty3  # Ok, now we can take it back
 	;;