Forum
[PROBLEM] Screen calibration not saved after switching to TV and back - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Community (/forum-5.html)
+--- Forum: Uncategorized (/forum-59.html)
+--- Thread: [PROBLEM] Screen calibration not saved after switching to TV and back (/thread-2799.html)

Pages: 1 2


RE: Screen calibration not saved after switching to TV and back - kenuser - 16th Jan, 2025 02:01 AM

In guisettings.xml replace overscan value as you need. For me worked

Code:
<resolutions>
    <resolution>
        <description>720x480 (720x480) @ 60.00i - Full Screen</description>
        <subtitles>406</subtitles>
        <pixelratio>0.949895</pixelratio>
        <overscan>
            <left>46</left>
            <top>21</top>
            <right>671</right>
            <bottom>458</bottom>
        </overscan>
    </resolution>
</resolutions>