Skip to content
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

Corsair H150i Elite RGB resets to default color on boot #172

Closed
jflevesque opened this issue May 25, 2024 · 6 comments
Closed

Corsair H150i Elite RGB resets to default color on boot #172

jflevesque opened this issue May 25, 2024 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@jflevesque
Copy link

I've just updated to v1.6.0 and noticed that any time FanControl boots, the RGB setting on my pump gets reset to its default value. I've noticed #144 so unsure if its related or not.

@EvanMulawski EvanMulawski self-assigned this May 26, 2024
@EvanMulawski
Copy link
Owner

Hi @jflevesque, yes, that change was related to #144 and an enhancement is being tracked in #170 to add the ability to specify which default lighting preset it gets reset to (instead of a solid color). In the meantime, you would need to use SignalRGB to have effects or customize the default solid color lighting using the FANCONTROL_CORSAIRLINK_DIRECT_LIGHTING environment variables.

@jflevesque
Copy link
Author

With #170, will that remove the need to use SignalRGB?

@EvanMulawski
Copy link
Owner

Yes. Are you using the default rainbow effect or something else?

@jflevesque
Copy link
Author

I'm using a simple static color

@EvanMulawski EvanMulawski added the question Further information is requested label May 29, 2024
@EvanMulawski
Copy link
Owner

Oh, then you can just set it using the Windows environment variables right now. For example, this will set the static color to red at 50% brightness:

Name Value
FANCONTROL_CORSAIRLINK_DIRECT_LIGHTING_DEFAULT_RGB 255,0,0
FANCONTROL_CORSAIRLINK_DIRECT_LIGHTING_DEFAULT_BRIGHTNESS 50

To set these values, start Run or Command Prompt and run rundll32 sysdm.cpl,EditEnvironmentVariables. Alternatively, use the setx command.

You must restart Fan Control after changing these values.

@jflevesque
Copy link
Author

Thx, that works very well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants