Y450 屏幕亮度不能调节

笔记本/便携移动设备,手机平板等软硬件
tpro
帖子: 19
注册时间: 2009-11-01 8:58

Y450 屏幕亮度不能调节

#1

帖子 tpro » 2009-11-05 18:24

我的机器是Y450 ,显卡是GT 240M ,安了NVIDIA 190.42的驱动程序,屏幕亮度不能调节,当按 Fn+down的时候,屏幕有显示亮度的条,但屏幕亮度没有变化,各位高手,应该怎么解决?
liyuanqi
帖子: 5
注册时间: 2009-10-31 9:05

Re: Y450 屏幕亮度不能调节

#2

帖子 liyuanqi » 2009-11-05 22:02

lz的本子按ctrl+alt+f1会不会花屏??
头像
kia
帖子: 144
注册时间: 2007-11-05 15:55

Re: Y450 屏幕亮度不能调节

#3

帖子 kia » 2009-11-05 22:05

lz的本子按ctrl+alt+f1会不会花屏??
有同样的问题,只要切换到console,或是logout
屏幕就会一直抖动...
tpro
帖子: 19
注册时间: 2009-11-01 8:58

Re: Y450 屏幕亮度不能调节

#4

帖子 tpro » 2009-11-05 22:16

用ctrl+alt+f1切换到tty1,不花屏,很正常。
头像
kia
帖子: 144
注册时间: 2007-11-05 15:55

Re: Y450 屏幕亮度不能调节

#5

帖子 kia » 2009-11-05 22:19

用的是185的驱动,估计是驱动的问题..
tpro
帖子: 19
注册时间: 2009-11-01 8:58

Re: Y450 屏幕亮度不能调节

#6

帖子 tpro » 2009-11-06 17:29

kia 写了:用的是185的驱动,估计是驱动的问题..
用的是192的驱动。
jhiter
帖子: 15
注册时间: 2009-11-06 19:40

Re: Y450 屏幕亮度不能调节

#7

帖子 jhiter » 2009-11-06 19:41

liyuanqi 写了:lz的本子按ctrl+alt+f1会不会花屏??
我的也会
jhiter
帖子: 15
注册时间: 2009-11-06 19:40

Re: Y450 屏幕亮度不能调节

#8

帖子 jhiter » 2009-11-06 19:41

kia 写了:用的是185的驱动,估计是驱动的问题..
各个版本的驱动我都试过了,一样有问题
头像
yus253
帖子: 389
注册时间: 2009-05-31 20:52
联系:

Re: Y450 屏幕亮度不能调节

#9

帖子 yus253 » 2009-11-06 19:51

tpro 写了:我的机器是Y450 ,显卡是GT 240M ,安了NVIDIA 190.42的驱动程序,屏幕亮度不能调节,当按 Fn+down的时候,屏幕有显示亮度的条,但屏幕亮度没有变化,各位高手,应该怎么解决?
去搜索一下国外关于opensuse的解决办法吧,我的sony这个问题就是这样解决的,关键词是acpid。
应该和/etc/acpi 还有/etc/acpi/events下的关于屏幕亮度的文件有关系。
:em06
The root of bioengineering is the desire to control the organic long enough to improve it. Domesticated plants and animals are examples of technos -- logic applied to life.
头像
yus253
帖子: 389
注册时间: 2009-05-31 20:52
联系:

Re: Y450 屏幕亮度不能调节

#10

帖子 yus253 » 2009-11-06 19:54

jhiter 写了:
liyuanqi 写了:lz的本子按ctrl+alt+f1会不会花屏??
我的也会
花屏的话,我在论坛上到的文章说还是更新驱动的好。

http://tech.techweb.com.cn/redirect.php ... o=lastpost

安装 Nvidia 190.42 显卡驱动
首先你需要执行下列命令安装编译环境;
sudo apt-get install build-essential debian-keyring debian-maintainers g++-multilib g++-4.4- multilib gcc-4.4-doc libstdc++6-4.4-dbg libstdc++6-4.4-doc
然后点击这里下载 NVIDIA-Linux-x86-190.42-pkg1.run 驱动安装文件,将该驱动文件放在你的 /home/username 目录下。
首先按住 CTRL+ALT+F1,进入文字界面模式,然后会要求输入用户名和密码进行登录,接着输入 sudo su ,更改为 root 权限,要求输入密码,关闭 X Server,输入 sudo /etc/init.d/gdm stop 接着就真正进入编译环节了,在 root 权限下输入
sh NVIDIA-Linux-x86-190.42-pkg1.run 回车
然后会出现编译界面,首先要同意安装协议,选择“Accept”,一路回车后,接着会进入编译界面,编译完成后,最后一个安装步骤会提升是否更新 X 配置文件。选择更新。然后再输入
sudo /etc/init.d/gdm start 回车
重启 X Server,再按 CTRL+ALT+F7,重新回到图形界面,现在是不是在启动界面出现 NVIDIA 的 Logo 了?
完整的教程看这里,话又说回来,Ubuntu 9.10 启动的时候挺平滑的,半路显示 Nvidia 的 Logo 的确大煞风景,你可以去掉它。
执行 gedit /etc/X11/xorg.conf ,找到 Section “Device” 部分,添加下面红色文字的部分
Section “Device”
Identifier “Device0″
Driver “nvidia”
Option “NoLogo” “True”
VendorName “NVIDIA Corporation”
EndSection
保存,以后重启系统的时候就看不到范文的 Nvidia 的 Logo 了。
The root of bioengineering is the desire to control the organic long enough to improve it. Domesticated plants and animals are examples of technos -- logic applied to life.
头像
yus253
帖子: 389
注册时间: 2009-05-31 20:52
联系:

Re: Y450 屏幕亮度不能调节

#11

帖子 yus253 » 2009-11-06 20:02

Linux下笔记本特殊按键设置

关键字: ubuntu linux 笔记本 快捷键

不知这里用笔记本的兄弟界面们有没有发现Linux下很多按键都无法使用?很多笔记本都有一些快捷键,比如邮件、网页浏览器、搜索……,在Windows下都是通过驱动程序解决的,但是这些笔记本厂家没有提供Linux驱动,如何解决?

俺发现一个软件:acpi_listen,在acpid套件中有,如果您的acpid套件没有这个功能,建议您安装最新版本的acpid。

使用方法:
在终端执行:acpi-listen,然后一次按快捷键,不出以外的话可以看到“ATKD 00000051”这样的数字串,把这些都记录下来,俺把他理解为硬件信号(高手们不知道俺的说法是否正确?)。
然后在/etc/apci/events/ 下建立xxx.conf文件。
这个时候我们就要利用到刚才收集到的快捷键信号,xxx.cof的文件格式大致为:

event=hotkey ATKD 00000051
action=/usr/bin/firefox

这个的意思就是说当遇到event指定的信号时执行/usr/bin/firefox 就是执行firefox啦!某位说是action后边的路径是什么RegExp规则的,俺不懂,写绝对路径得了,反正也就那么几个键!
The root of bioengineering is the desire to control the organic long enough to improve it. Domesticated plants and animals are examples of technos -- logic applied to life.
头像
yus253
帖子: 389
注册时间: 2009-05-31 20:52
联系:

Re: Y450 屏幕亮度不能调节

#12

帖子 yus253 » 2009-11-06 20:03

ony 笔记本安装Ubuntu可能会出现Fn+F5;Fn+F6调节屏幕颜色失败的状况,尤其像9.10,我发现在它的acpid支持文件夹里根本没有关于这部分的技术支持,对此我惨考opensuse下的解决办法,添加了3个文件,很好的解决了亮度不能改变这个问题(当然缺点也依然存在,就是显示的当前进度不正常)注意红色代码是在终端中输入的,黄色代码在打开的gedit中输入,输入后保存关闭就可以了。

1.首先安装nvclock Make sure nvclock is installed

Code:

sudo apt-get install nvclock

2. 然后 /etc/acpi/events中添加两个关于fn+F5;fn+F6亮度条件的文件,第一个叫做sony-brightness-up
In /etc/acpi/events create a file sony-brightness-up containing the following:

Code:
sudo gedit /etc/acpi/events/sony-brightness-up
//之后,把这段关于热键设置的代码粘如进去。
# /etc/acpi/events/sony-brightness-up
event=sony/hotkey SNC 00000001 00000011
action=/etc/acpi/sonybright.sh up

3. 这是变暗的代码In /etc/acpi/events create a file sony-brightness-down containing the following:

Code:
sudo gedit /etc/acpi/events/sony-brightness-down
# /etc/acpi/events/sony-brightness-down
event=sony/hotkey SNC 00000001 00000010
action=/etc/acpi/sonybright.sh down

4.然后在上层文件夹内添加sh,也就是acpi启动时要执行的文件sonybright.sh In /etc/acpi create a file sonybright.sh containing the following:

Code:
sudo gedit /etc/acpi/ sonybright.sh


#!/bin/bash
if [ "x$1" = "xdown" ]; then
# Decrease brightness
nvclock -S -10
elif [ "x$1" = "xup" ]; then
# Increase brightness
nvclock -S +10
elif [ "x$1" = "xdim" ]; then
# Minimum brightness
nvclock -S 15
elif [ "x$1" = "xbright" ]; then
# Maximum brightness
nvclock -S 100
else
echo >&2 Unknown argument $1 to nvclock in sonybright.sh
fi

之后我们来执行它,这时应该注意,在文件所在的目录下执行这些文件and make it executable

Code:

cd /etc/acpi/events
sudo chmod +x sony-brightness-up
sudo chmod +x sony-brightness-down
cd /etc/acpi
sudo chmod +x sonybright.sh

5. 最后我们重启acpid Restart acpid

Code:

sudo /etc/init.d/acpid restart

:em11 大功告成,万岁~
The root of bioengineering is the desire to control the organic long enough to improve it. Domesticated plants and animals are examples of technos -- logic applied to life.
头像
yus253
帖子: 389
注册时间: 2009-05-31 20:52
联系:

Re: Y450 屏幕亮度不能调节

#13

帖子 yus253 » 2009-11-06 20:04

tpro 写了:我的机器是Y450 ,显卡是GT 240M ,安了NVIDIA 190.42的驱动程序,屏幕亮度不能调节,当按 Fn+down的时候,屏幕有显示亮度的条,但屏幕亮度没有变化,各位高手,应该怎么解决?
你可以尝试这按我弄sony的方法,把热键换成联系的试试。
The root of bioengineering is the desire to control the organic long enough to improve it. Domesticated plants and animals are examples of technos -- logic applied to life.
头像
yus253
帖子: 389
注册时间: 2009-05-31 20:52
联系:

Re: Y450 屏幕亮度不能调节

#14

帖子 yus253 » 2009-11-06 20:05

The root of bioengineering is the desire to control the organic long enough to improve it. Domesticated plants and animals are examples of technos -- logic applied to life.
307WRC
帖子: 480
注册时间: 2006-12-13 22:50

Re: Y450 屏幕亮度不能调节

#15

帖子 307WRC » 2009-11-06 20:13

我机子也是Y450,未装受限驱动的时候可以调节,装了受限驱动之后,只能按ctrl+alt+f1到控制台下去调节,然后再切换回来才行了。
回复