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

Incorrect profile settings #381

Open
mxmilkiib opened this issue Feb 22, 2024 · 1 comment
Open

Incorrect profile settings #381

mxmilkiib opened this issue Feb 22, 2024 · 1 comment

Comments

@mxmilkiib
Copy link

mxmilkiib commented Feb 22, 2024

Three screens, laptop internal, one screen above, and a rotated screen to the left.

I save a profile when it's like this;

image

But on login I get this;
image

Or sometimes I get this with just two screens;
image

Dumping the config when it's correct;

output DP-0
off
output DP-2
off
output DP-3
off
output DP-4
off
output DP-5
off
output DP-3.1
crtc 0
mode 1920x1080
pos 0x0
primary
rate 60.00
rotate left
x-prop-non_desktop 0
output DP-1
crtc 2
mode 1920x1080
pos 1080x270
rate 60.00
x-prop-non_desktop 0
output eDP-1-1
crtc 4
mode 1920x1080
pos 1080x1350
rate 60.02
x-prop-broadcast_rgb Automatic
x-prop-colorspace Default
x-prop-max_bpc 12
x-prop-non_desktop 0
x-prop-scaling_mode Full aspect
@mxmilkiib
Copy link
Author

mxmilkiib commented Feb 22, 2024

N.b. I get this when trying autorandr three

Failed to apply profile 'three' (line 1017):
  Command failed: xrandr --fb 3000x2380 --output eDP-1-1 --crtc 0 --gamma 1.0:1.0:1.0 --mode 1920x1080 --pos 1080x1300 --primary --rate 60.02 --reflect normal --rotate normal --set 'Broadcast RGB' Automatic --set Colorspace Default --set 'max bpc' 12 --set non-desktop 0 --set 'scaling mode' 'Full aspect' (line 1017)

I think this is all because autorandr expects the primary display to be the top left most display? I'm not sure why, in my last session, later applications of the same profile ended up with just two screens.

Edit: I'm not sure why --skip-options isn't working;

15:00:36 milk@red:~ 1 % autorandr --change three --skip-options ctrc,gamma,set
three (detected) (1st match)
one (detected) (2nd match)
two (detected) (3rd match)
Failed to apply profile 'three' (line 1017):
  Command failed: xrandr --fb 3000x2380 --output eDP-1-1 --crtc 0 --gamma 1.0:1.0:1.0 --mode 1920x1080 --pos 1080x1300 --primary --rate 60.02 --reflect normal --rotate normal --set 'Broadcast RGB' Automatic --set Colorspace Default --set 'max bpc' 12 --set non-desktop 0 --set 'scaling mode' 'Full aspect' (line 1017)

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

No branches or pull requests

1 participant