#800162 sddm: Regression with 2 screens

Package:
sddm
Source:
sddm
Description:
modern display manager for X11
Submitter:
Benoit Friry
Date:
2015-10-12 19:30:04 UTC
Severity:
normal
#800162#5
Date:
2015-09-27 15:29:05 UTC
From:
To:
Dear Maintainer,

I switched to SDDM rapidly when it became available.  All was OK.
Since a recent update (I suppose 0.11 -> 0.12), login is hardly
possible.

I have 2 screens:
 - A 1280px wide at left (VGA)
 - A 1920px wide at right (DVI)

When the 2 screens are connected:
 - the login form is centered on the right screen,
 - the right part of the right screen is black, and I can only
   see a part of the login form.  The non-black part of the
   display is ok.

It seems to me the non-black part could be 1920px wide...

Once logged in, display is OK on both screen.

Merci,
Benoit

#800162#10
Date:
2015-10-12 19:27:55 UTC
From:
To:
I have a very similar setup and the same problem. Interestingly
enough, the problem goes away if I configure Monitor1 as
"RightOf" instead as "LeftOf". Then the sddm greeter is on the
primary screen, and the other one stays black.


$ cat /etc/X11/xorg.conf
--- snip --- Section "Monitor" Identifier "Monitor0" VendorName "HP" ModelName "w19" HorizSync 30.0 - 83.0 VertRefresh 55.0 - 75.0 Option "DPMS" Option "Primary" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Dell" ModelName "P190S" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 76.0 Option "DPMS" Option "RightOf" "Monitor0" # FIXME this should be: # Option "LeftOf" "Monitor0" Option "Rotate" "CW" EndSection Section "Device" Identifier "Device0" Driver "radeon" VendorName "Radeon" Option "AccelMethod" "XAA" Option "AccelDFS" "1" Option "EnablePageFlip" "1" Option "ColorTiling" "1" Option "Monitor-HDMI-0" "Monitor0" Option "Monitor-VGA-0" "Monitor1" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 2464 1440 EndSubSection EndSection / Knut Esztermann