How do I change touchpad sensitivity in OO?

Asked by Jeff Felberbaum

My cursor frequently goes on random sightseeing tours of my document as I type,
forcing me to undo way too much of my work and reset the insertion point...way too often.

Where do I find the controls to adjust this?

Thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu openoffice.org Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mariano Mara (marplatense) said :
#1

Does this only happen in OO? All others apps work as expected regarding touchpad?

Revision history for this message
Jeff Felberbaum (jmf2060) said :
#2

Hi MM...

Good point. It just happened as I was writing this email, and it happens
whenever I
am going someplace on my desktop from some other place--
for instance, a few minutes ago, I was trying to do something an before
I knew it, every minimized app / doc in my system tray was flying open.
Apparently I had tickled them inadvertently.

Thanks for your quick response!

JF

On 4/16/07, Mariano Mara <email address hidden> wrote:
>
> Your question #5106 on openoffice.org in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/openoffice.org/+ticket/5106
>
> Status: Open => Needs information
>
> Mariano Mara requested for more information:
> Does this only happen in OO? All others apps work as expected regarding
> touchpad?
>
> _______________________________________________________________________
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/openoffice.org/+ticket/5106
>

Revision history for this message
Mariano Mara (marplatense) said :
#3

Hi Jeff,
In that case, the easiest way to configure your touchpad would be installing qsynaptics (or ksynpatics depending if you're using (k)ubuntu).

For that you need to this:
1- System -> Administration -> Software Sources, Add a tick to 'Community-maintained Open Source software' (in case you don't already have it).
2- install qsynaptics: sudo apt-get install qsynaptics.
3- configure xorg.conf (always make a backup of this file prior to any change. I put vim, of course you can use your favorite editor):
sudo vim /etc/X11/xorg.conf
Look for a section like this:

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

and before EndSection, add:
Option "SHMConfig" "true"

4- you should be able to run qsynaptics now (for example from teminal) where you have the means to adjust several configuration options for touchpad (you might need to restart x11, for that do: CTRL+ATL+BACKSPACE).

Can you help with this problem?

Provide an answer of your own, or ask Jeff Felberbaum for more information if necessary.

To post a message you must log in.