ubuntu亮度调节失效
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu亮度调节失效相关的知识,希望对你有一定的参考价值。
-
ctrl+alt+T
打开终端
输入下面的指令
sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf
-
再输入下面的指令:
sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf
-
在跳出的gedit文件编辑器中输出以下命令:
Section "Device" Identifier "card0" Driver "intel" Option "Backlight" "intel_backlight" BusID "PCI:0:2:0" EndSection
保存,重启。
以上是关于ubuntu亮度调节失效的主要内容,如果未能解决你的问题,请参考以下文章
windows+ubuntu双系统下grub引导修复+亮度调节总结