Announcement

Collapse
No announcement yet.

Laptop touchpad vert scroll broken upon update

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Laptop touchpad vert scroll broken upon update

    I updated my Uncle's laptop from the previous LTS to 12.04 a few months ago. For some reason, the vertical scrolling with the right edge of the touchpad was broken in the process.

    He has an Acer Aspire laptop.

    I tried resetting the touchpad settings to default and messing with some of the variables, but nothing has worked. I have no idea what to do.

    #2
    Try Synaptic touchpad. Its in the repos.

    Comment


      #3
      He has xserver-xorg-input-synaptics installed. Heck, I have it installed by default, and I'm on a desktop.

      Comment


        #4
        I'm talking about the configuration tool. It has a few options that the normal KDE thing doesn't.

        Comment


          #5
          I ran synclient -l and it says that VertEdgeScroll = 1, which is how it's set in the System Settings. So as far as I can tell, it should scroll via the right edge of the touchpad, but it doesn't.

          Comment


            #6
            I still could use help with this issue. Someone elsewhere told me that it was a change in the kernel, but I'm not sure of that.

            Comment


              #7
              Please show the output of
              Code:
              apt-cache policy xserver-xorg-input-synaptics

              Comment


                #8
                Code:
                ~$ apt-cache policy xserver-xorg-input-synaptics
                xserver-xorg-input-synaptics:
                  Installed: 1.6.2-1ubuntu1~precise2
                  Candidate: 1.6.2-1ubuntu1~precise2
                  Version table:
                 *** 1.6.2-1ubuntu1~precise2 0
                        500 [url]http://us.archive.ubuntu.com/ubuntu/[/url] precise-updates/main i386 Packages
                        100 /var/lib/dpkg/status
                     1.5.99.902-0ubuntu5 0
                        500 [url]http://us.archive.ubuntu.com/ubuntu/[/url] precise/main i386 Packages
                Last edited by SteveRiley; Mar 30, 2013, 08:13 PM.

                Comment


                  #9
                  I'd like you to try downgrading to the older version of the driver. Run this:

                  Code:
                  sudo apt-get install xserver-xorg-input-synaptics=1.5.99.902-0ubuntu5
                  Log out and then log back in for the change to take effect.

                  If this fixes your problem, then you can place a hold on the package to prevent it from being upgraded:

                  Code:
                  sudo apt-mark hold xserver-xorg-input-synaptics

                  Comment


                    #10
                    That didn't work.

                    Like I said, it worked fine in the previous LTS release, but it broke after upgrading to Precise back in November. (I procrastinated on upgrading his computer.) So I don't know if I should go further back in versions, or try something else. If it makes any difference, it was a software upgrade, not a fresh install.

                    Comment


                      #11
                      How did you perform the upgrade? I.E., did you use the package manager (GUI) or from the console (CLI)?
                      Windows no longer obstructs my view.
                      Using Kubuntu Linux since March 23, 2007.
                      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                      Comment


                        #12
                        Originally posted by Snowhog View Post
                        How did you perform the upgrade? I.E., did you use the package manager (GUI) or from the console (CLI)?
                        The GUI.

                        Comment


                          #13
                          From the console, what is the result of:
                          Code:
                          dmesg | grep pad
                          Windows no longer obstructs my view.
                          Using Kubuntu Linux since March 23, 2007.
                          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                          Comment


                            #14
                            Code:
                            ~$ dmesg | grep pad
                            [   23.218460] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000

                            Comment


                              #15
                              Okay. Now, what is the result of:
                              Code:
                              lsmod | grep mouse
                              Windows no longer obstructs my view.
                              Using Kubuntu Linux since March 23, 2007.
                              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                              Comment

                              Working...
                              X