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

ROG Ally power button doesn't work #35

Open
superm1 opened this issue Dec 1, 2024 · 7 comments
Open

ROG Ally power button doesn't work #35

superm1 opened this issue Dec 1, 2024 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@superm1
Copy link

superm1 commented Dec 1, 2024

Currently HandlePowerKey=ignore is set in https://github.com/CachyOS/CachyOS-Handheld/blob/main/etc/systemd/logind.conf.d/steam-deckify.conf

On 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:

  1. Start installing https://github.com/ShadowBlip/steam-powerbuttond with CachyOS handheld. This generally provides a "better" experience because Steam client will suspend.
  2. Modify steam-deckify.conf when running on a non-Steam deck to set HandlePowerKey=suspend
@baqirhabsyi
Copy link

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.

@superm1
Copy link
Author

superm1 commented Jan 26, 2025

I just ran updates recently on the Ally and (not surprisingly) my changes to /etc/systemd/logind.conf.d/steam-deckify.conf were wiped.

@ptr1337
Copy link
Member

ptr1337 commented Jan 26, 2025

I just ran updates recently on the Ally and (not surprisingly) my changes to /etc/systemd/logind.conf.d/steam-deckify.conf were wiped.

Likely because this is not packaged. I will add it tomorrow.

@ptr1337 ptr1337 self-assigned this Jan 26, 2025
@ptr1337 ptr1337 added the enhancement New feature or request label Jan 26, 2025
@superm1
Copy link
Author

superm1 commented Jan 26, 2025

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?

@ptr1337
Copy link
Member

ptr1337 commented Jan 26, 2025

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.

@superm1
Copy link
Author

superm1 commented Jan 26, 2025

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 :)

@vnepogodin
Copy link
Member

maybe we can set HandlePowerKey via DBUS on condition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants