Bug 279494 - wish: more configuration options for the mouse tool
Summary: wish: more configuration options for the mouse tool
Status: RESOLVED DUPLICATE of bug 189567
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_mouse (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Marie Loise Nolden
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 00:31 UTC by Richard Neill
Modified: 2011-08-06 11:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Neill 2011-08-06 00:31:48 UTC
Version:           unspecified (using KDE 4.7.0) 
OS:                Linux

The mouse config tool is missing most of the important things I actually need for mouse configuration, I have to resort to using xinput and /sys/devices/ to achieve them. I think the missing features include:

1. Need to be able to activate/deactivate touchpad vs trackpoint.
2. Need to be able to enable emulated (middle-button) scroll. (cf gpointing-device-settings)
3. Need to be able to control the underlying trackpoint sensitivity to turn up the "gain"; this is usually controlled by:
    /sys/devices/platform/i8042/serio*/serio*/sensitivity
4. The ability to configure multiple mice differently. For example, one might use a pointing-stick  to enable quick, coarse movements (with mouse acceleration) when operating a text-editor, but use an external optical mouse (with max precision) for CAD.

Reproducible: Didn't try



Expected Results:  
Something like this, but without needing to write a shell-script!

THE_ID=$(xinput list | grep "Synaptics Inc. Composite TouchPad / TrackPoint" | grep -oE 'id=[0-9]+' | tail -n 1  | cut -f 2 -d '=' )
xinput set-int-prop $THE_ID "Evdev Wheel Emulation" 8 1
xinput set-int-prop $THE_ID "Evdev Wheel Emulation Button" 8 2
xinput set-prop $THE_ID "Device Accel Velocity Scaling" 100
Comment 1 Christoph Feck 2011-08-06 11:38:12 UTC

*** This bug has been marked as a duplicate of bug 189567 ***