Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: HOWTO: enable circular scrolling on synaptics touchpads

  1. #1
    Join Date
    Oct 2007
    Location
    $LOCATION
    Beans
    733

    HOWTO: enable circular scrolling on synaptics touchpads

    This tutorial will show you how to give your touchpad on your laptop the ability to scroll up and down using a circular motion on the touchpad. this is similar to vertical and horizontal scrolling. You will have to edit your xorg.conf file so if you do not feel comfortable doing this then do not continue this tutorial.
    ok so let's start:

    first you need to make sure that the driver for your touchpad on your laptop is synaptics (it should be). To find out whether it is or not, do the following:
    Code:
    sudo nano /etc/X11/xorg.conf
    and search for :
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    if you find this section (the Identifier may be bamed something else but as long as the driver is synaptics, you are good) then continue if not, do not.

    at the end of this section, add:
    Option "CircularScrolling" "on"
    Option "CircScrollTrigger" "2"
    so that it looks like:
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "0"
    Option "CircularScrolling" "on"
    Option "CircScrollTrigger" "2"
    EndSection
    Option "CircularScrolling" "on" turns circular scrolling on, and Option "CircScrollTrigger" "2" selects the edge which should be the trigger. Meaning that if I set it to 2 then circular scrolling will be activated when I put my finger at edge 2. This is the translation from numbers to edges:
    0 any edge
    1 top edge
    2 top right corner
    3 right edge
    4 bottom right corner
    5 bottom edge
    6 bottom left corner
    7 left edge
    8 top left corner
    the way you use it is similar to an ipod, clockwise motions on the touchpad will scroll downwards while counterclockwise will scroll upwards.

    once you have done this, restart X with ctrl+alt+backspace. be sure to save all your work and exit all apps first. hope it works for you.
    hp dv6395 ea 2gb ram core 2 duo 2.00 Ghz archlinux User | Arch rocks! | Submit Bug Reports! https://launchpad.net/ubuntu | Include detail in your thread titles!

  2. #2
    Join Date
    Oct 2007
    Location
    $LOCATION
    Beans
    733

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    so does this work for everyone?
    hp dv6395 ea 2gb ram core 2 duo 2.00 Ghz archlinux User | Arch rocks! | Submit Bug Reports! https://launchpad.net/ubuntu | Include detail in your thread titles!

  3. #3
    Join Date
    May 2007
    Beans
    38
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    Briliant!

  4. #4
    Join Date
    Oct 2007
    Location
    $LOCATION
    Beans
    733

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    thanks i thought that no one would try it.
    hp dv6395 ea 2gb ram core 2 duo 2.00 Ghz archlinux User | Arch rocks! | Submit Bug Reports! https://launchpad.net/ubuntu | Include detail in your thread titles!

  5. #5
    Join Date
    Mar 2008
    Location
    Knoxville, TN, USA
    Beans
    5
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    This is really excellent! Thanks.

    My wife hates the vertical scrolling that defaults with the touchpad. I'm going to show her this, and hopefully she'll find out the convenience of not having to click on the scrollbar!

  6. #6
    Join Date
    Sep 2007
    Location
    Nomadic
    Beans
    197
    Distro
    Ubuntu

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    Any idea what to do on Intrepid (Ubuntu 8.10) where the xorg.conf is empty by default?
    Love & joy - Callum

  7. #7
    Join Date
    Nov 2008
    Beans
    58

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    wow! thank you. . . this is a mine. . . .

  8. #8
    Join Date
    Aug 2006
    Location
    Western Australia
    Beans
    45
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    didnt work for me using 8.10, vertical and horizontal work fine but no circular

  9. #9
    Join Date
    Sep 2007
    Location
    Nomadic
    Beans
    197
    Distro
    Ubuntu

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    Quote Originally Posted by gogreenpower View Post
    didnt work for me using 8.10, vertical and horizontal work fine but no circular
    Did you create an xorg.conf? Or did you upgrade from 8.04 and so it was already there for you?

    I think the default in 8.10 is an empty xorg.conf.
    Love & joy - Callum

  10. #10
    Join Date
    Aug 2006
    Location
    Western Australia
    Beans
    45
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: enable circular scrolling on synaptics touchpads

    i upgraded from 8.04 but i set the scroll trigger to 6 and it wasn't working but when i put it back to 2 it worked? not to annoying just wanted it to start at the bottom left

Page 1 of 2 12 LastLast

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
  •