wanran 发表于 2013-2-7 07:27:00

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    24EndSectionSection "Module"      Load    "glx"EndSectionSection "Device"      Identifier      "Default Device"      Driver"nvidia"      Option"NoLogo"      "True"      #下面这一句是这次要添加的      Option "RegistryDwords" " EnableBrightnessControl=1"EndSection

#然后保存退出即可。。可能有些由于显卡版本问题此配置文件可能不同。。看如下链接
http://hi.baidu.com/mylxsw/blog/item/5837566c61beb6c880cb4a16.html
页: [1]
查看完整版本: y450-display-change-problem(ubuntu)