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

map_to_output when output is disabled #3449

Closed
mdeff opened this issue Jan 17, 2019 · 10 comments · Fixed by #5468
Closed

map_to_output when output is disabled #3449

mdeff opened this issue Jan 17, 2019 · 10 comments · Fixed by #5468
Labels
config Related to commands, config parsing or reload

Comments

@mdeff
Copy link
Contributor

mdeff commented Jan 17, 2019

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.

@mdeff
Copy link
Contributor Author

mdeff commented Jan 17, 2019

There seems to be a special case for touch screens: it gets disabled when the laptop output is disabled, even without the map_to_output configuration.

@Xyene
Copy link
Member

Xyene commented Apr 27, 2020

Can you still reproduce this on the latest master? I believe it might have been fixed in 3de1a39.

@Xyene Xyene added config Related to commands, config parsing or reload waiting-on-reporter Requires reporter's feedback labels Apr 29, 2020
@mdeff
Copy link
Contributor Author

mdeff commented Apr 29, 2020

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.

@mdeff
Copy link
Contributor Author

mdeff commented Jun 4, 2020

Still reproducible (on both 1.4 and current latest 1.4-f7e050c5 (Jun 4 2020, branch 'master')).

I have access to the laptop again. Let me know if you'd like me to do some tests.

@Xyene
Copy link
Member

Xyene commented Jun 19, 2020

@mdeff, could you give #5468 a try?

@mdeff
Copy link
Contributor Author

mdeff commented Jun 19, 2020

Still reproducible with sway version 1.4-b3f08597 (Jun 19 2020, branch 'master'). Not sure if relevant, but my libinput is 1.15.5.

@emersion emersion reopened this Jun 19, 2020
@emersion
Copy link
Member

Is this reproducible with touch input or tablet pen input?

@mdeff
Copy link
Contributor Author

mdeff commented Jun 19, 2020

Tablet pen. Touch is somehow special cased (see #3449 (comment)).

@emersion
Copy link
Member

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.

@mdeff
Copy link
Contributor Author

mdeff commented Jun 19, 2020

Ok thanks! I'll try when libinput 1.16 is out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Related to commands, config parsing or reload
Development

Successfully merging a pull request may close this issue.

3 participants