|
setup diary |
Section "ServerLayout" Identifier "Layout1" Screen "Default Screen" InputDevice "Generic Keyboard" "CoreKeyboard" InputDevice "Synaptics Touchpad" "CorePointer" EndSection次に、mouseのところをsynapticsと書き換える。
Section "InputDevice" # Identifier "Configured Mouse" # Driver "mouse" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SHMConfig" "true" EndSectionこれで、ようやくいろいろと設定できるようになった。synclientで設定してもよいし、Optionで指定すれば、touchpadの挙動を変えることができる。