-
Notifications
You must be signed in to change notification settings - Fork 7
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
More color correction options #1
Comments
I don't think you can set LUTs directly, as they are used in those posts. But color correction is definitely possible. For future reference, these are all color values, that can be altered in Gamescope: https://github.com/Plagman/gamescope/blob/3122d1aabec4d8f7df79edb1b76e136c0dd5ffbf/src/steamcompmgr.cpp#L4937-L4942 |
Well, it would be amazing if you add those options at some point! Thanks again! |
I second this! Some way to match the calibration of those reshade configs would be amazing |
I third this. |
It seems like changing the gamma would be the next best addition:
I tinkered around with it for a little while but never got it fully working |
@Scrumplex any chance you can add settings to change the gamma? In my opinion the deck could really benefit from those changes! I can collaborate if needed |
I have looked at the relevant code inside gamescope. That variables takes six float values. The first three are the exponents for degamma (I assume R, G and B) and the latter three are for gamma (also R, G and B). |
I only dug through a bit, but that would make sense RGB then Gamma. Hopefully this is something that can be accomplished! |
In an effort to support more color correction options, add gamma color exponent settings. See #1 This lacks degamma values. Not sure if anyone wants them though.
I see a commit for this, huge thank you for considering adding the gamma! Hugely appreciated! |
How do you install the new version or do I just wait for it on decky? |
In an effort to support more color correction options, add gamma color exponent settings. See #1 This lacks degamma values. Not sure if anyone wants them though.
In an effort to support more color correction options, add gamma color exponent settings. See #1 This lacks degamma values. Not sure if anyone wants them though.
In an effort to support more color correction options, add gamma color gain settings. See #1 This does not include support for setting degamma/gamma exponents, as there needs to be a user-friendly way of setting them.
In an effort to support more color correction options, add gamma color gain settings. See #1 This does not include support for setting degamma/gamma exponents, as there needs to be a user-friendly way of setting them.
Gamma support is basically ready with PR #8. I asked in Decky Discord for people to test it. If no issues surface, I will release a new version with gamma setting soon |
Fantastic, thank you! |
Is there a way to edit the index.js so that the increments are like 5 instead of 50 |
The latest version appears to disable night mode whenever I launch a game, permanently until I go into system settings and turn it back on. Is this intended behavior? I sort of see the reasoning, but a toggle might be nice |
I can't influence that sadly. If you use the touchscreen, you can set finer values |
Steam also uses some way of editing gamma values. I am still not sure how they do it, but you (currently) can't have both |
Hi! I was wondering is it would be possible to add color correction settings to the plugin, with the objetive of manage something like this but system wide:
https://www.reddit.com/r/SteamDeck/comments/wd2fa7/get_a_more_color_accurate_steam_deck_files/
https://www.reddit.com/r/SteamDeck/comments/v80w7u/steam_deck_display_calibration_v2/
Thanks for your work! Amazing plugin!
The text was updated successfully, but these errors were encountered: