[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #72 from Fabian Vogt --- (In reply to Nate Graham from comment #71) > I suspect ultimately this issue has the same root cause as Bug 494927, in > which a change to the garbage collection policy in Qt negatively affected > code in the Breeze SDDM and lock screens. Yes, that is already confirmed. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #71 from Nate Graham --- I suspect ultimately this issue has the same root cause as Bug 494927, in which a change to the garbage collection policy in Qt negatively affected code in the Breeze SDDM and lock screens. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804
--- Comment #70 from Nathanael Ries ---
(In reply to Nathanael Ries from comment #69)
> (In reply to Nathanael Ries from comment #68)
> > This is not fixed! I can confirm the bug still exists.
> >
> > >[nathanael@pangolin ~]$ qmake6 -v
> > >QMake version 3.1
> > >Using Qt version 6.8.0 in /usr/lib
> > >[nathanael@pangolin ~]$ pacman -Q | grep kconfig
> > >kconfig 6.8.0-1
> > >kconfig5 5.116.0-1
> > >kconfigwidgets 6.8.0-1
> > >[nathanael@pangolin ~]$
> >
> > From the output, I can see:
> >
> > Qt Version: I am using Qt 6.8.0 as confirmed by qmake6 -v.
> > KDE Frameworks Versions:
> > kconfig: I have version 6.8.0-1 installed, which is part of the KDE
> > Frameworks 6.
> > kconfig5: Alongside that, there's also kconfig5 at version 5.116.0-1,
> > indicating that I have both KDE Frameworks 5 and 6 installed.
> > kconfigwidgets: This is at version 6.8.0-1, also from KDE Frameworks 6.
>
>
> I am also running Plasma 6.2.3 and still have the same bug unresolved
> >[nathanael@pangolin ~]$ plasmashell --version
> >plasmashell 6.2.3
Heres my SDDM log of the error
Plasma 6.2.3
Qt 6.8.0
KDE Frameworks 6.8.0-1
[nathanael@pangolin ~]$ journalctl -b -2 -r | grep sddm
Nov 12 08:16:29 pangolin systemd[1]: sddm.service: Consumed 14.862s CPU time,
486.6M memory peak.
Nov 12 08:16:29 pangolin systemd[1]: sddm.service: Deactivated successfully.
Nov 12 08:16:29 pangolin sddm[1478]: Running display stop script
QList("/usr/share/sddm/scripts/Xstop")
Nov 12 08:16:29 pangolin sddm[1478]: Display server stopped.
Nov 12 08:16:29 pangolin systemd[1]: Removed slice Slice
/system/dbus-:1.2-org.kde.kcontrol.kcmsddm.
Nov 12 08:16:29 pangolin systemd[1]: Stopped
dbus-:[email protected].
Nov 12 08:16:29 pangolin systemd[1]:
dbus-:[email protected]: Deactivated successfully.
Nov 12 08:16:28 pangolin sddm[1478]: Display server stopping...
Nov 12 08:16:28 pangolin sddm[1478]: Socket server stopped.
Nov 12 08:16:28 pangolin sddm[1478]: Socket server stopping...
Nov 12 08:16:28 pangolin sddm[1478]: Signal received: SIGTERM
Nov 12 08:16:28 pangolin systemd[1]: Stopping
dbus-:[email protected]...
Nov 12 08:16:28 pangolin sddm[1478]: Auth: sddm-helper exited with 1
Nov 12 08:16:28 pangolin sddm[1478]: Authentication error:
SDDM::Auth::ERROR_INTERNAL "Process crashed"
Nov 12 08:16:28 pangolin sddm[1478]: Auth: sddm-helper (--socket
/tmp/sddm-auth-ca70063d-1fc5-49ab-bdb4-e64fa577fe39 --id 1 --start
/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland --user
nathanael) crashed (exit code 1)
Nov 12 08:16:28 pangolin sddm[1478]: Authentication error:
SDDM::Auth::ERROR_INTERNAL "Process crashed"
Nov 12 08:16:28 pangolin sddm-helper[1610]: Signal received: SIGTERM
Nov 12 08:16:14 pangolin systemd[1]: Started
dbus-:[email protected].
Nov 12 08:16:14 pangolin systemd[1]: Created slice Slice
/system/dbus-:1.2-org.kde.kcontrol.kcmsddm.
Nov 12 08:16:08 pangolin systemsettings[403262]:
qrc:/kcm/kcm_sddm/main.qml:182:13: QML Image: Protocol "" is unknown
--
You are receiving this mail because:
You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #69 from Nathanael Ries --- (In reply to Nathanael Ries from comment #68) > This is not fixed! I can confirm the bug still exists. > > >[nathanael@pangolin ~]$ qmake6 -v > >QMake version 3.1 > >Using Qt version 6.8.0 in /usr/lib > >[nathanael@pangolin ~]$ pacman -Q | grep kconfig > >kconfig 6.8.0-1 > >kconfig5 5.116.0-1 > >kconfigwidgets 6.8.0-1 > >[nathanael@pangolin ~]$ > > From the output, I can see: > > Qt Version: I am using Qt 6.8.0 as confirmed by qmake6 -v. > KDE Frameworks Versions: > kconfig: I have version 6.8.0-1 installed, which is part of the KDE > Frameworks 6. > kconfig5: Alongside that, there's also kconfig5 at version 5.116.0-1, > indicating that I have both KDE Frameworks 5 and 6 installed. > kconfigwidgets: This is at version 6.8.0-1, also from KDE Frameworks 6. I am also running Plasma 6.2.3 and still have the same bug unresolved >[nathanael@pangolin ~]$ plasmashell --version >plasmashell 6.2.3 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #68 from Nathanael Ries --- This is not fixed! I can confirm the bug still exists. >[nathanael@pangolin ~]$ qmake6 -v >QMake version 3.1 >Using Qt version 6.8.0 in /usr/lib >[nathanael@pangolin ~]$ pacman -Q | grep kconfig >kconfig 6.8.0-1 >kconfig5 5.116.0-1 >kconfigwidgets 6.8.0-1 >[nathanael@pangolin ~]$ >From the output, I can see: Qt Version: I am using Qt 6.8.0 as confirmed by qmake6 -v. KDE Frameworks Versions: kconfig: I have version 6.8.0-1 installed, which is part of the KDE Frameworks 6. kconfig5: Alongside that, there's also kconfig5 at version 5.116.0-1, indicating that I have both KDE Frameworks 5 and 6 installed. kconfigwidgets: This is at version 6.8.0-1, also from KDE Frameworks 6. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #66 from Miguel Rozsas --- Fixed on : KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.0 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #67 from David de Cos --- Yes, I can confirm it's fixed on those versions. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 [email protected] changed: What|Removed |Added CC||[email protected] --- Comment #65 from [email protected] --- Same for me Operating System: Manjaro Linux KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.6-1-MANJARO (64-bit) Graphics Platform: Wayland Processors: 22 × Intel® Core™ Ultra 7 165H Memory: 30.2 GiB of RAM Graphics Processor: Mesa Intel® Arc -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Kyle L. changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Elias Probst changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 postix changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 [email protected] changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Leon Teichroeb changed: What|Removed |Added CC||[email protected] ||om -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 MK changed: What|Removed |Added CC||[email protected] --- Comment #64 from MK --- I'm affected as well. Operating System: openSUSE Tumbleweed 20241105 KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.6-2-default (64-bit) Graphics Platform: Wayland Processors: 4 × Intel® Core™ i5-6200U CPU @ 2.30GHz Memory: 7.5 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 520 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Antonio Rojas changed: What|Removed |Added CC||[email protected] --- Comment #63 from Antonio Rojas --- *** Bug 495945 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Felix W changed: What|Removed |Added CC||[email protected] ||m -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 [email protected] changed: What|Removed |Added CC||[email protected] --- Comment #62 from [email protected] --- Same here. CPU: AMD Ryzen 7 5800H Laptop: https://www.alza.cz/EN/lenovo-ideapad-5-pro-16ach6-storm-grey-metallic-d6801920.htm OS: openSUSE Tumbleweed 20241104 KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.5-2-default (64-bit) -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Stefan changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Filip changed: What|Removed |Added CC||[email protected] --- Comment #61 from Filip --- *** Bug 495877 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Troplo changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Fushan Wen changed: What|Removed |Added See Also||https://bugreports.qt.io/br ||owse/QTBUG-130767 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Mihai Coman changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Erik Duisters changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Vasily Khoruzhick changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Antonio Rojas changed: What|Removed |Added CC||[email protected] --- Comment #60 from Antonio Rojas --- *** Bug 495830 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 thePanz changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Haakon Nilsen changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 leepa changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 akb825 changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Gurenko Alex changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 TraceyC changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=494927 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 [email protected] changed: What|Removed |Added CC||[email protected] --- Comment #59 from [email protected] --- I can confirm this bug on a multi monitor system with a machine using three monitors on which the central one is normally used for inputting the password. When doing it it gives a soft lock. When using the monitor to the right or to the left, the login proceeds. Haven't yet found any complaint from SDDM in the logs. Operating System: openSUSE Tumbleweed 20241102 KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.5-1-default (64-bit) Graphics Platform: X11 Processors: 12 × AMD Ryzen 5 5600G with Radeon Graphics Memory: 62.2 GiB of RAM Graphics Processor: AMD Radeon Pro W5500 Product Name: X570 Phantom Gaming 4 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 tctc changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Grósz Dániel changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #58 from Fabian Vogt --- (In reply to A. Kelly from comment #56) > Maybe unrelated question, but is it still the plan to incubate SDDM into KDE > as per https://invent.kde.org/plasma/plasma-desktop/-/issues/91? > Would that allow for quicker patches as this now seems to be an > SDDM-specific Qt issue? > > Anyways, hopefully it can be fixed soon! FWICT, this is an issue in Qt that needs to be fixed in Qt. While it is probably possible to work around it on the SDDM side, it's a change that might introduce other regressions instead. Whether SDDM is hosted on invent.kde.org or GitHub wouldn't make any difference in terms of developer speed or how quick distros pick up the patch. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 pallaswept changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 François changed: What|Removed |Added CC||[email protected] --- Comment #57 from François --- Hello, I have the same problem and my current workaround is just to switch to tty2, login, and unlock the graphical session with: loginctl unlock-session c2 As explained here: https://bbs.archlinux.org/viewtopic.php?id=244007 I hope it can help others too. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Eugene Savitsky changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #56 from A. Kelly --- Maybe unrelated question, but is it still the plan to incubate SDDM into KDE as per https://invent.kde.org/plasma/plasma-desktop/-/issues/91? Would that allow for quicker patches as this now seems to be an SDDM-specific Qt issue? Anyways, hopefully it can be fixed soon! -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #55 from Fabian Vogt --- (In reply to Fabian Vogt from comment #51) > It's likely an issue with the QML garbage collector running in incremental > mode. Using QV4_GC_TIMELIMIT=0 works around the issue. Credits for that go > to fusionfuture. > > I'll try debugging qtdeclarative a bit to gain further info for an upstream > bug report. Unfortunately I wasn't able to get enough info for a minimal reproducer. Upstream bug report: https://bugreports.qt.io/browse/QTBUG-130767 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Fabian Blaese changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Oded Arbel changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Alexander changed: What|Removed |Added CC||[email protected] --- Comment #54 from Alexander --- (In reply to Nate Graham from comment #36) > Thanks folks. Is anyone experiencing this with only an Intel GPU? > Yes, I'm on a Lenovo Thinkpad with integrated Intel GPU: Operating System: openSUSE Tumbleweed 20241028 KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.5-1-default (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i7-1165G7 @ 2.80GHz Memory: 31.1 GiB of RAM Graphics Processor: Mesa Intel® Xe Graphics Manufacturer: LENOVO Product Name: 20XW0055GE System Version: ThinkPad X1 Carbon Gen 9 I can enter my password on the second monitor, press enter and do not get logged in. I have to click on the monitor of the laptop, type the password there, press enter and then instantly get logged in. First time I encountered that bug I waited for some time (less than a minute) and somehow got the idea to try on the other screen. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #53 from Fernando M. Muniz --- Is there a reason why it currently uses X11 instead of Wayland? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Antonio Rojas changed: What|Removed |Added CC||[email protected] --- Comment #52 from Antonio Rojas --- *** Bug 495604 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #51 from Fabian Vogt --- It's likely an issue with the QML garbage collector running in incremental mode. Using QV4_GC_TIMELIMIT=0 works around the issue. Credits for that go to fusionfuture. I'll try debugging qtdeclarative a bit to gain further info for an upstream bug report. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #50 from [email protected] --- Created attachment 175373 --> https://bugs.kde.org/attachment.cgi?id=175373&action=edit Logins, but buttons not work Maybe it will be helpful. I really don't know what's going on here. I added font.pointSize and fontSize for some elements. Also removed anchors { ... Now it works too (not buttons). -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #47 from Vladimir Yerilov --- This has started to happen on another laptop with KDE Neon User Edition installed after recent updates. Same behaviour: no way to log in from the external monitor' screen, but works from the laptop's one. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 [email protected] changed: What|Removed |Added CC||evgeniyharchenko.dev@gmail. ||com --- Comment #49 from [email protected] --- (In reply to Miguel Rozsas from comment #28) > Switching to Andromeda (another sddm theme) the login worked agian. > It is, indeed, a bug on Breeze theme, not SDDM itself. Problem is really in theme (or in UI components). There is theme based on Breeze, and it also has this problem: https://github.com/vinceliuice/Qogir-kde But it can be partially fixed by removing this: anchors { bottom: parent.bottom left: parent.left right: parent.right margins: Kirigami.Units.smallSpacing } in Main.qml (after id: footer line). But the buttons ("Shutdown", "Restart", and "Sleep") still don't work. By the way, I managed to brake Andromeda theme. Just replaced Input with PlasmaComponents.TextField in Login.qml (id: userNameInput) and buttons become unworkable. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #48 from Neko --- > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? Yes. I run a single monitor dock setup (with laptop display off/lid closed). If I take my laptop off the dock or open the laptop screen and login SDDM doesn't hang. Although, when I tried logging in today (taking my laptop off the dock *after* it entered S0 sleep before turning on), I wasn't able to login either. > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? I have an i5-1135g7 with an Iris XE G7 80 EU igpu only. > 3. Is SDDM set up in native Wayland mode, or X11 mode? X11 > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? I waited about ~10 minutes before giving up and switching TTYs to login. I presume not. It just hangs with the password input and button grayed out. The other display is unaffected. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #46 from Nathanael Ries --- Hi Nate, Here are the answers to your questions regarding the login issue with SDDM: 1) If you log in using the laptop screen rather than the external screen, does it work as expected? 1A) I can confirm that login attempts made on anything other than DP-0 doesn't work as expected when using the Breeze SDDM theme. 2) What GPU(s) are present on your system, and which one is used to show the SDDM login screen? 2A) The system has an AMD Radeon 680M. This is an integrated GPU, part of the Rembrandt architecture, and it is the one used for the SDDM login screen since there's no indication of any other GPU in use. 3) Is SDDM set up in native Wayland mode, or X11 mode? 3A) From the process list (ps aux | grep sddm), it appears that SDDM is running in X11 mode for the login screen, as evidenced by the /usr/lib/Xorg process. However, there's a command (/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland) that suggests after login, the system switches to a Wayland session after login: >[nathanael@pangolin ~]$ ps aux | grep sddm >root1508 0.0 0.0 154016 21160 ?Ssl Oct25 0:00 >/usr/bin/sddm >root1525 0.0 0.2 924 83836 tty2Ssl+ Oct25 0:01 >/usr/lib/Xorg -nolisten tcp -background none -seat seat0 vt2 -auth >>/run/sddm/xauth_Oyyxra -noreset -displayfd 16 >root1673 0.0 0.0 77476 21536 ?SOct25 0:00 >/usr/lib/sddm/sddm-helper --socket >/tmp/sddm-auth-28e96db9-ae49-4cd7-93c4->69fca2a4ed00 --id 1 --start >/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland --user >nathanael >nathana+ 988905 0.0 0.0 6392 3924 pts/1S+ 11:16 0:00 grep >--color=auto sddm >[nathanael@pangolin ~]$ echo $XDG_SESSION_TYPE >wayland 4) When you hit Enter or click the arrow button, does it never log in? Or does it eventually log in after 30-60 seconds? 4A) The login screen on the external monitor (DP-1 connected as Primary) does not proceed to log in after entering the password; it simply freezes or remains as is, without logging in, even after waiting for an extended period. I can enter the password or interact with the login on the Screen 0 monitor (the laptop display). Let me know if you need any more information! -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 S. Christian Collins changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Neko changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 rLy changed: What|Removed |Added CC||[email protected] --- Comment #45 from rLy --- (In reply to Nate Graham from comment #31) > Can everyone affected answer these questions: > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? > 3. Is SDDM set up in native Wayland mode, or X11 mode? > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? > > Trying to get a sense of whether this is Bug 483163, Bug 494927, Bug 483094, > some combination of them, or some new mutant thing triggered by Qt 6.8. > > Thanks! 1. Desktop pc with 2 monitors. Primary is DP, the secondary is HDMI. Also my monitors are mirrored in SDDM so can't select the other one to login. 2. 7900xtx 3. wayland 4. Doesn't login at all, waited a couple of minutes. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Hirad changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Piotr Keplicz changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #44 from [email protected] --- Not sure how to edit my comment but if its useful primary monitor used DP port and the other two are HDMI. One of them using DP to HDMI cable. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #43 from [email protected] --- (In reply to Nate Graham from comment #31) > Can everyone affected answer these questions: > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? > 3. Is SDDM set up in native Wayland mode, or X11 mode? > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? > > Trying to get a sense of whether this is Bug 483163, Bug 494927, Bug 483094, > some combination of them, or some new mutant thing triggered by Qt 6.8. > > Thanks! 1. Not a laptop. I use three monitors on a desktop. 2. 6800 XT 3. Whatever is default when using wayland session. probably x11 since I've not created a conf file. 4. It never logs in and the password is greyed out. I believe the buttons will not work either but I haven't tried. Its like the step right before the password is accepted but the screen doesn't proceed. I always have to use my third monitor. btw this problem exists on my primary monitor which seems arbitrary compared to the reports I've seen. My secondary monitor will never load a login screen (black/sleep it wakes on login). Maybe there was a point during plasma lifespan where all three monitors showed sddm but its almost always been that way. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Fushan Wen changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 John Peters changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Esko Toivonen changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Bug Janitor Service changed: What|Removed |Added Priority|HI |VHI -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Filip changed: What|Removed |Added CC||[email protected] --- Comment #42 from Filip --- *** Bug 495529 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #41 from RW --- (In reply to Nate Graham from comment #31) > Can everyone affected answer these questions: > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? > 3. Is SDDM set up in native Wayland mode, or X11 mode? > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? > > Trying to get a sense of whether this is Bug 483163, Bug 494927, Bug 483094, > some combination of them, or some new mutant thing triggered by Qt 6.8. > > Thanks! 1. I don't have a laptop. It's a normal PC. 2. AMD GPU RX 6700XT (I also have a second Nvidia 4080SUPER in the PC but I only use it as a passthrough to a virtual machine) 3. Wayland 4. I've tried a few times for 2-3 minutes and then gave up. I've my monitor connected to a "Delock DisplayPort 2 - 1 Switch". Two different graphic cards are connected. One of them is the mentioned AMD GPU RX 6700XT which I use for my Linux PC. If the login doesn't work the first time after switching the monitor on, I switch to the second GPU of another PC, wait a few seconds and then switch back. After that I'm able to login as usual (so either hitting "enter" key works or clicking the ">" button on the right side of the password field). -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #40 from Vladimir Yerilov --- (In reply to Nate Graham from comment #31) > Can everyone affected answer these questions: > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? > 3. Is SDDM set up in native Wayland mode, or X11 mode? > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? > 1. In case of my setup, that's exactly what's happening. 2. Only Radeon 780m integrated graphics. 3. SDDM is set up in Wayland mode, however I can see (in logs) it reporting a failure to to start in Wayland mode and falling back to X11-user every time it tries to start on the external monitor. 4. On the external monitor it never logs in. The entire screen controls (buttons) seem to be "disabled" (grayed out), and hitting enter after typing in a password in that screen's input field makes it become "disabled" too. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #39 from [email protected] --- (In reply to Nate Graham from comment #36) > Thanks folks. Is anyone experiencing this with only an Intel GPU? > > Also, Antonio, do you by any chance have a link to a Qt bug report about > this? I am. 1. No 2. Intel Gpu with intel i5-1240 3. Sddm in native (need to confirm) 4. I didn't wait that much. I can confirm that tomorrow -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #37 from Yoshio Sato --- (In reply to Nate Graham from comment #31) > Can everyone affected answer these questions: > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? > 3. Is SDDM set up in native Wayland mode, or X11 mode? > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? > > Trying to get a sense of whether this is Bug 483163, Bug 494927, Bug 483094, > some combination of them, or some new mutant thing triggered by Qt 6.8. > > Thanks! 1. No, can only log in from external monitor. 2. GPU that runs SDDM (AMD Radeon Vega Series / Radeon Vega Mobile Series [Integrated] (Ryzen 7 4800H)), second GPU (NVIDIA GeForce GTX 1650 Mobile / Max-Q) 3. SDDM running X11, Plasma itself running Wayland 4. Never -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Derek changed: What|Removed |Added CC|[email protected] | -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #38 from brib --- (In reply to Nate Graham from comment #36) > Thanks folks. Is anyone experiencing this with only an Intel GPU? Yeah, I'm experiencing the issue and my computer has an Intel Corporation HD Graphics 620. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Nate Graham changed: What|Removed |Added Blocks|494815 | Referenced Bugs: https://bugs.kde.org/show_bug.cgi?id=494815 [Bug 494815] Display randomly has low brightness (one or both monitors) -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #36 from Nate Graham --- Thanks folks. Is anyone experiencing this with only an Intel GPU? Also, Antonio, do you by any chance have a link to a Qt bug report about this? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #35 from Martin Droessler --- (In reply to Nate Graham from comment #31) > Can everyone affected answer these questions: > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? It works only when unplugging any external display from the laptop, using only the laptop-screen. > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? * Intel integrated graphics (Core i7-12800H) * NVidia RTX A2000 <- that one is used (with proprietary drivers) > 3. Is SDDM set up in native Wayland mode, or X11 mode? X11 > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? I also didn't bother to wait more than 10 minutes. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #34 from Jet --- (In reply to Nate Graham from comment #31) > Can everyone affected answer these questions: > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? > 3. Is SDDM set up in native Wayland mode, or X11 mode? > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? 1. I am on a desktop, will only log in if i have 2 displays plugged in, the order of which is 1st does not seem to matter 2. RX 7900XTX 3. Wayland 4. Waited 10 minutes, and it was still broken, haven't bothered to wait for longer -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #33 from A. Kelly --- (In reply to Nate Graham from comment #31) > Can everyone affected answer these questions: > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? > 3. Is SDDM set up in native Wayland mode, or X11 mode? > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? > > Trying to get a sense of whether this is Bug 483163, Bug 494927, Bug 483094, > some combination of them, or some new mutant thing triggered by Qt 6.8. > > Thanks! 1. For me it only works on the external screen (which is DP-0, laptop screen DP-3) 2. Nvidia Quadro M1000 3. Afaik it's set to X11 mode, at least I don't use Wayland anywhere else 4. I waited like 5-10 minutes, it didn't log in or do anything at all until I used the login on my external screen -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 --- Comment #32 from Fabian Maurer --- > 1. If you log in using the laptop screen rather than the external screen, > does it work as expected? I don't have a laptop screen, I have two 4k monitor, and only the right one works. > 2. What GPU(s) are present on your system, and which one is used to show the > SDDM login screen? AMD Radeon RX 5700 > 3. Is SDDM set up in native Wayland mode, or X11 mode? Not sure where to check. > 4. When you hit Enter or click the arrow button, does it *never* log in? Or > does it *eventually* log in after 30-60 seconds? I don't know, never waited that long. Currently I can't reproduce, since SDDM always crashes when using the breeze theme. Not sure if that's already reported somewhere.. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 494804] With Qt 6.8, can't log in using external screen when using the Breeze SDDM theme
https://bugs.kde.org/show_bug.cgi?id=494804 Nate Graham changed: What|Removed |Added Summary|Can't log into my account |With Qt 6.8, can't log in |with a external 4K TV |using external screen when ||using the Breeze SDDM theme CC||[email protected] --- Comment #31 from Nate Graham --- Can everyone affected answer these questions: 1. If you log in using the laptop screen rather than the external screen, does it work as expected? 2. What GPU(s) are present on your system, and which one is used to show the SDDM login screen? 3. Is SDDM set up in native Wayland mode, or X11 mode? 4. When you hit Enter or click the arrow button, does it *never* log in? Or does it *eventually* log in after 30-60 seconds? Trying to get a sense of whether this is Bug 483163, Bug 494927, Bug 483094, some combination of them, or some new mutant thing triggered by Qt 6.8. Thanks! -- You are receiving this mail because: You are watching all bug changes.
