On 4/19/19 6:22 PM, Roger Heflin wrote:
It definitely works:

xinput --list-props 11
Device 'Kensington      Kensington USB/PS2 Orbit':
     Device Enabled (182):    1[tony@rn6 ~]
     Coordinate Transformation Matrix (184):    1.000000, 0.000000,
0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
     libinput Natural Scrolling Enabled (316):    0
     libinput Natural Scrolling Enabled Default (317):    0
     libinput Scroll Methods Available (318):    0, 0, 1
     libinput Scroll Method Enabled (319):    0, 0, 0
     libinput Scroll Method Enabled Default (320):    0, 0, 0
     libinput Button Scrolling Button (321):    3
     libinput Button Scrolling Button Default (322):    3
     libinput Accel Speed (323):    1.000000
     libinput Accel Speed Default (324):    0.000000
     libinput Accel Profiles Available (325):    1, 1
     libinput Accel Profile Enabled (326):    1, 0
     libinput Accel Profile Enabled Default (327):    1, 0
     libinput Left Handed Enabled (328):    0
     libinput Left Handed Enabled Default (329):    0
     libinput Send Events Modes Available (301):    1, 0
     libinput Send Events Mode Enabled (302):    0, 0
     libinput Send Events Mode Enabled Default (303):    0, 0
     Device Node (304):    "/dev/input/event5"
     Device Product ID (305):    1149, 4130
     libinput Drag Lock Buttons (330):    <no items>
     libinput Horizontal Scroll Enabled (331):    1


Then running this:
xinput set-float-prop 11 323 0.01

makes the acceleration go way down.    My acceleration max is 1.0 and
I know I have gnome set as high as I could get it.


Hi Roger,

Thank you!

You have created a monster!

$ MouseAccel.pl6
Input error
     Usage: MouseAccel.pl6  Speed[0.00 to 1.00]
     Exiting.  Bummer Dude!

$ MouseAccel.pl6 2
AccelSpeed = <2>
Input error
     Usage: MouseAccel.pl6  Speed[0.00 to 1.00]
     Exiting.  Bummer Dude!

$ MouseAccel.pl6 0.5
AccelSpeed = <0.5>
MouseID    = <15>
AccelID    = <296>
xinput --set-prop 15 296 0.5
Logitech USB Optical Mouse acceleration speed set to 0.5

$ MouseAccel.pl6 0.01
AccelSpeed = <0.01>
MouseID    = <15>
AccelID    = <296>
xinput --set-prop 15 296 0.01
Logitech USB Optical Mouse acceleration speed set to 0.01


Anyone want my code, ping me.

-T



_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to