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

External monitors glitch on 1.10 #8435

Open
yagarea opened this issue Nov 8, 2024 · 5 comments
Open

External monitors glitch on 1.10 #8435

yagarea opened this issue Nov 8, 2024 · 5 comments
Labels
bug Not working as intended

Comments

@yagarea
Copy link

yagarea commented Nov 8, 2024

  • Sway Version: 1:1.10-1 from pacman
  • Debug Log: No log was produced
  • Configuration File:
    I only list the relevant part of config:
# output config
output eDP-1 {
	mode 1920x1080
	pos 2135 0
	scale 1
	transform 0
}

output "Samsung Electric Company S24F350 H4ZJA03477" {
	mode 1920x1080
	pos 215 0
	scale 1
	transform 0
}

output "Samsung Electric Company S22D300 0x00007A4C" {
	mode 1920x1080
	pos 4057 0
	scale 1
	transform 0
}

output "lg electronics 22mp65 403ndhbdg481" {
	mode 1920x1080
	pos 3840 0
	scale 1
	transform 0
}


output "Samsung Electric Company U32J59x H4ZN400482" {
	mode 2560x1440
	pos 0 0
	scale 1.2
	transform 0
}


output "Dell Inc. DELL U2421E 6XXCX83" {
	mode 2560x1440
	pos 2135 2000
	scale 1.1
	transform 0
}
	

# Turn off laptop output when clsed
bindswitch --reload --locked lid:on output eDP-1 disable
bindswitch --reload --locked lid:off output eDP-1 enable
  • Description:
    External monitors show mash up of workspaces. This is screenshot:

ksnip-sel

Even wdisplays show the right configuration and my laptop screen works as it should, external monitors are mashed up into each other. Window on one show on other and wise versa. I did not find cause or any relent log.

Downgrading to 1.9 fixes the issue.

@emersion
Copy link
Member

Your bug report is missing debug logs. Please add a link to the full debug log file.

sway -d >sway.log 2>&1

@yagarea
Copy link
Author

yagarea commented Nov 11, 2024

This is log of me using sway 1.10 with two external monitors
sway.log

@kennylevinsen
Copy link
Member

Maybe it's related to #8431?

Your log is massive, which makes it hard to use for diagnostics. Please create a log where you just open sway, observe that the issue is currently present, and exit. If the issue can be resolved by e.g. using wdisplays, then resolving the issue and exiting is also fine.

@skaldesh

This comment was marked as off-topic.

@emersion
Copy link
Member

@skaldesh, your issue is unrelated to this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

4 participants