mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Extending OLED life: Dim/off when user logs in #926
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#926
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zitt on GitHub (Jul 11, 2024).
Originally assigned to: @mdevaev on GitHub.
Is your feature request related to a problem? Please describe.
Been using V3 OLED non-stop (read 24/7/365) for over a year and there is a noticeable inability to read the OLED screen at 25%. I know you made some changes in #994 to help; but, I feel it's not enough or optimal.
Describe the solution you'd like
I'd like some settings in /etc/kvmd/override.yaml.
Tie those settings into wither a user is logged into the kvm.
kvmd:
oled:
loginBrightness: 12
logoutBrightness: 50
when a user logs into the kvm; brightess would be set to loginBrightness. When they log out: logoutBrightness
In my case; I'd probably set it to 0 when logged in... and maybe 25 when logged out.
@mdevaev commented on GitHub (Jul 12, 2024):
Hi. How often do you use PiKVM compared to its inactivity?
@Zitt commented on GitHub (Jul 15, 2024):
Usually daily M-F. I usually leave the "host" machine logged into the PiKvm and then remote desktop into that machine as I run my tests/interact with the machine.
@jdeus commented on GitHub (Sep 20, 2025):
Any update on this ?
@mdevaev commented on GitHub (Sep 22, 2025):
Yes, we have some api to do this now, see in the next update.
@mdevaev commented on GitHub (Sep 30, 2025):
Released. Run
pikvm-updateto get it.