Impossible to make a curve #23

Closed
opened 2024-04-17 21:18:29 +01:00 by GEr · 4 comments

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!

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!
Owner

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.

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.
Author

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!

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!
Owner

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.

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.
Author

PERFECT!!!!!
Thanks so much for your help!!!
You can close this and marked as solved!

PERFECT!!!!! Thanks so much for your help!!! You can close this and marked as solved!
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: NG-SD-Plugins/Fantastic#23
No description provided.