Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: vdr-xine



 
> When vdr shows material recorded in 16:9 my fb device shows the 
> underlying console picture on top and bottom part of the screen. Any 
> ideas how to mask these?

This works for me:

$ cat /opt/vdr/bin/fb.sh 

#!/bin/sh
amixer set Master 100% unmute > /tmp/xine.log 2>&1
amixer set Headphone 50% unmute > /tmp/xine.log 2>&1
amixer set Line 50% unmute > /tmp/xine.log 2>&1
amixer set 'SB Live Analog/Digital Output Jack' unmute > /tmp/xine.log 2>&1
setterm -cursor off
setterm -blank 0
setterm -foreground black
clear
fbset "1280x1024 60Hz 32bit"
while true
do
	/usr/local/bin/fbxine --stdctl -V vidixfb -A alsa
vdr://opt/vdr/xine-fifo/stream#demux:mpeg_pes > /tmp/xine.log 2>&1
	sleep 10
done


Stefan





Home | Main Index | Thread Index