-
Notifications
You must be signed in to change notification settings - Fork 3
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
ROG Ally power button doesn't work #35
Comments
I just installed CachyOS last weekend and also encountered this issue, apparently the latest update of inputplumber the input when waking up from suspend so out of curiosity I tried removing inputplumber and re-adding hhd. Everything works well now. I only had one instance where hhd stops working but I managed to jumpstart it to be working again by going to desktop mode and trying to trigger the touch gesture to show the overlay. |
I just ran updates recently on the Ally and (not surprisingly) my changes to |
Likely because this is not packaged. I will add it tomorrow. |
While doing that can it be split up as profiles? I think it should only be ignored when deck is found, right? |
Yes, we will likely handle it via chwd for new installations. For existing ones I need to check, what is the best way to do so. |
I don't mind some sort of manual clean up process to get on the right track, so if it's best to do it that way I'm totally fine. I just want to make sure it is right for people in the future :) |
maybe we can set HandlePowerKey via DBUS on condition |
Currently
HandlePowerKey=ignore
is set in https://github.com/CachyOS/CachyOS-Handheld/blob/main/etc/systemd/logind.conf.d/steam-deckify.confOn ROG Ally there is currently no powerbutton service installed and so this stops power button from working.
There are two options to solve this issue I can see:
steam-deckify.conf
when running on a non-Steam deck to setHandlePowerKey=suspend
The text was updated successfully, but these errors were encountered: