Page 1 of 7 123 ... LastLast
Results 1 to 10 of 66

Thread: Touchpad Vertical Scrolling does not work

  1. #1
    Join Date
    Dec 2010
    Location
    Earth Planet
    Beans
    162
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Touchpad Vertical Scrolling does not work

    On the Ideapa Z360 with Ubuntu 10.10 and kernel 2.6.35-24-generic my touchpad
    vertical scrolling does not work. All other features of it like tapping, dragging, etc. work well. But no vertical scrolling.

    It is detected in xinput --list as PS/2 Generic Mouse instead of touchpad too.

    Any idea?

  2. #2
    Join Date
    Jan 2010
    Location
    65 AD
    Beans
    304
    Distro
    Ubuntu Development Release

    Re: Touchpad Vertical Scrolling does not work

    hello, try this in terminal

    Code:
    synclient vertedgescroll=1

  3. #3
    Join Date
    Dec 2010
    Location
    Earth Planet
    Beans
    162
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Unhappy Re: Touchpad Vertical Scrolling does not work

    Thanks for the reply.
    I used
    Code:
    synclient vertedgescroll=1
    and it said
    Code:
    Couldn't find synaptics properties. No synaptics driver loaded?
    Any idea?
    Last edited by WthIteh; December 30th, 2010 at 11:56 AM.

  4. #4
    Join Date
    Dec 2010
    Location
    Earth Planet
    Beans
    162
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Touchpad Vertical Scrolling does not work

    Looking for ideas.....

  5. #5
    Join Date
    Jan 2010
    Location
    65 AD
    Beans
    304
    Distro
    Ubuntu Development Release

    Re: Touchpad Vertical Scrolling does not work

    It's strange because I believe you do have a synaptics touchpad although the synaptics driver doesn't appear to be loaded. You should check your log to see what is happening, try this:
    Code:
    cat /var/log/Xorg.0.log | grep -i touchpad

  6. #6
    Join Date
    Dec 2010
    Location
    Earth Planet
    Beans
    162
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Cool Re: Touchpad Vertical Scrolling does not work

    Quote Originally Posted by pi/roman View Post
    It's strange because I believe you do have a synaptics touchpad although the synaptics driver doesn't appear to be loaded. You should check your log to see what is happening, try this:
    Code:
    cat /var/log/Xorg.0.log | grep -i touchpad
    I believe that it must be a synaptics one and detected somehow behind the scene. Since all of its features like tap-and-drag, etc. else of vertical scrolling works.
    I tried
    Code:
    cat /var/log/Xorg.0.log | grep -i touchpad
    And output was empty. I checked /var/log/Xorg.0.log log file more carefully and the only related part in it was
    Code:
    [    75.181] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event7)
    [    75.181] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
    [    75.181] (**) PS/2 Generic Mouse: always reports core events
    [    75.181] (**) PS/2 Generic Mouse: Device: "/dev/input/event7"
    [    75.211] (II) PS/2 Generic Mouse: Found 3 mouse buttons
    [    75.211] (II) PS/2 Generic Mouse: Found relative axes
    [    75.211] (II) PS/2 Generic Mouse: Found x and y relative axes
    [    75.211] (II) PS/2 Generic Mouse: Configuring as mouse
    [    75.211] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
    [    75.211] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    75.211] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
    [    75.211] (II) PS/2 Generic Mouse: initialized for relative axes.
    [    75.211] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
    [    75.211] (II) No input driver/identifier specified (ignoring)
    Which detects touchpad as PS/2 Generic Mouse.

    And here is output of xinput for this device:
    Code:
    Device 'PS/2 Generic Mouse':
        Device Enabled (125):    1
        Coordinate Transformation Matrix (127):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        Device Accel Profile (244):    0
        Device Accel Constant Deceleration (245):    1.000000
        Device Accel Adaptive Deceleration (246):    1.000000
        Device Accel Velocity Scaling (247):    10.000000
        Evdev Reopen Attempts (242):    10
        Evdev Axis Inversion (248):    0, 0
        Evdev Axes Swap (250):    0
        Axis Labels (251):    "Rel X" (135), "Rel Y" (136)
        Button Labels (252):    "Button Left" (128), "Button Middle" (129), "Button Right" (130), "Button Wheel Up" (131), "Button Wheel Down" (132)
        Evdev Middle Button Emulation (253):    2
        Evdev Middle Button Timeout (254):    50
        Evdev Wheel Emulation (255):    0
        Evdev Wheel Emulation Axes (256):    0, 0, 4, 5
        Evdev Wheel Emulation Inertia (257):    10
        Evdev Wheel Emulation Timeout (258):    200
        Evdev Wheel Emulation Button (259):    4
        Evdev Drag Lock Buttons (260):    0
    I found in other sites that synclient needs SHM enabled and enabling SHM requires fdi config under /etc/hal, but in my system there is no /etc/hal at all! Maybe related!?

    And this is the result of an aptitude search for synaptics. It seems that the driver is installed.
    Code:
    i   xserver-xorg-input-synaptics                                                - Synaptics TouchPad driver for X.Org server
    What should I do now?

  7. #7
    Join Date
    Dec 2010
    Location
    Earth Planet
    Beans
    162
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Unhappy Re: Touchpad Vertical Scrolling does not work

    Looking for ideas yet......

  8. #8
    Join Date
    Dec 2010
    Location
    Earth Planet
    Beans
    162
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Touchpad Vertical Scrolling does not work

    Quote Originally Posted by WthIteh View Post
    Looking for ideas yet......
    Please help with this issue..... What could I do to solve it?

  9. #9
    Join Date
    Jun 2010
    Beans
    74

    Re: Touchpad Vertical Scrolling does not work

    I have the same problem on my dell E5510. This problem (i.e. touchpad is recognised as ordinary mouse) has been around for a while, so it would be nice if the solution is found.

    Interesting, but in older version of ubuntu (10.04) the problem did not exist.

  10. #10
    Join Date
    Jan 2010
    Location
    65 AD
    Beans
    304
    Distro
    Ubuntu Development Release

    Re: Touchpad Vertical Scrolling does not work

    Thanks for taking the initiative in finding the relevant xorg log data. It looks like your touchpad is being picked up entirely by the evdev driver. I made a suggestion on a similar matter in another thread that I still haven't seen a reply on so I'm not really sure if it will work. This will involve editing your xorg.conf so you shoud be sure to have a live cd handy so you can go in and fix it if you make a mistake.

    Open up your xorg.conf in an editor and in the "ServerLayout" section add this line:
    Code:
    InputDevice    "Touchpad"  "CorePointer"
    "Touchpad" will be your somewhat arbitrary identifier so it must match in the next section but you can use any identifier you want as long as it matches.

    Now create a new "InputDevice" section
    Code:
    Section "InputDevice"
        Driver        "synaptics"
        Identifier    "Touchpad"
    EndSection
    The synaptics driver should be assigned to your touchpad. Save that and reboot. If it won't boot properly then there is something wrong with it and you need to use the live cd to go in and edit it.

Page 1 of 7 123 ... LastLast

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
  •