`

y450-display-change-problem(ubuntu)

阅读更多
我的y450安装64Bit ubuntu linux 后屏幕亮度无法调节,根据网上的教程,总结如下:
sudo vi /etc/X11/xorg.conf 

#更改次配置文件,在更改之前应先再次备份一下/etc文件夹,一方出错。
#方法
tar -zcvf /home/user/backup/etc_backup.tar.gz /etc


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"
        #下面这一句是这次要添加的
        Option "RegistryDwords" " EnableBrightnessControl=1"
EndSection


#然后保存退出即可。。可能有些由于显卡版本问题此配置文件可能不同。。看如下链接
http://hi.baidu.com/mylxsw/blog/item/5837566c61beb6c880cb4a16.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics