Impossible to make a curve #23
Labels
No labels
accidental feature
again!?
docs
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: NG-SD-Plugins/Fantastic#23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello
I have updated both the console and the plug in to version 5.1
I have touched the curve that comes by default but I am not able to make a line as it came by default.
I have also searched on reddit and a user had posted where to locate a .json file and use coordinates to make a curve, but I do not have said file in the plug in installation path. I have based this link on.
https://www.reddit.com/r/SteamDeck/comments/15q3u4e/to_people_who_use_custom_fan_curves_for_your/
And on this route
/home/deck/homebrew/plugins
The folder exists but fantastic.json file does not exist
I attached a pic
Thanks!
The file you're looking for is
/home/deck/.config/fantastic/fantastic.json
, which you can edit to remove the broken points or completely delete to reset it (both actions likely require sudo/root permissions).You should be able to add and remove new points though the glitched ones from v0.5.0 when the UI broke will not work properly. If that's not the case, please let me know.
I don't recommend Reddit as a source of information, especially for niche things. I've seen more people confidently incorrect than correct.
Hello!
Thanks for your response, I have found the path, said folder was hidden.
I have modified the file, I have copied and pasted the text from the fantastic.json file:
{ "version": 1, "enable": true, "interpolate": true, "curve": [ { "x": 0.5074626865671642, "y": 0.225 }, { "x": 0.6902985074626866, "y": 0.795 } ], "fan_bounds": { "min": 1.0, "max": 7000.0 }, "temperature_bounds": { "min": 0.0, "max": 100.0 } }
I save the changes and the moment I go to game mode, it remains the same. Also the fantastic.json file is overwritten when returning to desktop mode.
Thanks!
You will have to restart your Deck (or Decky;
sudo systemctl restart plugin_loader.service
) for the changes to take effect. Fantastic keeps a copy in memory.PERFECT!!!!!
Thanks so much for your help!!!
You can close this and marked as solved!