elementary / greeter

Login and Lock Screen greeter for elementary OS and Pantheon, using LightDM
GNU General Public License v3.0
151 stars 39 forks source link

The result of the display setting script is not reflected #504

Closed Hayao0819 closed 3 years ago

Hayao0819 commented 3 years ago

What Happened

I am setting the display layout with xrandr with display-setup-script in lightdm.coonf. This works fine with Slick-Greeter and Webki2-Greeter. However, it does not work properly with Pantheon-Greeter. The script appears to be running, but the display settings are incorrect. I tried some tricks such as adding a delay and setting it as a greeter-setup-script, but the result did not change.

Expected Behavior

It should be set up just like any other Greeter.

Logs

Platform Information

Arch Linux (no testing repo) lightdm-pantheon-greeter 5.0.4-2 lightdm 1:1.30.0-4

tintou commented 3 years ago

Duplicate of https://github.com/elementary/greeter/issues/404 see the comments for the workaround.

Hayao0819 commented 3 years ago

I have already read that issue But 404 is a configuration file by Xorg. In my case it is a command by xrandr. And I'm using Xfce and don't want to use Gnome's settings.

tintou commented 3 years ago

They are really the same configuration mechanism which isn't supported by libmutter (in use in the greeter).

Hayao0819 commented 3 years ago

I understood