kevva / kevva/brightness

Not working on linux.

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
192
Forks
13
PR merge metrics
No merged PRs in 30d

Description

**I'm on linux and my code as below ::**

brightness.set(0.5).then(() => {
console.log('Changed brightness to o.5');
}).catch(err => {
console.log(err);
})

getting Error: **No backlight device found**.
Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the reported brightness.set(0.5) call on Linux and inspect how the package discovers backlight devices. The issue does not name a file, distribution, hardware, or test, so first identify the Linux entry point and the conditions producing “No backlight device found.” Done means the reported setup can change brightness or the failure is clearly documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, linux, nodejs
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.