Lenovo S10-3t: Synaptics ClickPad & Touchscreen not working after installing Meego
I have installed Meego on my Lenovo S10-3t netbook. I am having Synaptics ClickPad. During installation I have found that it was not working properly which was expected by it. Simply I was unable to click or tap. Also touchscreen of the netbook is causing the problem. Please let me know if you are having any solution for this particular situation. Any suggestion will be highly appreciated. I am waiting for your prompt reply. Thanks a lot in advance.
Re: Lenovo S10-3t: Synaptics ClickPad & Touchscreen not working after installing Meego
I was having the same problem and I have found the following solution which I have applied in my situation to solve the matter. Well this setting is applicable for xorg-x11-server-Xorg >= 1.7.99.901-1.
Code:
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "SHMConfig" "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "0"
Option "RBCornerButton" "3"
EndSection
However I was unable to double tap as we do right click on the computer. Anyway it solves the problem little bit. I am hoping that it helps you to solve the problem. Wish you all the best.
Re: Lenovo S10-3t: Synaptics ClickPad & Touchscreen not working after installing Meego
Well you can apply following suggestion to solve the matter . Well you have to create /etc/X11/xorg.conf.d/11-touchscreen.conf file. Now use the following one which I have done.
Code:
Section "InputClass"
Identifier "PenMount USB"
MatchProduct "DIALOGUE INC PenMount USB"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "SwapAxes" "true"
Option "InvertY" "true"
Option "Calibration" "80 960 95 910"
EndSection
Now you have to create catchall config for the particular evdev *NOTE.
Code:
Section "InputClass"
Identifier "evdev-catchall"
Driver "evdev"
EndSection
Now you have to download the xinput-calibrator software abd install the same in order to find the calibration values for the device which you are using.
Re: Lenovo S10-3t: Synaptics ClickPad & Touchscreen not working after installing Meego
Well I really want to say thank you for replying with the prompt reply. I have worked on the suggestion which you have posted here. However it did not helped me at all . Well it prompts me with the following message.
Code:
neonightmare@neonightmare-desktop tias-xinput_calibrator-d2ce98b]$ sudo ./autogen.sh
Code:
checking for XINPUT... configure: error: Package requirements (x11 xext xi >= 1.2 inputproto >= 1.5) were not met:
No package 'x11' found
No package 'xext' found
No package 'xi' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XINPUT_CFLAGS
and XINPUT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Now please tell me why this is happening in this particular situation. Please help me out to solve the matter.