Summary: | Astroprojection steam controller | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | idoitprone <monkeyboyted> |
Component: | platform-wayland-nested | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | Keywords: | triaged |
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
idoitprone
2016-10-26 14:06:44 UTC
Is steam run as a Wayland or as an X11 (XWayland) client? In doubt you can open KRunner, enter "KWin" which opens the debug console and there are all windows listed by their type (additional note: mouse wheel operates the wrong way around). In case it's a XWayland client we will have to wait for XWayland 1.19 release - there are lots of input related improvements. In case it's a Wayland client I we would need to know what protocols steam tries to use and which one we don't have implemented (yet). Tricky as steam is not open source ;-) Steam client is running X11. I found the interesting that steam controller input is not logged in the console. I guess that is the result because Valve made the controller useless without the client open on default. I guess I will wait for X server 1.19 X11=XWayland Ok let's wait for Xwayland 1.19 for further investigation. There are a few protocols used by Xwayland 1.19 which might be relevant: * relative pointer * pointer constraints (locking and confinement) The first one we already have implemented, the latter not yet. But I expect we'll have pointer constraints implemented by the time Xwayland 1.19 hits neon. although i am waiting for xwayland 1.19 i am just wondering this patch be another another way to fix it http://lkml.iu.edu/hypermail/linux/kernel/1802.2/02868.html?utm_source=anz basically, its a patch to turn steam controller into a full fledge kernel driver Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! I do not have KDE installed anymore so I cannot comment on this bug state. Even though I close as works for me, here is the actual bug report. I will probably not reopen because it is an upstream issue. https://github.com/Supreeeme/extest https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/431 This bug is due to missing xtest extension. |