I have newly installed FreeBSD on my laptop and I installed xfce on it , and I cannot change my brightness with fn keys and even on terminal ,no command works (xbacklight retuns "No outputs have backlight property") and there is no variable for hw.acpi.brigthness or similar which i got to know online
Asked
Active
Viewed 423 times
0
-
1This is the wrong site for this question. StackOverflow is about software development. This seems like a better fit for Super User or Unix & Linux SE. – 0xLogN Apr 13 '22 at 18:13
-
Questions about operating systems, their utilities, networking and hardware, are off topic here. [What topics can I ask about here?](https://stackoverflow.com/help/on-topic). Please delete this and ask, instead, on [Unix & Linux Stack Exchange](https://unix.stackexchange.com/) or https://superuser.com/ I also suggest the FreeBSD forums. – Rob Apr 13 '22 at 21:34
1 Answers
1
The brightness keys don't really work when installed. You can tinker with acpi_ibm(4) and acpi_video(4) if you're interested.
Brightness can be increased or decreased with backlight -f /dev/backlight/backlight0 incr [value]
and backlight -f /dev/backlight/backlight0 decr [value]
respectively. Check the man page of backlight for further information.
Add a key binding to make it work like fn keys.

Swaroop
- 27
- 3