Resolution issues
|
28th May, 2013, 02:42 AM
Post: #1
|
|||
|
|||
Resolution issues
Hi all,
I've been having some resolution related problems since adding a Yamaha ysp-2200 soundbar to the output of my RPi (which is running 1.0a5). Here's some background info on the problem and what I've tried so far. The first issue I encountered is that some of the HDMI modes stopped being available after I rebooted the RPi when it froze. After this the following happened: 1 tvservice -e CEA wouldn't show all modes my TV is capable of (for example, all 1080 modes disappeared) 2. XBian would boot in 480p 3. 1080 modes were not selectable from System -> settings -> video output. The max resolution I could set was 720p. 4. 1080p movies would not play at full resolution (TV mode was still 720p) I think the soundbar introduced a problem with the HDMI EDID negotiation so I modified config.txt to load the EDID from a file: Code: These are the actual modes my TV is capable of (not the reduced list following the problem). I exported these to /boot/edid.dat and then modified config.txt to load this. I can select all of these modes from the System -> Video Output menu now. The problem I have now is that when I set the GUI resolution to 720 (it was 1080), I can only see the top left-hand corner of the UI (approx 1/4 of the screen). If I change the Video Output to 1280x720p then the UI renders correctly - I can see all of the screen - but, 1080 movies play at 720p. I'm sure I've messed up a setting somewhere while trying to fix the HDMI issue but I can't work out how to fix this. I'd like to get back to having the GUI res at 720 but be able to play 1080 content at 1080. Any advice would be great! Thanks Gareth |
|||
28th May, 2013, 02:48 AM
Post: #2
|
|||
|
|||
Re: Resolution issues
any chance you have something like this?
http://forum.xbian.org/showthread.php?pid=9299#pid9299 ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
28th May, 2013, 03:05 AM
Post: #3
|
|||
|
|||
RE: Resolution issues
(28th May, 2013 02:48 AM)rikardo1979 Wrote: any chance you have something like this? I feel a bit silly now! I just fixed the problem by doing the Video calibration the screen. I've done this before when the borders were out by a bit but it never occurred to me to try it for the problem I had - I could literally only see a quarter of the screen! Many thanks, Gareth |
|||
28th May, 2013, 03:10 AM
Post: #4
|
|||
|
|||
Re: Resolution issues
nice one
did you try the the aspect ratio on TV at any chance? ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
28th May, 2013, 03:28 AM
Post: #5
|
|||
|
|||
RE: Resolution issues
I found a couple of options on my TV -
Auto Format (on or off) Screen Format (Wide, Zoom or Smart) I just tried these but they didn't fully to correct the video calibration problem. I'm not sure what they're supposed do but perhaps they can only correct the calibration / timing within certain limits. Many thanks for the help - it's much appreciated |
|||
28th May, 2013, 04:01 AM
Post: #6
|
|||
|
|||
Re: Resolution issues
im just curious here as I never needed to use the screen calibration in over 7 years of using XBMC. I not saying you did wrong or you not need one
-what TV do you have? -what is the native resolution of the screen? -does the AVR affect the video signal or is it go through out to TV? ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
28th May, 2013, 04:38 AM
Post: #7
|
|||
|
|||
RE: Resolution issues
The TV is a Sony KDL40W2000U with a native / panel resolution of 1920x1080.
I don't know what the soundbar does to the HDMI input it's not a full-blown AV receiver but it processes audio and acts as an HDMI switch. There are very few configurable options for HDMI video so perhaps it just passes the video through, processes the audio and messes around with EDID a bit. There's another setting on my TV called Display Area. This has four options Normal, Full Pixel, -1 and -2. It's set to Full Pixel now. Changing it in from Full Pixel results in some of the UI borders being lost. There seems to be a fair number of options that change the timing / calibration slightly and I'm not sure how they relate to each other or what the defaults are! I'll try disabling overscan later in config.txt and see what happens. |
|||
28th May, 2013, 05:10 AM
Post: #8
|
|||
|
|||
RE: Resolution issues
yes, you should start with disable_overscan=1 as by default and remove all the video calibration you did.
Than play with the screen settings in your TV options. Not easy to say what which setting in your TV does exactly as I never had a chance to play with one, but I would definitely give it a try You can even try remove the EDID mod from the config.txt and start by adding just a hdmi_force_hotplug=1 and see if that help at all. As you can see there are a lot of options how to do this so definitely not an easy one to say which way you should go. I'm afraid you just need to try and find the right one for you Please keep us updated with your results and findings -thx- ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
28th May, 2013, 06:36 AM
Post: #9
|
|||
|
|||
RE: Resolution issues
I've set disable_overscan=1 - I didn't realise this was a default option.
The UI and videos are a perfect fit with the video calibration showing (0,0) for the top-left and bottom-right arrows and I kept the TV settings as they were (full pixel, Auto Format=off and Screen Format=Normal). These TV settings are good for my SKY+ box too. I don't understand how the calibration was so far off but I'd been changing the Video settings in XBian and config.txt a lot because of the EDID problem, restarting a lot and had some unavoidable non-clean shutdowns. I recall needing to change the calibration before but I can't remember why and have done quite a lot of messing around with different settings since then! Regarding the EDID mod, I did try hdmi_force_hotplug=1 before configuring EDID from a file but didn't have any luck with that. It seems that the YSP soundbar gets into a state where it will only report a limited set of EDID settings. When it's in this state, plugging the Pi into the TV directly, rebooting and doing tvservice -m CEA shows the full list. Whereas plugging it into the soundbar and rebooting shows a different set with no 1080 settings. Once again, everything seems to be working perfectly Thanks, Gareth |
|||
« Next Oldest | Next Newest »
|