Results 1 to 10 of 10

Thread: Mouse Touchpad Not Edge Scrolling

  1. #1
    Join Date
    May 2008
    Location
    0100110101101001
    Beans
    1,229
    Distro
    Ubuntu 12.04 Precise Pangolin

    Mouse Touchpad Not Edge Scrolling

    Hello everyone. My left click wasn't working on my touchpad so I looked around and found this command:

    Code:
    sudo echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe
    Which enabled it on reboot. Now edge scrolling doesn't work. Any ideas? I'm running Ubuntu 12.04 64bit on a Acer Aspire S3.
    We have no Great War, no Great Depression. Our Great War is a Spiritual War. Our Great Depression is our lives. - Tyler Durden

  2. #2
    Join Date
    May 2008
    Location
    0100110101101001
    Beans
    1,229
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mouse Touchpad Not Edge Scrolling

    Also I did check and there isn't a setting pretaining to this in Mouse and Touchpad settings.
    We have no Great War, no Great Depression. Our Great War is a Spiritual War. Our Great Depression is our lives. - Tyler Durden

  3. #3
    Join Date
    May 2008
    Location
    0100110101101001
    Beans
    1,229
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mouse Touchpad Not Edge Scrolling

    Bump
    We have no Great War, no Great Depression. Our Great War is a Spiritual War. Our Great Depression is our lives. - Tyler Durden

  4. #4
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Mouse Touchpad Not Edge Scrolling

    not sure if unity has the same mouse/touthpad gui as xfce but it is there is xfce
    see screenshot
    Attached Images Attached Images
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  5. #5
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Mouse Touchpad Not Edge Scrolling

    I can confirm that that those scrolling options are standard in Ubuntu, as well.
    Jane, stop this crazy thing!

  6. #6
    Join Date
    May 2008
    Location
    0100110101101001
    Beans
    1,229
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mouse Touchpad Not Edge Scrolling

    Code:
    sudo echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe
    must have disabled those options as they're no longer in that windowed gui.
    We have no Great War, no Great Depression. Our Great War is a Spiritual War. Our Great Depression is our lives. - Tyler Durden

  7. #7
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Mouse Touchpad Not Edge Scrolling

    Have you tried running

    Code:
    synclient VertEdgeScroll=1

  8. #8
    Join Date
    May 2008
    Location
    0100110101101001
    Beans
    1,229
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mouse Touchpad Not Edge Scrolling

    Quote Originally Posted by cortman View Post
    Have you tried running

    Code:
    synclient VertEdgeScroll=1
    Didn't work, I got this error message:

    Couldn't find synaptics properties. No synaptics driver loaded?
    We have no Great War, no Great Depression. Our Great War is a Spiritual War. Our Great Depression is our lives. - Tyler Durden

  9. #9
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Mouse Touchpad Not Edge Scrolling

    Either your touchpad is an Elantech model or you don't have the proper driver loaded for Synaptics- running

    Code:
    xinput
    would tell you which one you have.

  10. #10
    Join Date
    May 2008
    Location
    0100110101101001
    Beans
    1,229
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Mouse Touchpad Not Edge Scrolling

    Thanks. This is the output...

    Code:
    ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    ⎜   ↳ PS/2 Generic Mouse                      	id=11	[slave  pointer  (2)]
    ⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
        ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
        ↳ Power Button                            	id=6	[slave  keyboard (3)]
        ↳ Video Bus                               	id=7	[slave  keyboard (3)]
        ↳ Sleep Button                            	id=8	[slave  keyboard (3)]
        ↳ 1.3M HD WebCam                          	id=9	[slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard            	id=10	[slave  keyboard (3)]
        ↳ Acer WMI hotkeys                        	id=12	[slave  keyboard (3)]
    We have no Great War, no Great Depression. Our Great War is a Spiritual War. Our Great Depression is our lives. - Tyler Durden

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
  •