XBMC not in full screen
#1
Hi,
I have XBMC installed on Raspbian from here: http://michael.gorven.za.net/raspberrypi/xbmc
It starts automatically at startup. I am using RCA output and old TV. It was working properly before but something happened (update or my changes) and XBMC screen moved up so top of it is hidden (outside of TV). ON the bottom I can see text tty1 login prompt. It looks like tty prompt caused this movement and now top part of XBMC is not visible.

ANy ideas how to remove/hide this tty text?

Thanks!
B
Reply
#2
You can remove the console with (for hdmi)
Code:
tvservice -o && tvservice -p

before launching xbmc. Include that in a script that launched xbmc.

To get console back after xbmc has closed use:
Code:
fbset -depth 8 && fbset -depth 16

or switch virtual console (ALT + function key).
Reply
#3
How about RCA? I am not using HDMI.
When I execute
Code:
tvservice -o && tvservice -p
TV stops displaying anything in AV mode.

This is how it looks like: http://postimg.org/image/e9fzrt3vx/
Entire XBMC window is moved up and goes outside the screen.

Thank you
B.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC not in full screen0