Ubuntu 9.0.4配置TrackPoint
Ubuntu 9.0.4下配置TrackPoint笔记。首先找到设备号grep IBM /var/log/Xorg.0.log修改 /etc/X11/xorg.confxorg.conf//加入如下内容,重启Section "InputDevice"Identifier "Configured Mouse"Driver "evdev"Option "CorePointer"Option "Device" "/dev/input/event9"Option ...