video only takes a quarter of the screen
|
28th Apr, 2013, 07:16 AM
Post: #1
|
|||
|
|||
video only takes a quarter of the screen
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? |
|||
28th Apr, 2013, 08:31 AM
Post: #2
|
|||
|
|||
RE: video only takes a quarter of the screen
more details please, and maybe some pics how does it looks.
what is your setup, XBMC settings, config.txt settings ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
28th Apr, 2013, 12:39 PM
Post: #3
|
|||
|
|||
RE: video only takes a quarter of the screen
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. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
28th Apr, 2013, 07:46 PM
Post: #4
|
|||
|
|||
RE: video only takes a quarter of the screen
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. |
|||
28th Apr, 2013, 08:21 PM
Post: #5
|
|||
|
|||
RE: video only takes a quarter of the 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 ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
28th Apr, 2013, 09:15 PM
Post: #6
|
|||
|
|||
RE: video only takes a quarter of the screen
my TV don't have CEC, can this is part of the problem?
|
|||
28th Apr, 2013, 10:01 PM
Post: #7
|
|||
|
|||
Re: video only takes a quarter of the screen
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?
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
20th Apr, 2014, 12:53 PM
Post: #8
|
|||
|
|||
RE: video only takes a quarter of the screen
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. |
|||
20th Apr, 2014, 07:15 PM
(This post was last modified: 6th May, 2014 04:55 AM by rikardo1979.)
Post: #9
|
|||
|
|||
RE: video only takes a quarter of the screen
did u hit " \ backslash " key on keyboard by accident maybe? "Toggle windowed mode" ?
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
3rd Jul, 2014, 11:40 AM
Post: #10
|
|||
|
|||
RE: video only takes a quarter of the screen
btw I found a way how to disable that completely so all new packages will never do that again
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
3rd Jul, 2014, 11:33 PM
Post: #11
|
|||
|
|||
RE: video only takes a quarter of the screen
@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.
Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
4th Jul, 2014, 01:47 AM
Post: #12
|
|||
|
|||
RE: video only takes a quarter of the screen
@Iri
no. updating system/keymaps/keyboard.xml disabling backslash Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
4th Jul, 2014, 02:28 AM
Post: #13
|
|||
|
|||
RE: video only takes a quarter of the screen
@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. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
4th Jul, 2014, 05:40 PM
Post: #14
|
|||
|
|||
RE: video only takes a quarter of the screen
@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 :)) Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
4th Jul, 2014, 07:35 PM
Post: #15
|
|||
|
|||
RE: video only takes a quarter of the screen
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. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] Random on-screen controls in video playback | petebulley | 3 | 9,394 |
15th Oct, 2014 12:45 AM Last Post: rikardo1979 |
|
Automatic full screen video | fergarbaweb | 23 | 62,117 |
25th Feb, 2013 04:01 AM Last Post: fergarbaweb |