7Ji / orangepi5-archlinuxarm

ArchLinuxARM for OrangePi 5 / 5B / 5 plus with vendor and mainline kernels to choose from
GNU General Public License v3.0
101 stars 12 forks source link

kde wayland #15

Closed wyf9661 closed 1 year ago

wyf9661 commented 1 year ago

Hi, I really appreciate you for providing this images for orangepi, when I use panfork mesa driver in kde(X11), sometimes the desktop crashed and I restarted sddm then it will be ok. Some people told me that the panfork driver was made to support wayland, so it may not perform well on x11.But when I change X11 to wayland on KDE, the plasma does not work, could you please help me ? Best wishes, thank you!

7Ji commented 1 year ago

Panfork + plasma + wayland = nogo, it simply won't work, and there's no way to work around it. Using gnome on wayland is OK.

I'm using both my OPi5 plus and OPi5 as build servers for https://github.com/7Ji/archrepo , and they work like 7x24 to keep all packages up-to-date, so I can't dig again on actual hardware.

When I did use OPi5 for desktop, my setup was plasma + x11. And when it hangs I just call dbus to stop plasma or killall if that failed.

7Ji commented 1 year ago

FYI for a quick restart of plasma shell if it freezes:

killall plasmashell
kstart5 plasmashell
wyf9661 commented 1 year ago

thank you.when it freezes,this method really does well.but i am wondering is there any way on the situation when the sreen is locked and does not reacted any more sometimes.when i try to restart sddm, it faied. the only thing i can do is to reboot.

7Ji commented 1 year ago

.when i try to restart sddm, it faied.

So you could still restart sddm, that means the system is not full-on hard-locked right? You could use ctrl + alt + F1/2/3/... to switch around virtual terminals in that case, and try to catch what's wrong and do some rescuing on the textural terminal. Usually tty1 is graphical current, tty2 graphical logic, tty3 and above are textural.

wyf9661 commented 1 year ago

You are right. I mean when i use win + L to lock screen several times, the screen did not react even though when i move my mouse, it moves on screen, but the graph does not change. And then, I use ctrl + alt + F1/2/3/... to switch tty terminal, input systemctl restart sddm, it failed. And now, i usually use reboot -f to restart the PC, but i don't know if there be a better way. Best Wishes.

wyf9661 commented 1 year ago

20231122-102512

wyf9661 commented 11 months ago

By coincidence, I know why there is nobody meets things like me, For me, I use two monitor for work. When I turn to using one screen and shut down another, this situation does not hit me anymore.

7Ji commented 11 months ago

When I turn to using one screen and shut down another, this situation does not hit me anymore.

The 5/5B has a HDMI + a DP over usb-c, and the 5Plus has an additional HDMI. I wonder whether it's the dual-screen setup itself causing problem, or displaying over either of the HDMI/DP port is troublesome. Is single HDMI OK? And/Or is single DP OK?

wyf9661 commented 11 months ago

I usually use two HDMI ports for display, since I don't have any typec2dp line. And I tested either of the HDMI port in single mode, both was ok.It seems when I locked the screen and click the mouse and make some move from one to another, it may cause no reaction for display.Maybe it is associated with the synchronization of two screen,I don't know.But the v6.7 will come and I don't care too much about the panfork mesa driver. linux-rockchip has already bump to rc4, new days will come soon~

wyf9661 commented 11 months ago

a5fbcce8-711d-4125-898a-7326f2b5dde3

wayland is supported in v6.1 now