Ubuntu 屏幕亮度调整
生活随笔
收集整理的這篇文章主要介紹了
Ubuntu 屏幕亮度调整
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
首先系統要安裝好受限顯卡驅動;安裝gedit,修改xorg.conf:
sudo apt-get install gedit
sudo gedit /etc/X11/xorg.conf
加入紅色的一行如下:
Section "Screen"
??? Identifier??? "Default Screen"
??? DefaultDepth??? 24
EndSection
Section "Module"
??? Load??? "glx"
EndSection
Section "Device"
??? Identifier??? "Default Device"
??? Driver??? "nvidia"
??? Option??? "NoLogo"??? "flase"
??? Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
轉載于:https://blog.51cto.com/yueyizx/725594
總結
以上是生活随笔為你收集整理的Ubuntu 屏幕亮度调整的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Winodws live writer
- 下一篇: (转载)ubuntu开启SSH服务