ubuntu18.04 NVIDIA顯卡 聯想y7000 亮度無法調節
Step1 安裝 NVIDIA 顯卡驅動
Step2
修改grub
sudo vim /etc/default/grub
更改下面的內容
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux nvidia.NVreg_EnableBacklightHandler=1"
sudo update-grub
修改NVIDIA配置文件
sudo vim /usr/share/X11/xorg.conf.d/10-nvidia.conf
添加如下內容:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RegistryDwords" "EnableBrightnessControl=1"
Option "NoLogo" "True"
EndSection