Is it known problem, that WITH_NEW_XORG/WITH_KMS is incompatible with acpi_video and lefts user without ability to change brightness on Laptop?

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Tue Feb 11 19:02:33 UTC 2014


Le 09/02/2014 16:22, Lev Serebryakov a écrit :
> Is here any way to control brightness in such case?

You could use xrandr(1):
   xrandr --output $OUPUT_NAME --brightness 0.7
where $OUTPUT_NAME is the name of the output. You can query all outputs 
by running xrandr(1) without any argument.

-- 
Jean-Sébastien Pédron


More information about the freebsd-x11 mailing list