-更改显卡配置文件
在目录 /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
在ubuntu18.04中 将最后两个opyion添加到相应文件中,也可以成功
-更改grub启动参数,打开/etc/default下的grub文件
将
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash "
改为
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=linux nomodeset"
-更新grub启动菜单
update-grub