guisettings.xml overscan settings reseting
#1
Hi had this problem for some time now but have not been able to solve it. My htpc is connected with hdmi to recevier and then to tv. If my reciver is not on when i start mediapc the screen and overscan settings will reset itself.

After some searching i found this thread
http://forum.xbmc.org/showthread.php?tid=61801

That apply to me exactly, but still it keeps reseting.
This is the resolution and overscan that works for me
Code:
<resolution>
            <description>1280x720 @ 60.00 - Full Screen</description>
            <subtitles>670</subtitles>
            <pixelratio>1.000000</pixelratio>
            <refreshrate>60.000000</refreshrate>
            <output>default</output>
            <xrandrid>0x12b</xrandrid>
            <overscan>
                <left>38</left>
                <top>24</top>
                <right>1243</right>
                <bottom>695</bottom>
            </overscan>
        </resolution>

And after i start my mediapc with recevier off reset and my overscan settings is lost.
Code:
<resolution>
            <description>1280x720 @ 60.00 - Full Screen</description>
            <subtitles>694</subtitles>
            <pixelratio>1.000000</pixelratio>
            <refreshrate>60.000000</refreshrate>
            <output>default</output>
            <xrandrid>0x12b</xrandrid>
            <overscan>
                <left>0</left>
                <top>0</top>
                <right>1280</right>
                <bottom>720</bottom>
            </overscan>
        </resolution>

Any help is higly appriciated
---------------------------------------------------
Intel NUC Haswell D34010WYK | ATV2 | Logitech Harmony One | Onkyo TX-NR808 Receiver | QNAP 809 | APC Back-UPS RS 550
Reply
#2
Debug log please Smile
Reply
#3
Sorry for that... here is my debug

http://pastebin.com/piciWrdQ
---------------------------------------------------
Intel NUC Haswell D34010WYK | ATV2 | Logitech Harmony One | Onkyo TX-NR808 Receiver | QNAP 809 | APC Back-UPS RS 550
Reply
#4
alex84 Wrote:Any help is higly appriciated
Any chance you are connected to the receiver via HDMI? Cheers!!
MINIX NEO U22-XJ | Denon AVC-X3800H | KEF Q750 | KEF Q250c | KEF Q150 | KEF Q50a | KEF Kube 10 MIE | LG OLED65G16LA | CoreELEC
Reply
#5
Hi i have find the solution to my problem woohhoo =)

I did not think that it would apply for me first but it did, and now after i understand why. Solution was find in the sticky: Howto achieve judder free perfectly synced playback. http://forum.xbmc.org/showthread.php?tid=70068

After i done everthing and my xorg.conf was modified with right resolution, in my case force 1080 and let the downscaling be done by the tv, everthing is fine. Done several test and the resolution stick =)

Cheers
---------------------------------------------------
Intel NUC Haswell D34010WYK | ATV2 | Logitech Harmony One | Onkyo TX-NR808 Receiver | QNAP 809 | APC Back-UPS RS 550
Reply
#6
Interesting, the xrandrid in guisettings.xml doesn't match with the one in the logfile.
Reply
#7
i have this issue because i have a normal pc monitor and an hdtv attached, and my tv only has 1 hdmi socket. so, if ive forgot to unplug the xbox and put the pc one back in it'll pop up on my monitor, and ill lose my overscan settings.

this method wouldn't work for me because my tv cant accept 1080p.

i was thinking of making a script that overwrites the relevant section of guisettings.xml, but i havent got round to it yet. id launch the script just before launching xbmc. cant see why it wouldnt work. just a simple find-and-replace or something, or even just copying guisettings.xml.backup to guisettings.xml might work.
Reply
#8
bobo1on1 Wrote:Interesting, the xrandrid in guisettings.xml doesn't match with the one in the logfile.

Well it didn't seem right to me when it keeps reseting. I did solve my problem with the perfect playback sticky. If we are on to any bugg i can send more log files if needed.
---------------------------------------------------
Intel NUC Haswell D34010WYK | ATV2 | Logitech Harmony One | Onkyo TX-NR808 Receiver | QNAP 809 | APC Back-UPS RS 550
Reply

Logout Mark Read Team Forum Stats Members Help
guisettings.xml overscan settings reseting0