更改顯卡配置文件 在目錄 /usr/share/X11/xorg.conf.d 下新建配置文件 10 nvidia.conf,添加如下內容: 在ubuntu18.04中 將最後兩個opyion添加到相應文件中,也可以成功 更改grub啟動參數,打開/etc/default下的grub文件 將 改為 ...
-更改顯卡配置文件
在目錄 /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