-
Notifications
You must be signed in to change notification settings - Fork 155
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
Touch screen power saving #14
Comments
|
The reason I have these as services is because powertop autotune messes up with certain devices I have sometimes connected on boot. For instance my external keyboard or mouse become unresponsive on first interaction if they're idle for more than a few seconds, which is infuriating. |
For some reason this script was working for me when invoking it manually, but not on boot. I think that there is some other process setting the autosuspend setting to "on" after the touchscreen-powersave service runs. Regardless, I managed to make it work by changing the Type line to:
This delays the execution of the service to later in the boot to ensure that it won't be overridden by whatever was forcing autosuspend off. |
Another power top tunable that could be set on boot:
The text was updated successfully, but these errors were encountered: