Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] logitech G400s mouse generates two keypresses
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
causes
n00b
n00b


Joined: 24 Sep 2014
Posts: 9
Location: Finland

PostPosted: Thu Oct 09, 2014 6:20 pm    Post subject: [solved] logitech G400s mouse generates two keypresses Reply with quote

Hi. I bought logitech G400s mouse and it generates two keypresses on mousewheel button. If i click link with mousewheel firefox opens two tabs. Rolling wheel once scrolls page two steps.

Any help how to debug or fix is welcome.
_________________
http://causes.fi/


Last edited by causes on Fri Oct 10, 2014 1:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
causes
n00b
n00b


Joined: 24 Sep 2014
Posts: 9
Location: Finland

PostPosted: Fri Oct 10, 2014 1:21 pm    Post subject: Reply with quote

I figured it out. My config was wrong. I had to remove mouse wheel emulation.

Code:

Section "InputDevice"
        identifier "Mouse0"
        driver "mouse"
        option "AutoServerLayout" "on"
        option "device" "/dev/input/mice"

        #Option "EmulateWheel" "true"
        #Option "EmulateWheelButton" "2"
        #Option "XAxisMapping" "6 7"
        #Option "YAxisMapping" "4 5"
EndSection

_________________
http://causes.fi/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum