thinkpad X61之我的降温方法(付TRACKPOINT的设置)

笔记本/便携移动设备,手机平板等软硬件
头像
aitilang
帖子: 1026
注册时间: 2007-04-28 21:38

#16

帖子 aitilang » 2008-09-20 0:46

thinkpad x61 2G DDR no cdrom
--------------------------------------------
ABS学习中
sed学习中
awk学习中
perl学习中
新手描述不清,老手猜测不到,胡乱指挥一通,后果难以预料
头像
zzningxp
帖子: 158
注册时间: 2008-09-03 19:16
联系:

#17

帖子 zzningxp » 2008-09-20 13:38

顶起
这个软件真不赖
头像
Tony.water
帖子: 24
注册时间: 2007-08-13 21:47

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#18

帖子 Tony.water » 2008-09-21 20:53

rc.local的方法行不通
头像
zzningxp
帖子: 158
注册时间: 2008-09-03 19:16
联系:

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#19

帖子 zzningxp » 2008-09-22 10:23

Tony.water 写了:rc.local的方法行不通
严重同意
sanitizer84
帖子: 54
注册时间: 2007-04-22 21:30

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#20

帖子 sanitizer84 » 2008-10-09 16:53

我试了,rc.local不行
要装laptop-mode-tools,然后启动laptop-mode守护进程
编辑 /etc/laptop-mode/conf.d/wireless-iwl-power.conf

1 #
2 # Configuration file for Laptop Mode Tools module wireless-iwl-power.
3 #
4 # For more information, consult the laptop-mode.conf(8) manual page.
5 #
6
7
8 ###############################################################################
9 # IWL Wireless Power settings
10 # ---------------------------
11 #
12 # If you enable this setting, laptop mode tools will automatically set the
13 # powersave mode of Intel 3945 and 4965 wireless adapters when using the
14 # iwl3945 or iwl4965 drivers.
15 #
16 ###############################################################################
17
18 # Control Intel IWL wireless power? 设成1才能生效
19 CONTROL_IWL_POWER=1
20
21 # Levels passed to "/sys/class/net/*/device/power_level" for the iwlwifi
22 # wireless chipsets. The allowed values are:
23 # 1 = fixed values with most power usage
24 # ...
25 # 5 = fixed values with least power usage
26 # 6 = AC (full power)
27 # 7 = Battery (least power)
28 IWL_AC_POWER=7
29 IWL_BATT_POWER=7

从上面看,1并不是最省电,而是固定的最大值
7才是最省电的

laptop-mode 默认是在电池供电时候生效。可以让AC供电时候也生效,在/etc/laptop-mode/laptop-mode.conf中让CONTROL_IWL_POWER=1

在我的archlinux已经验证成功
头像
zzningxp
帖子: 158
注册时间: 2008-09-03 19:16
联系:

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#21

帖子 zzningxp » 2008-10-09 23:13

sanitizer84 写了: 要装laptop-mode-tools,然后启动laptop-mode守护进程
编辑 /etc/laptop-mode/conf.d/wireless-iwl-power.conf
我的已经装了这个软件,可是怎么启动?
我的网卡是iwl3945的,但是我那个目录下只有wireless-ipw-power.conf这个文件,很奇怪。
改了之后没有用。
sanitizer84 写了: 从上面看,1并不是最省电,而是固定的最大值
7才是最省电的
在我的archlinux已经验证成功
我前一段时间明显感觉1的模式比6和5温度都要低一些。
7我还没试
sanitizer84
帖子: 54
注册时间: 2007-04-22 21:30

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#22

帖子 sanitizer84 » 2008-10-10 21:16

rc.conf的daemon里加入laptop-mode就可以启动了
我现在有个问题,就是屏幕亮度是可以调,有效果。但是过一会就会自动变到最亮,不知道为什么
头像
zzningxp
帖子: 158
注册时间: 2008-09-03 19:16
联系:

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#23

帖子 zzningxp » 2008-10-11 9:56

sanitizer84 写了:rc.conf的daemon里加入laptop-mode就可以启动了
我现在有个问题,就是屏幕亮度是可以调,有效果。但是过一会就会自动变到最亮,不知道为什么
rc.conf的daemon在哪啊??木找着
sanitizer84
帖子: 54
注册时间: 2007-04-22 21:30

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#24

帖子 sanitizer84 » 2008-10-11 16:45

我用的arch,ubuntu有阵没用了
应该是在系统-服务管理里面吧?

我的问题原理是在电源管理选项里选的AC电源时屏幕亮度100%,现在好了
头像
zzningxp
帖子: 158
注册时间: 2008-09-03 19:16
联系:

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#25

帖子 zzningxp » 2008-10-14 0:10

始终是配不好啊...
sanitizer84
帖子: 54
注册时间: 2007-04-22 21:30

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#26

帖子 sanitizer84 » 2008-10-14 21:48

laptop-mode.conf改了吧
那只要让laptop-mode开机自动启动就可以了呀
头像
zzningxp
帖子: 158
注册时间: 2008-09-03 19:16
联系:

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#27

帖子 zzningxp » 2008-10-16 14:19

sanitizer84 写了:laptop-mode.conf改了吧
那只要让laptop-mode开机自动启动就可以了呀
ms我不知道怎么让laptop-mode开机自动启动...
laptop-mode本身就不是一个命令的说
sanitizer84
帖子: 54
注册时间: 2007-04-22 21:30

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#28

帖子 sanitizer84 » 2008-10-18 15:58

搜到的:http://hi.baidu.com/ileo/blog/item/44b4 ... 2c041.html
更改ubuntu的启动服务
2007年03月30日 星期五 21:23
在windows中,我们可在控制面板/管理工具/服务中对有关系统与第三方服务的启动状态进行统一配置。
在Ubuntu下,则可以借助于一个叫sysv-rc-conf的工具来进行配置。
1、安装
这个工具已经加入了官方源,可以 sudo apt-get install sysv-rc-conf
2、使用
sudo sysv-rc-conf
对各项服务进行设定。
sanitizer84
帖子: 54
注册时间: 2007-04-22 21:30

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#29

帖子 sanitizer84 » 2008-10-19 22:00

还有一个:打开无线网卡的电源管理功能
iwconfig wlan0 power on
效果能够感觉得到
这个我也写在了rc.conf里(arch)。ubuntu的话,还是用上面说的那个sys-rc-conf
qianghr
帖子: 67
注册时间: 2007-03-09 14:23

Re: thinkpad X61之我的降温方法(付TRACKPOINT的设置)

#30

帖子 qianghr » 2008-10-21 8:54

好帖子呀,对用X61的兄弟们有帮助。
回复