📜  无法在 manjaro 中调整屏幕亮度 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:42.486000             🧑  作者: Mango

代码示例1
Hello,
Had the same problem. Checked forums and found this solution. 
On the cmd line 
type  cd /etc/default/grub and add this line in the grub file:

GRUB_CMDLINE_LINUX_DEFAULT="i915.enable_dpcd_backlight=0" 

And afer that run:

sudo update-grub

This solution works for the 5.9.10-1 kernel.