どうも最近Debian(Sid)を入れているメインマシンたるThinkPad X60のポインティングデバイスの調子が悪い。具体的に言うとマウスポインタを動かしている最中にかなりの頻度でX毎固まって暫く返ってこない。
最初(何もエラーログを調べない内)は、TrackPointとUSBマウスがコンフリクトでもしているのかと思ってUSBマウスを外してみたけれど変化なし。/var/log/messagesを見てみると、固まる直前に
psmouse.c: TrackPoint at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.
というログが出ているので適当に検索して、/etc/X11/xorg.confにある
Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection
これと
Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection
このセクションの最後のディレクティブをコメントアウトすれば良さそうな事が分かった。どうもTrackPointとTouchepad(X60には付いていないけれど、最近のThinkPadには概ね付いている)がコンフリクトしているみたい。