-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5X sync issues on .86 #64
Comments
Hm, my guess is that it's possible that 45b093d caused timing between the various HDMI_TX pins to differ enough that it's causing problems, even though I didn't see it on my device. If you're able to, can you post a video of the behavior you're seeing? |
Yeah, how do I post a video though? I'm not the best with github
…On Fri, Jun 26, 2020, 15:37 Russell Harmon ***@***.***> wrote:
Hm, my guess is that it's possible that 45b093d
<45b093d>
caused timing between the various HDMI_TX pins to differ enough that it's
causing problems, even though I didn't see it on my device.
If you're able to, can you post a video of the behavior you're seeing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#64 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDZHU2R4OKWH3R62HUDN7LRYUBHFANCNFSM4OJTJW4Q>
.
|
So here is that video of my snes and n64 Edit: Github doesn't seem to like .mp4 format so I'm in the process of uploading it to YouTube |
https://www.youtube.com/watch?v=x3b1WQbxCuM Here is a link to the video |
Can you try again with this build? This sets fast output on all of the HDMI_TX pins, so may mitigate the problem, but it does introduce timing issues in other places, so it may cause other problems. It should let me know if my theory is right though. |
I'll test it out today after work and let you know how if fares.
…On Sat, Jun 27, 2020, 01:39 Russell Harmon ***@***.***> wrote:
Can you try again with this build? This sets fast output on all of the
HDMI_TX pins, so may mitigate the problem, but it does introduce timing
issues in other places, so it may cause other problems. It should let me
know if my theory is right though.
ossc_0.86-aud-psp.bin.zip
<https://github.com/marqs85/ossc/files/4840057/ossc_0.86-aud-psp.bin.zip>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#64 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDZHU2ONLKTFE4HXJUYKSLRYWH3BANCNFSM4OJTJW4Q>
.
|
Okay so I installed and tested it and now I can't get the optimal timings
to work with 4X or 5X and 5X is stuck on on some weird 16x9 type setting i
can't seem to get to change
…On Sat, Jun 27, 2020, 07:04 Stephen Price ***@***.***> wrote:
I'll test it out today after work and let you know how if fares.
On Sat, Jun 27, 2020, 01:39 Russell Harmon ***@***.***>
wrote:
> Can you try again with this build? This sets fast output on all of the
> HDMI_TX pins, so may mitigate the problem, but it does introduce timing
> issues in other places, so it may cause other problems. It should let me
> know if my theory is right though.
>
> ossc_0.86-aud-psp.bin.zip
> <https://github.com/marqs85/ossc/files/4840057/ossc_0.86-aud-psp.bin.zip>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#64 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABDZHU2ONLKTFE4HXJUYKSLRYWH3BANCNFSM4OJTJW4Q>
> .
>
|
I found the source of my problem and you're not going to believe it,
apparently my hdmi cable is going out, because as soon as I switched cables
it started working correctly, well at least on the pre-.86 I tested earlier
this month. I'll test final .86 and let y'all know the results.
On Sat, 27 Jun 2020 at 18:38, Stephen Price <steveprice2525@gmail.com>
wrote:
… Okay so I installed and tested it and now I can't get the optimal timings
to work with 4X or 5X and 5X is stuck on on some weird 16x9 type setting i
can't seem to get to change
On Sat, Jun 27, 2020, 07:04 Stephen Price ***@***.***>
wrote:
> I'll test it out today after work and let you know how if fares.
>
> On Sat, Jun 27, 2020, 01:39 Russell Harmon ***@***.***>
> wrote:
>
>> Can you try again with this build? This sets fast output on all of the
>> HDMI_TX pins, so may mitigate the problem, but it does introduce timing
>> issues in other places, so it may cause other problems. It should let me
>> know if my theory is right though.
>>
>> ossc_0.86-aud-psp.bin.zip
>> <https://github.com/marqs85/ossc/files/4840057/ossc_0.86-aud-psp.bin.zip>
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#64 (comment)>, or
>> unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/ABDZHU2ONLKTFE4HXJUYKSLRYWH3BANCNFSM4OJTJW4Q>
>> .
>>
>
|
Okay so I tested the official firmware after replacing my cable and can
confirm that it is functioning properly now. Thank-you all for the help in
resolving the issue even though there really wasn't one.
On Sat, 27 Jun 2020 at 21:08, Stephen Price <steveprice2525@gmail.com>
wrote:
… I found the source of my problem and you're not going to believe it,
apparently my hdmi cable is going out, because as soon as I switched cables
it started working correctly, well at least on the pre-.86 I tested earlier
this month. I'll test final .86 and let y'all know the results.
On Sat, 27 Jun 2020 at 18:38, Stephen Price ***@***.***>
wrote:
> Okay so I installed and tested it and now I can't get the optimal timings
> to work with 4X or 5X and 5X is stuck on on some weird 16x9 type setting i
> can't seem to get to change
>
> On Sat, Jun 27, 2020, 07:04 Stephen Price ***@***.***>
> wrote:
>
>> I'll test it out today after work and let you know how if fares.
>>
>> On Sat, Jun 27, 2020, 01:39 Russell Harmon ***@***.***>
>> wrote:
>>
>>> Can you try again with this build? This sets fast output on all of the
>>> HDMI_TX pins, so may mitigate the problem, but it does introduce timing
>>> issues in other places, so it may cause other problems. It should let me
>>> know if my theory is right though.
>>>
>>> ossc_0.86-aud-psp.bin.zip
>>> <https://github.com/marqs85/ossc/files/4840057/ossc_0.86-aud-psp.bin.zip>
>>>
>>> —
>>> You are receiving this because you authored the thread.
>>> Reply to this email directly, view it on GitHub
>>> <#64 (comment)>, or
>>> unsubscribe
>>> <https://github.com/notifications/unsubscribe-auth/ABDZHU2ONLKTFE4HXJUYKSLRYWH3BANCNFSM4OJTJW4Q>
>>> .
>>>
>>
|
Glad to hear it. The simple problems are always my favorite because it means it isn’t a ton of work to fix, for which this could have been a tough fix. |
Yeah I felt super dumb, especially considering small electronics and wiring
repair is my side hobby haha.
…On Sun, Jun 28, 2020, 21:26 Russell Harmon ***@***.***> wrote:
Glad to hear it. The simple problems are always my favorite because it
means it isn’t a ton of work to fix, for which this could have been a tough
fix.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#64 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDZHU24ORDQ7PMH5TBZHWLRY73ULANCNFSM4OJTJW4Q>
.
|
So I've been using one of the .86 beta firmwares for sometime now and 5X worked fine, then today I updated to .86 official and for some reason everything seems to sync issues,weird graphical artifacts, and severe clipping or no sound at all when 5X at 1600x1200 since that's the only one that looked right on my TV. I have a TCL-55 4K roku TV if that helps any. Right now 4X seems to be working great and I'm really glad yall added the psp mode to the sampling options.
The text was updated successfully, but these errors were encountered: