8

How can I increase the pointer speed and scrolling speed of Apple Trackpad beyond the max speed allowed in System Settings? I'm using Ubuntu 12.04.01.

Please see below the mouse and trackpad settings

enter image description here

enter image description here

Also I have installed the package kde-config-touchpad and not installed utouch. I have used this blog for doing so.

enter image description here

Jorge Castro
  • 73,717

2 Answers2

10

This is the only way I can think of that might change pointer speed beyond the default allotment. It might not work.

Install dconf editor:

sudo apt-get install dconf-editor 

Run dconf-editor and navigate to:

org -> gnome -> settings-daemon -> peripherals -> touchpad  

There you can play around with the value of motion-acceleration . The max value that System Settings gives is 10, so maybe setting it to 20 would work.

enter image description here

Seth
  • 59,332
0
  1. Open System Settings.

  2. Click Mouse and Touchpad

  3. Increase Acceleration.

also see Configure mouse speed (not pointer acceleration!)

dedunu
  • 9,556