Linux Forums about Linux operating systems on the Dell Inspiron Mini.

Reply
 
LinkBack Thread Tools Display Modes
  (#1) Old
Member
 
Posts: 30
Join Date: Jan 2009
Location: Brunei Darussalam
Default Two-Finger Scrolling on Ubuntu (and variants) - 03-04-2010, 12:00 PM

I just found out that the option for two-finger scrolling exists in Ubuntu, located at System > Preferences > Mouse, under the Touchpad tab. However, simply selecting the option did not work for me. I did a simple google search, and came up with instructions on this page on how to enable and adjust the settings.

For easy reference, and in case the page goes down, I'll copy the instructions here.

----

Note: This method seems to require a Synaptics touchpad rather than an ALPS touchpad. To see which you have, run grep touchpad /var/log/Xorg.0.log.

STEPS

1. Locate and open the file 11-x11-synaptics.fdi with root permissions.

On Ubuntu 9.10: sudo gedit /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
2. Find this line (line 5 for me):

<merge key="input.x11_driver" type="string">synaptics</merge>

and insert the following lines immediately below it:
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
<merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">40</merge>
<merge key="input.x11_options.EmulateTwoFingerMinW" type="string">7</merge>

If these values don't work for you, read the next section.
3. run gnome-mouse-properties and enable two-finger scrolling in the touchpad tab
4. reboot the computer (or stop gdm, restart hal, and start gdm)

EDIT: This no longer works on Lucid Lynx (10.04).
Reply With Quote
  (#2) Old
Guru
 
reflex's Avatar
 
Posts: 1,997
Join Date: Apr 2009
Default 03-04-2010, 03:20 PM

Thanks for the link.


Mini 9 | Intel 5100 Wifi | Ubuntu 10.04 Netbook
Mini 1012 | SSD | Intel 6200 Wifi | Ubuntu 11.10 64bit
Reply With Quote
  (#3) Old
Zee Zee is offline
Junior Member
 
Posts: 13
Join Date: Apr 2010
Location: Cairo, Egypt
Default 05-04-2010, 01:28 PM

does anyone know how to make it work on lucid lynx????


Zee
Dell Mini 10v
Macbook 4,1 4gb ram 500gb HDD
iPhone 3G
iPod shuffle 1Gb
iPod Nano 8Gb
Google Nexus One
Reply With Quote
  (#4) Old
Member
 
Posts: 30
Join Date: Jan 2009
Location: Brunei Darussalam
Default 05-06-2010, 08:03 PM

Working on a udev version that'll automatically work on start up; in the meantime, try the suggestions on this thread: http://ubuntuforums.org/showthread.php?t=1419833
Reply With Quote
  (#5) Old
Zee Zee is offline
Junior Member
 
Posts: 13
Join Date: Apr 2010
Location: Cairo, Egypt
Default 05-07-2010, 09:12 AM

my problem is that 2 finger scrolling is grayed out and i want to enable it....


Zee
Dell Mini 10v
Macbook 4,1 4gb ram 500gb HDD
iPhone 3G
iPod shuffle 1Gb
iPod Nano 8Gb
Google Nexus One
Reply With Quote
  (#6) Old
Junior Member
 
Posts: 1
Join Date: Jun 2010
Default Ubuntu 10.04 solution - 06-19-2010, 08:04 PM

Hi,

I have a dell mini 10v. Its very nice and the touchpad is very capable as demonstrated by windows 7 and scrybe from synaptics. In ubuntu 10.04, the solution for 2 finger scrolling is this:
1. Open gedit
2. Copy and paste these 4 lines:
Code:
#!/bin/bash
synclient VertTwoFingerScroll=1
synclient HorizTwoFingerScroll=1
synclient EmulateTwoFingerMinW=5
synclient EmulateTwoFingerMinZ=48
3. Save in your home directory as something with a dot in front of it, e.g. ".twofingers"
4. Open terminal
5. Make sure you are in your home directory by entering the command "cd ~". Then enter the command "chmod +x .twofingers" (replace .twofingers with what you saved the file as)
6. Set it as a startup item from System>Preferences>Startup Applications
7. Reboot and you're done! Try it out!

Have fun,
Daniel
Reply With Quote
  (#7) Old
Zee Zee is offline
Junior Member
 
Posts: 13
Join Date: Apr 2010
Location: Cairo, Egypt
Default 07-12-2010, 05:27 PM

i tried this but it doesnt work....
i rebooted but still 2 finger scrolling is greyed out in mouse preferences


Zee
Dell Mini 10v
Macbook 4,1 4gb ram 500gb HDD
iPhone 3G
iPod shuffle 1Gb
iPod Nano 8Gb
Google Nexus One
Reply With Quote
Reply

Tags
synaptics, touchpad, two-finger, ubuntu

« HELP NEEDED - Using a Mini 1012 to Learn Linux Mint 9 | Has Anyone Tried Elive 2.0 Topaz on their 1012? »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Copyright © 2008-2011 MyDellMini.com.