Skip to content

Commit 2b2a1e9

Browse files
committed
feat: add faq about black frame around the imaage (overscan)
1 parent 5cd748a commit 2b2a1e9

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

src/views/readme/faq-setup.tsx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,40 @@ export const FaqSetup: Component = () => {
4343
in Safari and Firefox.
4444
</p>
4545
</details>
46+
47+
<details>
48+
<summary>I have a black frame around the image, and the application does not work. What should I do?</summary>
49+
<p>
50+
It means you have <em>overscan</em>, and to fix it you configured the <code>Adjust Screen Size</code> to a
51+
value smaller than 100% in your{" "}
52+
<A
53+
target="_blank"
54+
href="https://www.nintendo.com/au/support/articles/how-to-adjust-the-display-settings-on-nintendo-switch-2/"
55+
>
56+
Switch settings
57+
</A>
58+
</p>
59+
<p>
60+
Usually, the overscan issue should be fixed directly on your TV. So, set the value back to do 100%. Then,
61+
depending on your TV Brand try the following instructions. If you TV is not listed, please refer to the manual
62+
of your TV.
63+
</p>
64+
<ul>
65+
{/*Source: https://askubuntu.com/questions/4358/how-do-i-fix-overscan-on-my-hdmi-hdtv*/}
66+
<li>
67+
<strong>Samsung TV -</strong> Go to Menu / Picture / Picture Options / Size / Screen Fit (instead of 16:9).
68+
</li>
69+
<li>
70+
<strong>LG TV -</strong> Go to Settings / Picture / Aspect Ratio / Just Scan (instead of 16:9)
71+
</li>
72+
<li>
73+
<strong>Sony TV -</strong> Hit Home button, go to Settings / Screen / Display Area / Full Pixel
74+
</li>
75+
<li>
76+
<strong>Sharp TV -</strong> Hit View Mode button, select "Dot by Dot" or "Full screen"
77+
</li>
78+
</ul>
79+
</details>
4680
</>
4781
);
4882
};

0 commit comments

Comments
 (0)