summaryrefslogtreecommitdiffstats
path: root/TVout
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-30 17:07:30 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-30 17:07:30 +0000
commitcc40816b760f533c47f243563688220c9e6d493b (patch)
treed0d225430c0cbf0872913851218d9be9411bd16d /TVout
parent0f26dd3d9e833fe6ea0a43c3dfac0c5599e49ff7 (diff)
downloadmpv-cc40816b760f533c47f243563688220c9e6d493b.tar.bz2
mpv-cc40816b760f533c47f243563688220c9e6d493b.tar.xz
now pressing [2] should work at once
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2561 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TVout')
-rwxr-xr-xTVout/matroxtv2
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
;;