Got proprietary Nvidia drivers installed by Ubuntu itself, graphic card is recognized well by the system yet brightness control does not work when adjusted by either FN
+ F5/6
shortcut or by dragging brightness slider manually (keyboard shortcut triggers slider move as well, so it's heard by the system).
However: xrandr | grep " connected" | cut -f1 -d " "
produces single output DP-2
and xrandr --output DP-2 --brightness 0.7
does change the brightness.
Googled a lot, tried various options, neither works to me. What can I do to make it work when dragging the slider as well?
acpi=off
ornoacpi
in your grub boot parameters, which would have the effect of disabling your FN+function key controls? – Enterprise Jun 06 '20 at 16:34ls /sys/class/backlight
reveal? On a laptop the hardware brightness is what FN keys control. Usingxrandr
is software control primarily used for external monitors not built in laptop displays. – WinEunuuchs2Unix Jun 06 '20 at 16:52