sine wine 1.0RC1: 4th mouse button doesn't work

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

sine wine 1.0RC1: 4th mouse button doesn't work

Post by Detructor »

Hey,

since 1.0RC1 my 4th mouse button on my logitech G5 doesn't work anymore...all games that I've (BF2, Bf1942, CS:S, F.E.A.R) doesn't react when I press the 4th button...what is that for a bug?
And why it haven't been fixed already? (I don't find a bug at bugzilla for this...but I don't think that I'm the only one with that problem)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: sine wine 1.0RC1: 4th mouse button doesn't work

Post by vitamin »

Detructor wrote:Hey,

since 1.0RC1 my 4th mouse button on my logitech G5 doesn't work anymore...all games that I've (BF2, Bf1942, CS:S, F.E.A.R) doesn't react when I press the 4th button...what is that for a bug?
And why it haven't been fixed already? (I don't find a bug at bugzilla for this...but I don't think that I'm the only one with that problem)
How many buttons does your mouse have? How are your mouse buttons mapped? What does this command say?

Code: Select all

xmodmap -pp
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Post by Detructor »

My mouse have 6 buttons
(1 left, 1 right, 1middle, 2 for adjusting the sensitivity of the mouse, 1 thumb button (that is the one that doesn't work))

The buttons are default mapped (with the thumb button I can go back in FF/jump in ET:QW) so it is working on linux

Code: Select all

here are 32 pointer buttons defined.

    Physical        Button
     Button          Code
        1              1
        2              2
        3              3
        4              4
        5              5
        6              6
        7              7
        8              8
        9              9
       10             10
       11             11
       12             12
       13             13
       14             14
       15             15
       16             16
       17             17
       18             18
       19             19
       20             20
       21             21
       22             22
       23             23
       24             24
       25             25
       26             26
       27             27
       28             28
       29             29
       30             30
       31             31
       32             32

o_0 I don't have that much buttons on my mouse
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Detructor wrote:My mouse have 6 buttons
(1 left, 1 right, 1middle, 2 for adjusting the sensitivity of the mouse, 1 thumb button (that is the one that doesn't work))
Run 'xev' and tell me what's the button number of the button that doesn't work?
Detructor wrote:o_0 I don't have that much buttons on my mouse
You should fix that in xorg.conf
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Post by Detructor »

xev output when pressing the button

Code: Select all

ButtonPress event, serial 27, synthetic NO, window 0x3800001,
    root 0x1a6, subw 0x3800002, time 3880160, (37,23), root:(42,72),
    state 0x10, button 8, same_screen YES

EnterNotify event, serial 27, synthetic NO, window 0x3800001,
    root 0x1a6, subw 0x0, time 3880160, (37,23), root:(42,72),
    mode NotifyGrab, detail NotifyInferior, same_screen YES,
    focus NO, state 16

KeymapNotify event, serial 27, synthetic NO, window 0x0,
    keys:  4294967206 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

ButtonRelease event, serial 27, synthetic NO, window 0x3800001,
    root 0x1a6, subw 0x3800002, time 3881229, (37,23), root:(42,72),
    state 0x10, button 8, same_screen YES

LeaveNotify event, serial 27, synthetic NO, window 0x3800001,
    root 0x1a6, subw 0x0, time 3881229, (37,23), root:(42,72),
    mode NotifyUngrab, detail NotifyInferior, same_screen YES,
    focus NO, state 16

MotionNotify event, serial 27, synthetic NO, window 0x3800001,
    root 0x1a6, subw 0x3800002, time 3889255, (38,23), root:(43,72),
    state 0x10, is_hint 0, same_screen YES


Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Post by Detructor »

okay, now in Wine1.0 it works again...I've remove wine1.0 and installed wine1.0RC4 and then wine1.0RC5 to test it and the mouse button doesn't work in these 2 versions...don't know why.
Locked