[Ubuntu] ThinkPad T410i linux下如何调节亮度
生活随笔
收集整理的這篇文章主要介紹了
[Ubuntu] ThinkPad T410i linux下如何调节亮度
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
本本是ThinkPad T410i,安裝了ubuntu 10.10之后,發現調節屏幕亮度的功能沒了,每次調節亮度之后要重啟才能夠生效,而且下次重啟之后,就又失效了。
?
強大的google幫助了我,我帖一下我的解決方法。?
?
在終端一下輸入下面命令,修改xorg.conf
sudo?vim?/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"????"True"
EndSection?
?在Section "Device"里面加多一行
Option ?"RegistryDwords" "EnableBrightnessControl=1",
修改后如下
Section?"Screen"????Identifier????"Default?Screen"
????DefaultDepth????24
EndSection
Section?"Module"
????Load????"glx"
EndSection
Section?"Device"
????Identifier????"Default?Device"
????Driver????"nvidia"
????Option????"NoLogo"????"True"
????Option??"RegistryDwords"?"EnableBrightnessControl=1"
EndSection?
然后保存,重啟之后你就會發現,可以在ubuntu下面調節屏幕亮度了!?
轉載于:https://www.cnblogs.com/davidhhuan/archive/2011/03/09/1977754.html
總結
以上是生活随笔為你收集整理的[Ubuntu] ThinkPad T410i linux下如何调节亮度的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Solaris 10装置jdk1.6及改
- 下一篇: linux 知识点 随笔