We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to control the keyboard backlight on my Zbook 14.
Evdev version: 10001 Input device name: "AT Translated Set 2 keyboard" Phys location: isa0060/serio0/input0 Setting brightness to 0 thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: D-Bus error: Object does not exist at path “/org/freedesktop/UPower/KbdBacklight” (org.freedesktop.DBus.Error.UnknownMethod)', src/main.rs:135:46 stack backtrace: 0: 0x55d99046fc3c - <unknown> 1: 0x55d99048b0bc - <unknown> 2: 0x55d99046cf85 - <unknown> 3: 0x55d9904715a0 - <unknown> 4: 0x55d990471155 - <unknown> 5: 0x55d990471c54 - <unknown> 6: 0x55d990471730 - <unknown> 7: 0x55d9904700e4 - <unknown> 8: 0x55d990471699 - <unknown> 9: 0x55d990447441 - <unknown> 10: 0x55d9904474d3 - <unknown> 11: 0x55d990449789 - <unknown> 12: 0x55d990451933 - <unknown> 13: 0x55d99044fac9 - <unknown> 14: 0x55d99046f8cb - <unknown> 15: 0x55d990449ae2 - <unknown> 16: 0x7f0e114b8b25 - __libc_start_main 17: 0x55d990447b6e - <unknown> 18: 0x0 - <unknown>
Can this be done at all if the KbdBacklight object doesn't exit?
The text was updated successfully, but these errors were encountered:
Hey sorry for the late reply - i guess this doesn't work w/o KbdBacklight. Can you control the backlight via software at all?
Sorry, something went wrong.
No branches or pull requests
I am trying to control the keyboard backlight on my Zbook 14.
Can this be done at all if the KbdBacklight object doesn't exit?
The text was updated successfully, but these errors were encountered: