You are not logged in.
Pages: 1
So, I have a Roccat Kone XTD. Great mouse, neat lights. Problem is, its a 8200 dpi mouse, now I can just lower the dpi speed down to something low, but then whats the point of buying a fancy mouse if it just ends up working like a 10 dollar one. Obvious at 8200 dpi the pointer is crazy fast, so I've googled for days on how to reduce it to a reasonable speed.
Apparently this mouse is crazy or something because none of the properties people are changing exist on this mouse.
Device 'ROCCAT ROCCAT Kone XTD':
Device Enabled (140): 1
Coordinate Transformation Matrix (142): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (275): -1.000000
libinput Accel Speed Default (276): 0.000000
libinput Accel Profiles Available (277): 1, 1
libinput Accel Profile Enabled (278): 1, 0
libinput Accel Profile Enabled Default (279): 1, 0
libinput Natural Scrolling Enabled (280): 0
libinput Natural Scrolling Enabled Default (281): 0
libinput Send Events Modes Available (260): 1, 0
libinput Send Events Mode Enabled (261): 0, 0
libinput Send Events Mode Enabled Default (262): 0, 0
libinput Left Handed Enabled (282): 0
libinput Left Handed 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 Middle Emulation Enabled (289): 0
libinput Middle Emulation Enabled Default (290): 0
Device Node (263): "/dev/input/event12"
Device Product ID (264): 7805, 11810
libinput Drag Lock Buttons (291): <no items>
libinput Horizontal Scroll Enabled (292): 1No sensitivity option I see people reference, and no constant deceleration option either. Note I'm not talking about mouse acceleration, but the flat speed.
I can specify an xorg file like
Section "InputClass"
Identifier "Mouse0"
MatchIsPointer "yes"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "AccelSpeed" "-1"
Option "Resolution" "8200"
EndSectionWhich makes it "somewhat" usable, but a bit too fast still. Upping the resolution sounds like the right answer, but past a certain point it doesn't actually do anything. Like if I set it to 82000 its the same speed. There any other way to configure this mouse? I'm using KDE, but KDE doesn't include any useful mouse configuration for some reason, although I'm not convinced any other DE does either since there doesn't seem to be a meaningful way to interact with this mouse very much.
(BTW, the roccat-tools package works great, but it doesn't have settings for changing this kind of thing, its just for programming macros and lights)
Last edited by salsadoom (2017-09-11 00:46:33)
Offline
Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code
Offline
Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code
Fixed.
Offline
With libinput, use e.g.:
Option "AccelProfile" "flat"
Option "AccelSpeed" "-0.8"Offline
With libinput, use e.g.:
Option "AccelProfile" "flat" Option "AccelSpeed" "-0.8"
Thanks! I didn't realize libinput had different syntax like that.
However this still doesn't work well enough. I set it as low as -0.1 and its still just too fast. If I try to lower another decimal place (ie, -0.01) it just ignores the line entirely.
EDIT: Whoops, I'm a rather silly person, it works the opposite of that. I have it going correctly now, thanks a million!!
Last edited by salsadoom (2017-09-10 23:29:13)
Offline
Pages: 1