ubuntu下笔记本改不了屏幕亮度解决方法
作者:
坠入海里 | 来源:发表于
2015-03-31 22:12 被阅读115次
Open a terminal and create the following configuration file, if it does not exist:
sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf
Now we need to edit this file. You can use any editor be it a terminal one or graphical.
sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf
add the following lines to this file:
Section "Device" Identifier "card0"
Driver "intel" Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0" EndSection
本文标题:ubuntu下笔记本改不了屏幕亮度解决方法
本文链接:https://www.haomeiwen.com/subject/yrdoxttx.html
网友评论