關於NB的電池究竟該如何保養才能延長壽命呢?
關於這方面的資料很多,眾說紛紜,
老實說我也不是這方面的專家,
不過有一點可以確定的是,絕對不要「總是」充電到「100%」
這個Blog主要是以我個人的電腦的桌面環境(KDE)為主,大部份都是一些技術文件,也會有一些Server方面的文章,還有一些自己寫的Script,如果你也喜歡KDE、Script歡迎留言討論
2012年7月21日 星期六
2011年7月27日 星期三
解決ubuntu 11.04 (natty)控制thinkpad充電時機的問題
升級ubuntu到natty (11.04 )之後,原本的tp_smapi似乎不能用了,怎麼mak load都不會過,上網查了一些方法,找到這個
參考來源:HOWTO: Extend the Life of Your Thinkpad's Battery (tp_smapi) - Page 4 - Ubuntu Forums
sudo apt-get install tp-smapi-source
sudo m-a a-i tp-smapi
sudo modprobe tp_smapi
安裝完以後就可以用之前的方法來控制電源的充電時機了
echo 20 > /sys/devices/platform/smapi/BAT0/start_charge_thresh
echo 80 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
這兩行指令的意思是當電源低於20%的時候充電,充到80%就停止充電,電源最好不要隨時都充滿100%或者每次都用到0%才充電,20、80是延長電池壽命最好的比例。參考來源:HOWTO: Extend the Life of Your Thinkpad's Battery (tp_smapi) - Page 4 - Ubuntu Forums
標籤:
battery
,
script
,
thinkpad
,
tp_smapi
,
tp-smapi-source
2010年8月4日 星期三
解決小紅點(TrackPoint)無法滾動翻頁(scrolling)的問題
如果是ubuntu 10.04
請更改 /usr/lib/X11/xorg.conf.d/20-thinkpad.conf
如果是ubuntu 10.10、11.04
請更改 /usr/share/X11/xorg.conf.d/20-thinkpad.conf
如果是chakra
請更改 /etc/X11/xorg.conf.d/20-thinkpad.conf
內容如下
存檔之後重開機
一切OK!!
請更改 /usr/lib/X11/xorg.conf.d/20-thinkpad.conf
如果是ubuntu 10.10、11.04
請更改 /usr/share/X11/xorg.conf.d/20-thinkpad.conf
如果是chakra
請更改 /etc/X11/xorg.conf.d/20-thinkpad.conf
內容如下
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
存檔之後重開機
一切OK!!
標籤:
script
,
thinkpad
,
trackpoint
訂閱:
文章
(
Atom
)