simard
-更改显卡配置文件

在目录 /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
-重启

分类:

技术点:

相关文章:

  • 2022-02-08
  • 2022-12-23
  • 2021-10-29
  • 2021-07-30
  • 2021-12-03
  • 2022-01-08
  • 2022-12-23
  • 2022-02-08
猜你喜欢
  • 2021-07-30
  • 2021-08-15
  • 2022-12-23
  • 2021-12-26
  • 2021-08-19
  • 2021-12-10
相关资源
相似解决方案