You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* slick-greeter 2.0.2
* Distribution - Arch Linux
* Graphics hardware *and* driver used: AMD ATI Radeon RX 6700 with `amdgpu` driver
* 64 bit
Issue
When running slick-greeter on multiple monitors with one monitor in portrait left orientation, the applied background image is displayed twice on the portrait monitor resulting in a doubling effect:
Steps to reproduce
A three-monitor display configuration with a portrait monitor on the far right should be used. All three monitors should have a resolution of 1920x1080.
The contents of slick-greeter.conf are as follows. (Note: monterey-4-blur.jpeg is this image and monterey-4-blur-darker.jpeg is this one.
A display-setup-script setting should be configured in lightdm.conf to point to a shell script with these contents:
#!/bin/sh
# NOTE: the portrait monitor is on HDMI-1. the landscape monitors are on HDMI-2 and DP-2
xrandr --output HDMI-2 --pos 0x411
xrandr --output DP-2 --primary --pos 1920x411
xrandr --output HDMI-1 --pos 3840x0 --rotate left
Upon rebooting and loading slick-greeter, the errant display will appear.
Expected behaviour
I would have expected the display to look like this. Notice the lack of the duplicated background image on the portrait monitor:
Issue
When running
slick-greeter
on multiple monitors with one monitor in portrait left orientation, the applied background image is displayed twice on the portrait monitor resulting in a doubling effect:Steps to reproduce
slick-greeter.conf
are as follows. (Note:monterey-4-blur.jpeg
is this image andmonterey-4-blur-darker.jpeg
is this one.display-setup-script
setting should be configured inlightdm.conf
to point to a shell script with these contents:slick-greeter
, the errant display will appear.Expected behaviour
I would have expected the display to look like this. Notice the lack of the duplicated background image on the portrait monitor:
Other information
The output of
xrandr
is:The text was updated successfully, but these errors were encountered: