خرید بک لینک

There is also hand editing...to achieve the desired speed.
To manually set your mouse speed with xinput
First locate the ID for your mouse

Code:

xinput list
Find the current Accel speed with:

Code:

xinput list-props 10
(with the #10 being the device ID for your mouse
Mine shows this
x

Code:

input list-props 8
Device 'Logitech M510':
    Device Enabled (151):    1
    Coordinate Transformation Matrix (153):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (281):    0
    Device Accel Constant Deceleration (282):    1.000000
    Device Accel Adaptive Deceleration (283):    1.000000
    Device Accel Velocity Scaling (284):    10.000000
    Device Product ID (270):    1133, 4133
    Device Node (271):    "/dev/input/event1"
    Evdev Axis Inversion (285):    0, 0
    Evdev Axes Swap (287):    0
    Axis Labels (288):    "Rel X" (161), "Rel Y" (162), "Rel Horiz Wheel" (279), "Rel Vert Wheel" (280)
    Button Labels (289):    "Button Left" (154), "Button Middle" (155), "Button Right" (156), "Button Wheel Up" (157), "Button Wheel Down" (158), "Button Horiz Wheel Left" (159), "Button Horiz Wheel Right" (160), "Button Side" (274), "Button Extra" (275), "Button Forward" (276), "Button Back" (277), "Button Task" (278), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273), "Button Unknown" (273)
    Evdev Scrolling Distance (290):    1, 1, 1
    Evdev Middle Button Emulation (291):    1
    Evdev Middle Button Timeout (292):    50
    Evdev Third Button Emulation (293):    0
    Evdev Third Button Emulation Timeout (294):    1000
    Evdev Third Button Emulation Button (295):    3
    Evdev Third Button Emulation Threshold (296):    20
    Evdev Wheel Emulation (297):    0
    Evdev Wheel Emulation Axes (298):    0, 0, 4, 5
    Evdev Wheel Emulation Inertia (299):    10
    Evdev Wheel Emulation Timeout (300):    200
    Evdev Wheel Emulation Button (301):    4
    Evdev Drag Lock Buttons (302):    0
[me@Silversurfer ~]$

The property you are interested in is "Device Accel Constant Deceleration (267)". To slow your mouse down, the value must be increased by ruing xinput set-prop <your device id> <property id> <value>:
Example:

Code:

$ xinput set-prop 10 267 5.0

برچسب: نویسنده: استخدام کار تاريخ: جمعه 18 تير 1395 ساعت: 0:54

صفحه بندی