Problem solved
ok, here we go:
# Did you took the 4GB Buzz image ?
# How much space is available on your medium ?
sudo df -h
# if not enough space free, resize the main-partition
# i've took a desktop-ubuntu (live CD for example)
# gparted -> dismount ext4 partition
# -> resize to rest of the 8gb stick
# Get root-access
# I must install the firmware for my DVB-T stick AFATECH ...
Code: Select all
apt-get install linux-firmware-nonfree
# Install the yavdr ppa launchpad
Code: Select all
add-apt-repository ppa:yavdr/main
add-apt-repository ppa:yavdr/unstable-vdr
# Update the packet-infos & upgrade system
Code: Select all
apt-get update
apt-get dist-upgrade
# Install VDR + xineliboutput
Code: Select all
apt-get install vdr vdr-plugin-xineliboutput libxineliboutput-sxfe xineliboutput-sxfe
# Edit the xineliboutput settings like the following
Code: Select all
gedit /etc/vdr/plugins/plugin.xineliboutput.conf
Code: Select all
--local=sxfe
--primary
--display=0.0
# if you want fullscreen add the following too
Code: Select all
--fullscreen
--width=your screen width eg 800
--height=your screen height eg 600
# Don't know, if be a must ???
# edit the Xwrapper.config
# Allow vdr to connect to audio
# -> add vdr to group audio
# Don't know, if be a must ???
# -> add vdr to group joggler
# Allow/Disallow VDR to shutdown the system
# Should VDR start at bootup ?
Code: Select all
# Change to 1 to enable vdr's init-script
ENABLED=1
#!!! THIS MUST BE '1', otherwise VDR don't starts from Terminal
#!!! the side effect is, that VDR starts at boot up :-(
#!!! I don't know, why this must be enabled for Terminal-Start ???
# Change this to 1 if you want vdr to be able to shutdown the
# computer
ENABLE_SHUTDOWN=0
# Allow VDR to connect to the running X-Server
# scroll to the end of the file and add a new line:
# edit the channels.conf for your DVB-method/location
# Start VDR
# Stop VDR
# Stop & Start VDR
# Problems or trouble ?
Take a look at
EDIT2:
Optimize settings:
- Menu -> Settings -> Plugins -> xineliboutput -> video ->
# for a better screenquality
...-> Deinterlacing: TvTime
...-> Methode -> Greedy 2-frame
# Kill the borders
# cause the most TV-Stuff is in 16:9, not 4:3
- Menu -> Settings -> Plugins -> xineliboutput -> video
...-> Software Scaling -> yes
...-> change aspect ratio -> no
...-> change video size -> yes -> 800 x 600
Edit 3:
# Keep the aspect ratio at IMHO all tv-broadcasts:
- Menu -> Settings -> DVB -> 16:9
- Menu -> Settings -> Plugins -> xineliboutput -> video
...-> Aspect ratio: automatic
...-> crop letterbox 4:3 to 16:9 -> yes
...-> Use driver crop -> no
...-> Autodetect letterbox -> yes
...-> Crop to -> 14:9/16:9
...-> Allow downscaling -> yes (scroll down for this option)
- Menu -> Settings -> Plugins -> xineliboutput -> osd
...-> Resolution -> automatic
...-> Scaling method -> bilinear
Edit 4:
I forget this one:
# The Joggler screen is not 16:9 and not 16:10, it's 16:9.6, tell it to the VDR here:
- Menu -> Settings -> Plugins -> xineliboutput -> Local Frontend -> Window aspect -> default
but centering the osd i couldn't get this yet
P.S.: Very Thanks to swifty for helping to install VDR
Greets, Tommes