You are not logged in.
I have
xinput --list-props 8
Device 'Razer Razer Basilisk X HyperSpeed':
Device Enabled (154): 1
Coordinate Transformation Matrix (156): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (282): 0
libinput Natural Scrolling Enabled Default (283): 0
libinput Scroll Methods Available (284): 0, 0, 1
libinput Scroll Method Enabled (285): 0, 0, 0
libinput Scroll Method Enabled Default (286): 0, 0, 0
libinput Button Scrolling Button (287): 2
libinput Button Scrolling Button Default (288): 2
libinput Button Scrolling Button Lock Enabled (289): 0
libinput Button Scrolling Button Lock Enabled Default (290): 0
libinput Middle Emulation Enabled (291): 0
libinput Middle Emulation Enabled Default (292): 0
libinput Rotation Angle (265): 0.000000
libinput Rotation Angle Default (266): 0.000000
libinput Accel Speed (293): 0.000000
libinput Accel Speed Default (294): 0.000000
libinput Accel Profiles Available (295): 1, 1, 1
libinput Accel Profile Enabled (296): 0, 1, 0
libinput Accel Profile Enabled Default (297): 1, 0, 0
libinput Accel Custom Fallback Points (298): <no items>
libinput Accel Custom Fallback Step (299): 0.000000
libinput Accel Custom Motion Points (300): <no items>
libinput Accel Custom Motion Step (301): 0.000000
libinput Accel Custom Scroll Points (302): <no items>
libinput Accel Custom Scroll Step (303): 0.000000
libinput Left Handed Enabled (304): 0
libinput Left Handed Enabled Default (305): 0
libinput Send Events Modes Available (267): 1, 0
libinput Send Events Mode Enabled (268): 0, 0
libinput Send Events Mode Enabled Default (269): 0, 0
Device Node (270): "/dev/input/event2"
Device Product ID (271): 5426, 131
libinput Drag Lock Buttons (306): <no items>
libinput Horizontal Scroll Enabled (307): 1
libinput Scrolling Pixel Distance (308): 15
libinput Scrolling Pixel Distance Default (309): 15
libinput High Resolution Wheel Scroll Enabled (310): 1
I change the speed with
xinput --set-prop 8 293 -0.6
And where does one change the sensitivity of the mouse?
Last edited by thommen (2024-02-27 16:14:17)
Offline
For mice like these normally on the mouse itself, or you play around with the accel profiles.
If you want an interface to be able to configure the lower level firmware stuff look into openrazer: https://wiki.archlinux.org/title/Razer_ … #OpenRazer
Offline
I checked the two overlays "polychromatic" and "razergenie", but I do not see any way to change the sensitivity of the mouse.
I am left to play with profiles. How do I play with the accel profile?
Offline
And where does one change the sensitivity of the mouse?
Is not the same as
How do I play with the accel profile?
Try
xset m 25/10 6
According to google your mouse has a DPI button on the top, that doesn't work?
Offline
Try
xset m 25/10 6
No change at my place
According to google your mouse has a DPI button on the top, that doesn't work?
The button works. Of course, I switch to the next DPI. What I care about is that when moving slowly, the cursor moves slowly and thus is more accurate. When moving fast, you know, the acceleration works. This is how I had in the previous mouse "Accura Butano ACC-M1057".
Offline
1. you're running an X11 session to begin with?
2. "xset -q | grep acc"
3. try xf86-input-evdev …
"xset m 25/10 6" will get you a 2.5 acceleration factor on a 6px dead zone
Offline
That you do with libinput configuration indeed. If the default behaviour from using the "adaptive" acceleration profile is insufficient you can test the custom profile where you can give exact numbers for when acceleration happens: https://man.archlinux.org/man/libinput. … ON_PROFILE
Offline
1. you're running an X11 session to begin with?
2. "xset -q | grep acc"
3. try xf86-input-evdev …"xset m 25/10 6" will get you a 2.5 acceleration factor on a 6px dead zone
1. Yes
2.
xset -q | grep acc
acceleration: 25/10 threshold: 6
Offline
is there a difference w/ "xset m 10/10 6"?
Offline
is there a difference w/ "xset m 10/10 6"?
No change
Offline
Why is the profile set to "flat"?
https://wayland.freedesktop.org/libinpu … tion.html#
Offline
Now I have
libinput Accel Profile Enabled (296): 1, 0, 0
Offline
"and does this change anything"?
We're not playing a game of twenty questions here, pelase be more forthcoming.
Offline
That you do with libinput configuration indeed. If the default behaviour from using the "adaptive" acceleration profile is insufficient you can test the custom profile where you can give exact numbers for when acceleration happens: https://man.archlinux.org/man/libinput. … ON_PROFILE
Either it doesn't work in my case, or I don't know how (didn't understand) to use it.
For example, I set
libinput Accel Custom Motion Points (300): 0.500000, 0.500000
libinput Accel Profile Enabled (296): 0, 0, 1
xinput --list-props 8
Device 'Razer Razer Basilisk X HyperSpeed':
Device Enabled (154): 1
Coordinate Transformation Matrix (156): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (282): 0
libinput Natural Scrolling Enabled Default (283): 0
libinput Scroll Methods Available (284): 0, 0, 1
libinput Scroll Method Enabled (285): 0, 0, 0
libinput Scroll Method Enabled Default (286): 0, 0, 0
libinput Button Scrolling Button (287): 2
libinput Button Scrolling Button Default (288): 2
libinput Button Scrolling Button Lock Enabled (289): 0
libinput Button Scrolling Button Lock Enabled Default (290): 0
libinput Middle Emulation Enabled (291): 0
libinput Middle Emulation Enabled Default (292): 0
libinput Rotation Angle (265): 0.000000
libinput Rotation Angle Default (266): 0.000000
libinput Accel Speed (293): 0.000000
libinput Accel Speed Default (294): 0.000000
libinput Accel Profiles Available (295): 1, 1, 1
libinput Accel Profile Enabled (296): 0, 0, 1
libinput Accel Profile Enabled Default (297): 1, 0, 0
libinput Accel Custom Fallback Points (298): <no items>
libinput Accel Custom Fallback Step (299): 0.000000
libinput Accel Custom Motion Points (300): 0.500000, 0.500000
libinput Accel Custom Motion Step (301): 0.000000
libinput Accel Custom Scroll Points (302): <no items>
libinput Accel Custom Scroll Step (303): 0.000000
libinput Left Handed Enabled (304): 0
libinput Left Handed Enabled Default (305): 0
libinput Send Events Modes Available (267): 1, 0
libinput Send Events Mode Enabled (268): 0, 0
libinput Send Events Mode Enabled Default (269): 0, 0
Device Node (270): "/dev/input/event3"
Device Product ID (271): 5426, 131
libinput Drag Lock Buttons (306): <no items>
libinput Horizontal Scroll Enabled (307): 1
libinput Scrolling Pixel Distance (308): 15
libinput Scrolling Pixel Distance Default (309): 15
libinput High Resolution Wheel Scroll Enabled (310): 1
"and does this change anything"?
We're not playing a game of twenty questions here, pelase be more forthcoming.
Yes, there are noticeable differences here
Last edited by thommen (2024-02-27 15:40:18)
Offline
Yes, there are noticeable differences here
So you're seeing "things" happening, interesting.
You need to do stuff do make it work…
'cause I'm out of this. Bye.
Offline
Yes, there are noticeable differences here
So you're seeing "things" happening, interesting.
You need to do stuff do make it work…'cause I'm out of this. Bye.
You can also go like this
libinput Accel Custom Motion Points (300): 0.000000, 1.000000, 5.000000, 10.000000, 15.000000
libinput Accel Custom Motion Step (301): 1.000000
libinput Accel Profile Enabled (296): 0, 0, 1
Last edited by thommen (2024-02-27 16:13:43)
Offline