Results 1 to 4 of 4

Thread: Lenovo S10-3t: Synaptics ClickPad & Touchscreen not working after installing Meego

  1. #1
    Join Date
    Dec 2010
    Posts
    199

    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.

  2. #2
    Join Date
    Mar 2010
    Posts
    1,937

    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.

  3. #3
    Join Date
    Mar 2010
    Posts
    2,470

    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.

  4. #4
    Join Date
    Mar 2010
    Posts
    2,713

    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.

Similar Threads

  1. Lenovo ThinkPad X61 Tablet touchscreen stop working
    By Diedrick in forum Portable Devices
    Replies: 4
    Last Post: 11-02-2012, 04:41 AM
  2. Replies: 4
    Last Post: 05-02-2011, 10:32 AM
  3. Lenovo S10-3t Atheros : Wi-Fi doesn’t work after installing Meego.
    By Bejan Daroowala in forum Portable Devices
    Replies: 3
    Last Post: 03-02-2011, 08:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,053,968.91548 seconds with 16 queries