Code: Select all
sudo apt-get install kodi -y
wget http://steinerdatenbank.de/software/kodi-15-jessie.tar.gz
tar -xzf kodi-15-jessie.tar.gz
cd kodi-15-jessie
sudo ./install
Of course this would be the best - but how?gkreidl wrote:This is a problem with all applications that directly access the screen (omxplayer, for example).
Remove the overscan settings and disable it.
Use the menu of your TV to get the full image.
The overscan settings just change the framebuffer size but not the real screen size (as they should). Using the native resolution of your TV should give you better results. Obviously it cannot handle the 1280x720 resolution you selected. UsingMicha1982 wrote:But how and why?gkreidl wrote:This is a problem with all applications that directly access the screen (omxplayer, for example).
Remove the overscan settings and disable it.
Use the menu of your TV to get the full image.
Shouldn't the screen fit in general perfectly when I set it in config.txt to 1280x720, normally?
I tried around a bit; it looks like I am not able to do so: If I disable these settings in config.txt, the screen is too small and does not fill the screen - setting in tv-menu is at wide automatically. If I set it to 'zoom' it is much too large (can't see any icon in Raspbian anymore), if I set it to 'smart' I have black borders at the top and bottom and on left + right it goes over the border - does not fit, too.
Furtherrmore I have no settings in the tv to adjust the screensize in any of these settings, I only can adjust its position - which does not solve the problem.
No, black borders at the top and bottom, whatever I set in tv.gkreidl wrote:Using
overscan_scale=1
in config.txt might help, but it will reduce image quality.
When I am right I haven't had this on wheezy (with overscan activated)....and I am sure I haven't had this with ES on wheezy.gkreidl wrote:Obviously it cannot handle the 1280x720 resolution you selected.
Code: Select all
pi@raspberrypi ~ $ wget http://steinerdatenbank.de/software/kodi-15-jessie.tar.gz
--2016-01-07 15:47:37-- http://steinerdatenbank.de/software/kodi-15-jessie.tar.gz
Resolving steinerdatenbank.de (steinerdatenbank.de)... 85.25.144.201
Connecting to steinerdatenbank.de (steinerdatenbank.de)|85.25.144.201|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-01-07 15:47:37 ERROR 404: Not Found.
See viewtopic.php?f=66&t=109088dj_janker wrote:any idea?