I don't know what I did, but this evening I have the video occupying just a quarter of the screen, the top left quarter.
I tried the video calibration, but the corners of the video goes out of the screen in the center of my TV screen, I don't know how to describe it better, sorry.
Any help?
more details please, and maybe some pics how does it looks.
what is your setup, XBMC settings, config.txt settings
this happened to me few times already as well. always the resolution in settings - system - video output was "suddenly" changed to 7xx X 4xx ... (instead of 1920x1080)
changing back resolved it always.
don't know how to take screenshots.
I checked to have disable_overscan in the configuration, I searched on the forum, but nothing worked.
Then I changed the GUI resolution and set it to the same value of the video I wanted to watch: 50 fps and suddendly everything went well.
So in the end the problem is this: if I set any GUI resolution but 50 fps and I try to watch a movie at 50 fps the resolution changes at the beginning of the movie and the screen will resize to a quarter of my TV screen.
your problem lies in EDID detection which cause the issue.
To overcome this you may try change the HDMI cable(my own experience as I had a cable which wasnt cheap but caused the issue with CEC) or you can try force the HDMI mode to native resolution of your screen
you can try force EDID ignore
Code:
hdmi_ignore_edid=0xa5000080
you can also try force HDMI
Code:
hdmi_force_hotplug=1
or find out details of your HDMI device and use
hdmi_group and
hdmi_mode with appropriate values to force the parameters
my TV don't have CEC, can this is part of the problem?
what screen do you have? is it a monitor or TV? what model? and are you connected via HDMI direct or do you use any HDMI>DVI connection?
I had the same problem, after a recent apt-get upgrade:
Boot logo and loading screen are full-screen (or centered), but after XBMC loads fully, the screen resizes to this.
Output resolution shows up as 720x480 inside XBMC, but the TV reports 1080p.
I fixed it by going to Video Output settings, and changing the Resolution back to 1920 x 1080p.
did u hit " \ backslash " key on keyboard by accident maybe? "Toggle windowed mode" ?
btw I found a way how to disable that completely so all new packages will never do that again
@
mk01: Was that by changing xbmc advancedsettings.xml so that it does nothing? I tried that a while ago, and whilst it did work, it did have other ramifications - all of them not good. Not too sure what they were - it was a long time ago, but severe enough for me not to continue with it.
@Iri
no. updating system/keymaps/keyboard.xml disabling backslash
@
mk01 - OK That was what I did - sorry for the confusion. Yes it worked, but if I remember, there were issues which was why I didn't implement it nor broadcast it. Something, but can't recall. Probably trying to use tilde (~) or hash (#) which is the same (shift) key on a UK keyboard within XBMC.
If you could post the code required, or I could find it, I'll give it a test tomorrow and see if I can find out what my issue was - it would also allow others to test it.
BTW: Is the change dynamic, if so, (I guess it is not) it could be put into xbian-config as a preference.
BTW: Any idea why on Cubox-i this key puts the screen in the bottom left corner, not the top left corner as in the RPi.
@
IriDium
yes, by few accidents (and for instance default Debians having GB keyboard (GRRRRR)) I know that the nice "\" is "#" for you.
this is the patch (just added yesterday so I didn't test it at all)
https://github.com/xbianonpi/xbian-package-xbmc/blob/master/patches/disable-backlsash.patch
is it the same what you did ?
and no to the other question - even I have not realised that
)
Code:
maybe it's because you ride on other side of the road in GB. but I refuse guessing who is right, if imx6 or rpi :))
I made the change on the RPi and it does seem to work. Will have a play and see if there are any issues.
I think I used <backslash>nop</backslash> last time.