-更改顯卡組態檔
在目錄 /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
-重啟
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/122597.html
標籤:Linux
上一篇:#Linxu學習# 壓縮解碼命令
下一篇:Linux 常用命令總結
