That's worth a try... I'm not sure what to do about a lockscreen, though, that is part of the user experience that I do see as important.Why do you use sddm at all? Will you encounter the same problems that you've been describing if you load the GUI by typing dbus-run-session ck-launch-session startplasma-wayland on the command line?
Why do you use sddm at all? Will you encounter the same problems that you've been describing if you load the GUI by typing dbus-run-session ck-launch-session startplasma-wayland on the command line?
service sddm stop does result in a messy spiral that is only likely to be resolved with a reboot. There's an error message that constantly repeats:[drm ERROR : dc_dmub_srv_cmd_run_list] Error queueing DMUB command: status=2 service sddm stop, I turned off SDDM in /etc/rc.conf, and rebooted. service sddm restart - SDDM is turned off. I can only SSH in to reboot.Even with reduced time limits for turning off the monitor and activating the lockscreen:I can't reproduce the same problem if I use the lockscreen feature, turn-off-the-monitor feature, or sleep feature. sddm only got in my way; I played with it for a few minutes, and uninstalled it.
Sorry, that update happened nearly a week ago... the current showstopper is power management and display management (turning off the screen). If you're interested in following along, the details start on page 27 of this thread.There was an SDDM update. The ctrl-c bug seems to be fixed. I'm using wayland on my intel system and I can use ctrl-c without it crashing now.
Sorry, that update happened nearly a week ago... the current showstopper is power management and display management (turning off the screen). If you're interested in following along, the details start on page 27 of this thread.
I'm on all-AMD hardware. I guess I'm stuck SSH-ing in from the side and restarting SDDM when the screen times out and turns itself off.
Without taking power management and display management into consideration, KDE on Wayland is actually quite usable. Would be nice to build a sturdy bridge that finishes the job for users of AMD hardware.
Yeah, but I'm a rank-and-file user who would have no idea how to talk to a chatbot so that it spits out a patch that actually solves a problem. I still find it amazing that you were able to get ChatGPT to produce actually pertinent patches that actually work and solve the problem (even if ultimately only partially), let alone in such a short amount of time.A chatbot might give you code that solves your problem. I don’t have an AMD GPU, so I wouldn’t be able to test any AMD-specific code even if a chatbot gave it to me.
Yep. I haven't encountered astyle's problem either.I've been running wayland on my intel system for a few days. The screen goes black when it times out but if I move the mouse it comes back to the lock screen. I can login as usual same as on X11.
Yeah, I wrote that, but my troubleshooting skills suck right now. Just because some things happened in sequence, that does not necessarily means they are related. In this case, my correlation was just me flying blind.But earlier, you implied that your mouse/keyboard become non-functional after the lockscreen situation even if you don't use sddm at all and load Plasma by typing dbus-run-session ck-launch-session startplasma-wayland instead.
Well, the ports tree already has the patch that unbreaks it: https://cgit.freebsd.org/ports/commit/?id=e8572f267d98297e61653c4b534b2b05cfd1ddc5 . So, packages will soon have this fix.Just updated packages from latest. Broke plasma Wayland. :/
from what to what? 6.5.0 was only in the official (non-experimental) Ports repos for only 2 days. I strongly suspect that yours was not 6.5.0 before you updated - is that correct?Just updated packages from latest. Broke plasma Wayland. :/
Konqueror and Falkon both break and dump core on my 6.5.0 installation. Launching from command-line told me why - they use a deprecated API, and were not properly ported to the 6.5.0 release. I'm not seeking patches for those, I have bigger fish to fry - properly telling SDDM (which still starts under Xorg) to stop dropping my keyboard and mouse so blatantly. Or at least restart itself if that happens.
I'm actually still on the code that I downloaded from the Area 51 repo that makc_ shared a link to in post #640 of this thead... And yeah, I have that patch - I had it applied before playing with the code and observing/writing about all the SDDM issues on my end in the last week.Does this commit related?