Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

invalid arguments for [email protected]_head #55

Closed
emersion opened this issue Oct 23, 2019 · 2 comments
Closed

invalid arguments for [email protected]_head #55

emersion opened this issue Oct 23, 2019 · 2 comments
Labels

Comments

@emersion
Copy link
Owner

Not sure what happened. Logs:

applying profile '<anonymous at line 1, col 1>'
applying profile output 'LVDS-1' on connected head 'LVDS-1'
applying profile output 'VGA-1' on connected head 'VGA-1'
applying profile output 'HDMI-A-3' on connected head 'HDMI-A-3'
running commands for configuration '<anonymous at line 1, col 1>'
configuration for profile '<anonymous at line 1, col 1>' applied
applying profile '<anonymous at line 15, col 1>'
applying profile output 'LVDS-1' on connected head 'LVDS-1'
applying profile output '*' on connected head 'HDMI-A-3'
applying profile '<anonymous at line 7, col 1>'
applying profile output 'LVDS-1' on connected head 'LVDS-1'
wl_display@1: error 1: invalid arguments for [email protected]_head

Config:

{
	output LVDS-1 disable
	output HDMI-A-3 position 0,0 mode 1680x1050
	output VGA-1 position 1680,0 mode 1680x1050
}

{
	output LVDS-1 position 0,0
}

{
	output * position 0,0 scale 1
}

{
	output LVDS-1
	output *
}
@emersion emersion added the bug label Oct 23, 2019
@emersion
Copy link
Owner Author

Actually this is a race that happens when undocking. Kanshi is fine, this is a wlroots bug.

[624616.229] [email protected]()
[624616.250] [email protected]()
[624616.264] [email protected]()
[624616.276] [email protected]()
[624616.288] [email protected]()
[624616.300] [email protected]()
[624616.312] [email protected]()
[624616.324] [email protected]()
[624616.337] [email protected]()
[624616.349] [email protected]()
[624616.361] [email protected]()
[624616.373] [email protected]()
[624616.385] [email protected]()
[624616.397] [email protected]()
[624616.409] [email protected]()
[624616.421] [email protected]()
[624616.433] [email protected]()
[624616.446] [email protected]()
[624616.458] [email protected]()
[624616.480] [email protected](100)
applying profile '<anonymous at line 15, col 1>'
[624616.517]  -> [email protected]_configuration(new id zwlr_output_configuration_v1@5, 100)
applying profile output 'LVDS-1' on connected head 'LVDS-1'
[624616.564]  -> [email protected]_head(zwlr_output_head_v1@4278190118)
applying profile output '*' on connected head 'HDMI-A-3'
[624616.605]  -> [email protected]_head(new id zwlr_output_configuration_head_v1@4, zwlr_output_head_v1@4278190080)
[624616.643]  -> [email protected]()
[624616.661] [email protected]_remove(28)
[624616.683] [email protected]()
[624616.700] [email protected]()
[624616.717] [email protected]()
[624616.733] [email protected]()
[624616.750] [email protected]()
[624616.768] [email protected]()
[624616.786] [email protected]()
[624616.803] [email protected]()
[624616.829] [email protected]()
[624616.844] [email protected]()
[624616.858] [email protected]()
[624616.872] [email protected]()
[624616.885] [email protected]()
[624616.900] [email protected]()
[624616.915] [email protected]()
[624616.929] [email protected]()
[624616.942] [email protected]()
[624616.956] [email protected]()
[624616.968] [email protected]()
[624616.980] [email protected](101)
applying profile '<anonymous at line 7, col 1>'
[624617.005]  -> [email protected]_configuration(new id zwlr_output_configuration_v1@8, 101)
applying profile output 'LVDS-1' on connected head 'LVDS-1'
[624617.038]  -> [email protected]_head(new id zwlr_output_configuration_head_v1@9, zwlr_output_head_v1@4278190118)
[624617.064]  -> [email protected]_position(0, 0)
[624617.085]  -> [email protected]()
[624617.097] [email protected]_remove(29)
[624891.586] [email protected](1)
[624891.695] [email protected]_mode(zwlr_output_mode_v1@4278190120)
[624891.769] [email protected](102)
applying profile '<anonymous at line 7, col 1>'
[624891.801]  -> [email protected]_configuration(new id zwlr_output_configuration_v1@10, 102)
applying profile output 'LVDS-1' on connected head 'LVDS-1'
[624891.854]  -> [email protected]_head(new id zwlr_output_configuration_head_v1@11, zwlr_output_head_v1@4278190118)
[624891.895]  -> [email protected]_position(0, 0)
[624891.923]  -> [email protected]()
[624891.941] [email protected](30, "wl_output", 3)
[624892.155] [email protected](wl_display@1, 1, "invalid arguments for [email protected]_head")
wl_display@1: error 1: invalid arguments for [email protected]_head

@emersion
Copy link
Owner Author

swaywm/wlr-protocols#62

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant