phillipberndt / autorandr

Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr
2.49k stars 123 forks source link

doesn't remember set up after reboot #115

Open sinqbad opened 6 years ago

sinqbad commented 6 years ago

I have autorandr in my i3 config file so that it sets the correct display on log in exec_always autorandr. The top is how I want my set up to be and the bottom is how it is when I log into i3.

output HDMI-1
off
output HDMI-2
off
output DP-1
mode 2560x1440
pos 1680x0
rate 59.95
output DP-2
mode 1680x1050
pos 0x390
rate 59.95
output eDP-1
mode 1366x768
pos 4240x672
primary
rate 60.06

This is the output when I log in and the orientations are incorrect. When I first made the profile I did it in arandr and then autorandr -s lapdp1dp2 in the correct order.

In essence autorandr keeps the orientation of lightdm (which is the below orientations) and doesn't adjust when I log into i3.

phillipberndt commented 6 years ago

Are you certain that autorandr is to blame here? E.g., did you try to force-reload the configuration manually, both right after saving it, after making changes within the same session, and within a session where you think autorandr failed?