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

Single node in vertical split is blurry with scaling enabled #8102

Open
braun-steven opened this issue Apr 5, 2024 · 2 comments
Open

Single node in vertical split is blurry with scaling enabled #8102

braun-steven opened this issue Apr 5, 2024 · 2 comments
Labels
bug Not working as intended

Comments

@braun-steven
Copy link

braun-steven commented Apr 5, 2024

Sway Version: sway version 1.9

Debug Log: https://pastebin.com/raw/P3ku2R01

Configuration File: /etc/sway/config and https://github.com/braun-steven/dotfiles/blob/master/configs/sway/.config/sway/config

Description:

  1. Start sway with default config: sway -c /etc/sway/config
  2. Enable scaling: swaymsg "output * scale 1.5"
  3. Open two terminal emulator (e.g. alacritty) in vertical split mode (splitv)
  4. Produce some text output in both terminals and observe, that the lower terminal has blurry font

Upper terminal:
2024-04-05T12:39:32,934565038+02:00

Lower terminal:
2024-04-05T12:39:40,583861425+02:00

I can reproduce this with different applications: Emacs, Alacritty, Kitty.

If I use my personal config instead of the default /etc/sway/config, the blurry node is reversed, i.e., the top node is blurry and the bottom node is clear.

As a comparison, this does not happen in hyprland.

Additional information:

  • uname -a: Linux archlinux 6.8.2-zen2-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Thu, 28 Mar 2024 17:06:20 +0000 x86_64 GNU/Linux
  • dual 4K monitor setup (with 1.5 scaling enabled)
@braun-steven braun-steven added the bug Not working as intended label Apr 5, 2024
@akelmanson
Copy link

This bug sounds very similar to #8098.

@eonpatapon
Copy link

I have the same issue but only when I have apps horizontally side by side (tested with foot, alacritty, or some GTK apps). The text on the right app is kind of blurry (in 2 col mode).

I've noticed the difference in sharpness is the same as between scale_filter nearest (sharpest) and linear.

If I resize the cols (to the left or right) by the smallest increment text become sharp. One increment more and it's "blurry" again and so on...

This happens only on fractional scales not on integer scale. Tried many scaling factors with no change.

I have a monitor with 3840x2160 resolution and using scale 1.5

sway version 1.9
wlroots 0.17.3

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

3 participants