Kubuntu 13.04, Acer Aspire V5-572G laptop with Elantech Clickpad. I get no response from the clickpad and have been using a USB mouse. The system recognizes the device. Tried adding an xorg.conf file and stanza for the clickpad, but still no response.
Stanzas added:
Stanzas added:
Code:
Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Screen 2 "Screen2" RightOf "Screen1" Screen 3 "Screen3" RightOf "Screen2" Screen 4 "Screen4" RightOf "Screen3" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Touchpad" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Device" "/dev/input/mouse0" Option "Protocol" "auto-dev" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" EndSection
Comment