You are not logged in.

#1 2022-10-27 05:48:39

setevoy
Member
From: Kiev, Ukraine
Registered: 2016-11-29
Posts: 17
Website

[SOLVED] How to stop permanent scroll?

Hi.
Faced a weird issue. Seems that happened after another update.
The issue is... Well, if I move the mouse cursor over tabs in Chrome - tabs start to leaf through to the right, like if I scroll the mouse's wheel. Or the same, if put the cursor over any horizontal scrollbars (like in Dolphin, in the bottom right corner, the scroll that makes images bigger/smaller).

$ xinput list
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ SIGMACHIP USB Keyboard Consumer Control   id=12   [slave  pointer  (2)]
⎜   ↳ MOSART Semi. 2.4G Keyboard Mouse Consumer Control id=14   [slave  pointer  (2)]
⎜   ↳ MOSART Semi. 2.4G Keyboard Mouse          id=16   [slave  pointer  (2)]
⎜   ↳ Logitech M315/M235                        id=17   [slave  pointer  (2)]

I've tried to set it with `set-button-map` but that didn't help.

Even replaced my keyboard and mouse - still the same, so the issue seems to be somewhere on the software level.

Any suggestions, please?

Last edited by setevoy (2022-10-29 13:35:27)

Offline

#2 2022-10-27 08:04:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,200

Re: [SOLVED] How to stop permanent scroll?

Does it scroll only in one direction?
Run

xev -event mouse

and move the pointer over the xev window.
Do buttons 6 or 7 fire frequently?

Offline

#3 2022-10-28 07:36:53

setevoy
Member
From: Kiev, Ukraine
Registered: 2016-11-29
Posts: 17
Website

Re: [SOLVED] How to stop permanent scroll?

seth wrote:

Does it scroll only in one direction?
Run

xev -event mouse

and move the pointer over the xev window.
Do buttons 6 or 7 fire frequently?

The scroll is always in only one direction, yes.

Here is a result of the xev when placing the cursor over the window:

LeaveNotify event, serial 25, synthetic NO, window 0xa200001,
    root 0x1e0, subw 0x0, time 204658511, (66,44), root:(1147,94),
    mode NotifyNormal, detail NotifyInferior, same_screen YES,
    focus YES, state 16400

MotionNotify event, serial 25, synthetic NO, window 0xa200001,
    root 0x1e0, subw 0xa200002, time 204658511, (66,44), root:(1147,94),
    state 0x4010, is_hint 0, same_screen YES

Doesn't looks like the scroll is displaying here, only the cursor's moves over the window.
Not sure about "buttons 6 or 7" - can't see any such numbers in output of the xev.

P.S.

Just checked the same for my keyboard, maybe something is wrong with it?
But again - nothing happens:

$ xev -event keyboard
Outer window is 0x9c00001, inner window is 0x9c00002

KeymapNotify event, serial 24, synthetic NO, window 0x0,
    keys:  226 0   0   0   16  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   

KeyRelease event, serial 25, synthetic NO, window 0x9c00001,
    root 0x1e0, subw 0x0, time 205158525, (1148,840), root:(2229,890),
    state 0x10, keycode 36 (keysym 0xff0d, Return), same_screen YES,
"   XLookupString gives 1 bytes: (0d) "
    XFilterEvent returns: False

KeymapNotify event, serial 26, synthetic NO, window 0x0,
    keys:  224 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 

Only movements of the cursor.

Last edited by setevoy (2022-10-28 07:43:42)

Offline

#4 2022-10-28 10:14:34

Daerandin
Member
From: Norway
Registered: 2013-05-07
Posts: 280
Website

Re: [SOLVED] How to stop permanent scroll?

The symptoms you describe are similar to a recent issue with xwayland. However that problem only applied to programs running in xwayland and has been fixed with an update earlier this week.

I don't know if dolphin runs in xwayland, but chrome will not run natively on wayland. It's a long shot, but if you are on wayland then what is your xorg-xwayland version?

Online

#5 2022-10-28 15:28:49

setevoy
Member
From: Kiev, Ukraine
Registered: 2016-11-29
Posts: 17
Website

Re: [SOLVED] How to stop permanent scroll?

Nope, seems I'm running on Xorg:

$ echo $XDG_SESSION_TYPE
x11

Also, have no xorg-xwayland installed at all:

$ pacman -Qi xorg-xwayland
error: package 'xorg-xwayland' was not found

Offline

#6 2022-10-29 13:19:44

setevoy
Member
From: Kiev, Ukraine
Registered: 2016-11-29
Posts: 17
Website

Re: [SOLVED] How to stop permanent scroll?

Okay... The issue became more and more interesting...
The same happens in Windows - loaded it today to play games...
- different mouses
- different keyboards
- different OS
The same story...

(no, it's not a joke, unfortunately)

PS
Okay. I'm an idiot)
Had a wifi receiver inserted on the back side of the PC, from my second wireless keyboard, which is not used, just have it somewhere in my apartment.
Thanks to everybody.

Last edited by setevoy (2022-10-29 13:37:14)

Offline

#7 2022-10-29 13:38:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,200

Re: [SOLVED] How to stop permanent scroll?

Edit: Moot.

Last edited by seth (2022-10-29 13:39:01)

Offline

Board footer

Powered by FluxBB