FlashyReese / sodium-extra-fabric

Features that shouldn't be in Sodium.
GNU Lesser General Public License v3.0
259 stars 65 forks source link

'Reduce Resolution on macOS' Makes Sign Text Unreadable #355

Open Avakining opened 10 months ago

Avakining commented 10 months ago

Make sure you are not opening a duplicate.

Minecraft version.

1.20.1

Sodium Extra version.

0.5.1

Sodium version.

0.5.1

What happened?

When 'Reduce Resolution on macOS' is enabled, signs become unreadable at most angles when more than a few blocks away.

Relevant log.

https://paste.gg/p/anonymous/862616159d7d49048bead4abbf5c6b7f

Additional information.

Reduce Resolution on (with VanillaTweaks smoother font): 2023-08-16_13 36 23

Reduce Resolution on (without VanillaTweaks smoother font): 2023-08-16_13 46 47

Reduce Resolution off: 2023-08-16_13 38 19

FlashyReese commented 10 months ago

Is this the case for previous versions? Unfortunately, I don't own a mac device to debug this. I would suggest trying ResolutionControl+, as I can not reliably debug this issue.

Avakining commented 10 months ago

This has been the case for a while (at least since the 1.20 update), but I only just managed to narrow the issue down to this setting.

FlashyReese commented 10 months ago

I assume this was cause by the gui and text rendering mojang shipped with 1.20. It seems to also be halving the resolution on text rendering.

Avakining commented 10 months ago

That would be my guess, as the issue also happens with ResolutionControl+. It looks like it could be related to MC-152955 and/or MC-2488