You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
On Sun, 21 Feb 2021, 14:13 Subsentient, ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL7VKTXPM5KGL6OH56GW6LTAEIHLANCNFSM4X6Y2VGQ>
.
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.
The text was updated successfully, but these errors were encountered: