Using 2 Mice with XFree86-4.x.x

 
Web sputnik.sakura.ne.jp

ノートPCなんかだと、内蔵ポインタUSBマウスとか一緒に使いたいですよね。
以前は、 iMultiMouseでやってたのですが、XF86Configで設定しちゃいました。

XF86Config

Optionはご自分の環境で、、、。

Section "ServerLayout"
	:
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Mouse1" "SendCoreEvents"
EndSection
:
:
Section "InputDevice"
	Identifier  "Mouse0"
	Driver  "mouse"
	Option "Protocol"    "PS/2"
	Option "Device"      "/dev/psaux"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver  "mouse"
	Option "Protocol"    "IMPS/2"
	Option "Device"      "/dev/input/mice"
	Option "ZAxisMapping"  "4 5"
EndSection









 ←back