-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
map_to_output when output is disabled #3449
Comments
There seems to be a special case for touch screens: it gets disabled when the laptop output is disabled, even without the |
Can you still reproduce this on the latest master? I believe it might have been fixed in 3de1a39. |
I don't have access to the laptop with wacom pen at the moment. I'll let you know next time I'll look into this. |
Still reproducible (on both 1.4 and current latest I have access to the laptop again. Let me know if you'd like me to do some tests. |
Still reproducible with |
Is this reproducible with touch input or tablet pen input? |
Tablet pen. Touch is somehow special cased (see #3449 (comment)). |
Ah, this is expected then. You'll need a libinput build which includes https://gitlab.freedesktop.org/libinput/libinput/-/commit/0d06bfc4e27bf4a56a7f34b3f20c4a61570e765c. This commit will be part of libinput 1.16. |
Ok thanks! I'll try when libinput 1.16 is out. |
I map my touch devices (touch screen and wacom pen) to my laptop screen. It works as expected when both my laptop screen and external screens are enabled. However, when I disable my laptop screen (i.e., only the external screens are enabled): the touch screen gets disabled as expected, but the wacom pen again works on the whole output surface (i.e., my external screens).
That may be another instance of #3443.The text was updated successfully, but these errors were encountered: