thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

笔记本/便携移动设备,手机平板等软硬件
回复
头像
kolmaro
帖子: 276
注册时间: 2008-08-31 19:26

thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#1

帖子 kolmaro » 2009-08-11 0:17

每次挂起后,原来的速度设置就失效了,而重启和开机都不会被更改。
头像
pxw816
帖子: 296
注册时间: 2007-10-16 19:29

Re: thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#2

帖子 pxw816 » 2009-08-11 14:11

驱动问题?没有IBM。。。
cpu:Intel(R) Core(TM)2 Quad CPU Q6600
mem:2GB DDR2 800 *4
disk:ide320GB+(640GB+640GB)raid
video:Nvidia GTX 260+
network: Atheros AR8121/AR8113
monitor: BENQ FP92W
OS: ubuntu
头像
kolmaro
帖子: 276
注册时间: 2008-08-31 19:26

Re: thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#3

帖子 kolmaro » 2009-08-11 16:37

没问题,而且只有挂起再激活才这样,关闭电脑都不会。
头像
roylez
帖子: 1928
注册时间: 2005-10-04 10:59
来自: 上海

Re: thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#4

帖子 roylez » 2009-08-11 17:01

代码: 全选

roylez@Lancelot> cat /etc/rc.local                       ~
#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#/usr/local/bin/tp-fancontrol -d&
echo -n 170 >/sys/devices/platform/i8042/serio1/speed
弄个dropbox空间来备份文件或者做私人代码服务器
配置:[url]git://github.com/roylez/dotfiles.git[/url]
主页:http://roylez.heroku.com
各种稀奇玩意儿:http://dooloo.info
头像
kolmaro
帖子: 276
注册时间: 2008-08-31 19:26

Re: thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#5

帖子 kolmaro » 2009-08-11 18:44

我的是这样

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
sudo echo -n 250 > /sys/devices/platform/i8042/serio1/speed
sudo echo -n 250 > /sys/devices/platform/i8042/serio1/sensitivity
exit 0
头像
kolmaro
帖子: 276
注册时间: 2008-08-31 19:26

Re: thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#6

帖子 kolmaro » 2009-08-11 19:03

关机,重启都没问题,就是挂起再回覆就不行了。
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#7

帖子 eexpress » 2009-08-11 20:13

居然是echo的,不是xset的吗
● 鸣学
头像
kolmaro
帖子: 276
注册时间: 2008-08-31 19:26

Re: thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#8

帖子 kolmaro » 2009-08-11 20:58

eexpress 写了:居然是echo的,不是xset的吗
抱歉,不是很清楚哦。
foolish2984
帖子: 4
注册时间: 2008-09-14 9:24

Re: thinkpad的小红点的移动速度每次系统挂起再激活后都被重置了,不知该怎么办。

#9

帖子 foolish2984 » 2009-08-14 12:48

不懂,但你是不是换到ROOT账号下设轩保存,试试,有许多系统设置,一般用户是没有权限的,这是我在设显卡时的经验,不知这儿能不能行!
回复