Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling is slow in settings page #17137

Open
1 of 7 tasks
glaubersm opened this issue Jan 5, 2020 · 3 comments
Open
1 of 7 tasks

Scrolling is slow in settings page #17137

glaubersm opened this issue Jan 5, 2020 · 3 comments
Labels
Component: GUI engine Triage: Confirmed issue has been reproduced by a team member

Comments

@glaubersm
Copy link

glaubersm commented Jan 5, 2020

Bug report

Describe the bug

Scrolling with mouse wheel in Kodi settings is slow on Wayland session of KDE Plasma desktop environment.

Expected Behavior

Scrolling in Kodi settings should have normal speed.

Actual Behavior

Scrolling with mouse wheel in Kodi settings is slow on Wayland session.

Possible Fix

To Reproduce

  1. open Kodi on Wayland session of KDE Plasma desktop environment
  2. open Kodi settings by clicking on the gear icon
  3. click on "System"
  4. click a few times on the gear on bottom until "Expert" mode is enabled
  5. use your mouse wheel to scroll through the options available in "Display" section

Debuglog

The debuglog can be found here:
https://paste.kodi.tv/vuvayukuso.kodi

Screenshots

Here are some links or screenshots to help explain the problem:

Additional context or screenshots (if appropriate)

My Kodi runs natively on Wayland, not on Xwayland.

Your Environment

Used Operating system:

  • Android

  • iOS

  • Linux

  • OSX

  • Raspberry-Pi

  • Windows

  • Windows UWP

  • Operating system version/name: Arch Linux, KDE Plasma 5.17.4 desktop environment

  • Kodi version: 18.5.

note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

@xbmc-gh-bot xbmc-gh-bot bot added the Triage: Needed (managed by bot!) issue that was just created and needs someone looking at it label Jan 5, 2020
@glaubersm glaubersm changed the title scrolling is very slow on KDE Wayland session Scrolling is slow in settings page when Kodi runs on KDE Wayland session Jan 5, 2020
@glaubersm
Copy link
Author

glaubersm commented Jan 5, 2020

Well, it's not a Wayland and KDE Plasma specific issue.
Slow scrolling occurs on both X11 and Wayland sessions of both KDE Plasma and Gnome DEs..

@glaubersm glaubersm changed the title Scrolling is slow in settings page when Kodi runs on KDE Wayland session Scrolling is slow in settings page Jan 5, 2020
@ronie ronie added Triage: Confirmed issue has been reproduced by a team member Component: GUI engine and removed Triage: Needed (managed by bot!) issue that was just created and needs someone looking at it labels Jan 5, 2020
@ronie
Copy link
Member

ronie commented Jan 5, 2020

can confirm the issue.
it's been a problem for as long as i can remember and i don't think it's OS related.

the technical bit:
settings are grouped inside a grouplist control and scrolling inside a grouplist control has never worked properly with a mouse.

@l4jos
Copy link

l4jos commented Apr 7, 2020

I had the same issue and the scroll issue disappeared. Still don't know the trick after a half day, but I did "modprobe logitech_mouse_module", and I ran nvidia-xconfig, anyway. Hopefully it helps one to the right direction.

Current modules:

usbhid     65536  1 hid_logitech_dj
hid        143360 4 usbhid,hid_generic,hid_logitech_dj,hid_logitech_hidpp

Current xorg.conf:

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Last xorg.conf (before nvidia-xconfig):

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: GUI engine Triage: Confirmed issue has been reproduced by a team member
Projects
None yet
Development

No branches or pull requests

3 participants