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

[regression] hyprctl keyword monitor transform broken (silently ignored) #8190

Open
1 task done
ppenguin opened this issue Oct 20, 2024 · 3 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@ppenguin
Copy link
Contributor

ppenguin commented Oct 20, 2024

Already reported ? *

  • I have searched the existing open and closed issues.

Regression?

Yes

System Info and Version

System/Version info

On NixOS after recent update. Tried versions from current git down to 0.44.0 via flake input, no difference

EDIT: I tried 0.43.0 and there screen transform worked. So the regression was introduced after that.

Description

hyprctl keyword monitor 'eDP-1,transform,3'

(or other orientations) return ok but don't do anything. Debug log shows nothing suspicious relating.

I've double checked the correct monitor name with hyprctl monitors. It also shows the value of transform: 0 regardless what I applied with hyprctl.

How to reproduce

Do

hyprctl keyword monitor 'eDP-1,transform,3'

on recent versions and observe nothing happens.

Crash reports, logs, images, videos

No response

@ppenguin ppenguin added the bug Something isn't working label Oct 20, 2024
@vaxerski
Copy link
Member

can you bisect

@ppenguin
Copy link
Contributor Author

The breakage was introduced with this PR: https://github.com/hyprwm/Hyprland/pull/7571/files
The last working commit is b1ad2d8

It was quite tedious to find, because I couldn't reproduce the issue in a nested Hyprland instance...

@vaxerski
Copy link
Member

are you sure you do not have some output configuration daemon? With that commit, they take priority (kanshi, shikane, etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants