张颢镡 发表于 2018-5-7 14:18:04

Ubuntu 屏幕亮度调整

  sudo apt-get install gedit
  sudo gedit /etc/X11/xorg.conf
  加入红色的一行如下:
  Section "Screen"

  >  DefaultDepth    24
  EndSection
  Section "Module"
  Load    "glx"
  EndSection
  Section "Device"

  >  Driver    "nvidia"
  Option    "NoLogo"    "flase"
  Option "RegistryDwords" "EnableBrightnessControl=1"
  EndSection
页: [1]
查看完整版本: Ubuntu 屏幕亮度调整