2010年12月9日 星期四

取消Touchpad滾動功能 under sl410

Lenovo sl410
Ubuntu 10.04

可以使用Ubuntu 10.04內建滑鼠軟體
系統->偏好設定->滑鼠->觸碰板

捲動方式
調整成"已停用"



透過Facebook分享

Trackpoint 滑鼠中鍵 啟動滾動功能 under sl410

Machine: lenovo sl410
Ubuntu 10.04

啟動方式

sudo vim /usr/lib/X11/xorg.conf.d/20-thinkpad.conf

輸入以下內容

Section “InputClass”
Identifier “Trackpoint Wheel Emulation”
MatchProduct “TrackPoint”
MatchDevicePath “/dev/input/event*”
Driver “evdev”
Option “EmulateWheel” “true”
Option “EmulateWheelButton” “2″
Option “Emulate3Buttons” “false”
Option “XAxisMapping” “6 7″
Option “YAxisMapping” “4 5″
EndSection

update--2011-08-29
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection

sudo reboot now

重開機後就可以用嚕

Reference:
http://psung.blogspot.com/2010/04/thinkpad-trackpoint-scrolling-in-ubuntu.html
http://www.fovweb.com/fov/ubuntu-thinkpad.html

透過Facebook分享

2010年12月7日 星期二

酷音輸入

ibus-chewing


sudo apt-get install ibus-chewing


透過Facebook分享

install kscope on ubuntu 10.04

This software is good when you want to trace big codes with many function and define

1. download deb

http://ftp.aarnet.edu.au/debian/pool/main/k/kscope/kscope_1.6.2-1_i386.deb


2. download library

http://web.mit.edu/~mkgray/afs/bar/usr/lib/libkateinterfaces.so.0

sudo cp libkateinterfaces.so.0 /usr/lib

3. run kscope

Reference:

http://www.linuxidc.net/thread-1020-1-1.html
http://spyker729.blogspot.com/2010/02/ubuntu-910-kscope.html

透過Facebook分享

2010年12月6日 星期一

busybox: tar package缺少-append選項

Tomasz問tar套件缺少 -append該怎麼辦呢

Mikhail說

很簡單, 只需要implement他並將patch教出來

看來

給自己一個目標

訂個時間點

將發現缺少又需要的東西交個patch

lsusb有少嗎?

透過Facebook分享