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

[FR] Make it work without AUR/custom kernel modules #8

Open
FossPrime opened this issue Aug 28, 2022 · 1 comment
Open

[FR] Make it work without AUR/custom kernel modules #8

FossPrime opened this issue Aug 28, 2022 · 1 comment

Comments

@FossPrime
Copy link

FossPrime commented Aug 28, 2022

Before I managed to get the asus-wmi-screenpad-dkms module installed, I got acpi_call-dkms installed from pamac. Turns out the ACPI calls that need to be made are super simple...

In Manjaro 22's Linux 5.15 echo '\_SB.ATKD.WMNB 0x0 0x53564544 b3200050069000000' | sudo tee /proc/acpi/call sets the brightness to 0x69.

So what's the benefit of using yay -S asus-wmi-screenpad-dkms-git instead?

Apparently it will break in Linux 5.18... hooray Plippo/asus-wmi-screenpad#39


Update: I had to update to 5.19 and it's been SOOOO much better. No crashes, vs 10 crashes a day and GPU/sleep bugs with 5.15. I installed linux519-acpi_call and started doing calls manually... still don't know the call for turning off the display.

@lunaneff
Copy link
Owner

lunaneff commented Sep 3, 2022

asus-wmi-screenpad also makes it possible to use the extra keys like MyASUS (//]), toggle screenpad on/off, or the key to swap windows between screens. I could probably make it work with acpi_call relatively easily, but some functionality will be missing.

And BTW, for turning off the display, I'm pretty sure you just have to set the brightness to 0, so echo '\_SB.ATKD.WMNB 0x0 0x53564544 b3200050000000000' | sudo tee /proc/acpi/call

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

No branches or pull requests

2 participants