diff options
-rwxr-xr-x | TVout/matroxtv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TVout/matroxtv b/TVout/matroxtv index a5afcf9774..02a6d5ec02 100755 --- a/TVout/matroxtv +++ b/TVout/matroxtv @@ -41,11 +41,13 @@ case "$ABC" in ;; 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 ;; |