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

Doesn't seem to work as intended #1

Open
justinesmithies opened this issue Feb 21, 2021 · 2 comments
Open

Doesn't seem to work as intended #1

justinesmithies opened this issue Feb 21, 2021 · 2 comments

Comments

@justinesmithies
Copy link

Just found this and it is exactly what I need for use on a project on the Pinephone. I have installed as per your instructions but certain things don't seem to work.

For softlock the led never gets switched on but it does drop to one CPU and comes out of lock pushing the power button. It never seems to go to hard lock at all. Also the rotate screen function doesn't work.
I do see some errors around line 26 in Kernel config.py . Error 22 I think.
Any help or pointers you could give would be fantastic.

@Subsentient
Copy link
Owner

Hi. So looking at line 26 of KernelControl.py, it looks like it tries to write to the LED, but the kernel doesn't have the necessary sysfs files for per-color configuration. Can I ask what OS and kernel you're using this with? Screen rotate (and XorgControl.py) requires Xorg and the utilities xrandr, xset, and xinput.

The keybindings for sleep are vol down + power (simultaneously), and for rotate, it's vol up, released, and then vol down, released.

@justinesmithies
Copy link
Author

justinesmithies commented Feb 21, 2021 via email

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