Tuesday, 3 November 2020

Samsung 4k電視與NSwitch HDMI不相容解法

 簡單說結論

在switch的設定頁面 最左下倒數第二個 有個"電視輸出"的選項 右側第二個選項是 RGB xxx 把她選成"限制"就搞定了 (不可以選自動 標準)


from : https://pttgame.com/nswitch/M.1573799140.A.D3D.html

No comments:

Post a Comment

How to check if a file contains a specific string using Bash

 In case if you want to check whether file does not contain a specific string, you can do it as follows. if ! grep -q SomeString "$File...