You are not logged in.

#1 2010-08-27 10:19:17

panosk
Member
From: Athens, Greece
Registered: 2008-10-29
Posts: 241

how to set pointer speed for bluetooth mouse

Hi,

After reading our wiki about the xorg.conf.d/ files, I tried to create a file for my bluetooth mouse to set a different speed value than in my touchpad. The problem is I don't know the options I can put in that file. How can I find this out?

TIA

Offline

#2 2010-09-03 19:48:28

Psycho_zs
Member
Registered: 2010-05-24
Posts: 18

Re: how to set pointer speed for bluetooth mouse

here is my section for mouse:

Section "InputClass"
    Identifier "A4mouse"
    MatchIsPointer "on"
    MatchVendor "A4Tech"
    Option "ConstantDeceleration" "3"
EndSection

it  matches mouse by vendor and slows it down linearly.

But I have a problem: this option does not affect mouse in fullscreen games. Everything fine in DE, but in every fullscreen 3d game I tried so far, deceleration is ignored. How the heck is that possible? I thought that options are global.

Offline

#3 2010-10-24 13:29:47

Psycho_zs
Member
Registered: 2010-05-24
Posts: 18

Re: how to set pointer speed for bluetooth mouse

disabled DGA as said here: http://wiki.archlinux.org/index.php/Evd … .21_WTF.3F
Now mouse speed is reduced in SDL games too.

Offline

Board footer

Powered by FluxBB