Hello there,
I'm trying to make plasma5 work on my odroid-C1, beginning with sddm.
Current state: I can properly start lxdm and xfce4 (so the graphic driver appears to work).
I then installed plasma and sddm.
But then, running $this->bbcode_second_pass_code('', 'systemctl start sddm') gives me a black screen. I can still switch to another tty, or connect from ssh, but the tty1 stays black.
Here is the journalctl log :
$this->bbcode_second_pass_code('', 'Feb 10 23:30:53 odroid systemd[1]: Starting Simple Desktop Display Manager...
Feb 10 23:30:53 odroid systemd[1]: Started Simple Desktop Display Manager.
Feb 10 23:30:53 odroid sddm[948]: Initializing...
Feb 10 23:30:53 odroid sddm[948]: Starting...
Feb 10 23:30:53 odroid sddm[948]: Adding new display 0 on vt 1 ...
Feb 10 23:30:53 odroid sddm[948]: Adding cookie to "/var/run/sddm/:0"
Feb 10 23:30:53 odroid sddm[948]: Display server starting...
Feb 10 23:30:53 odroid sddm[948]: Running: /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
Feb 10 23:30:54 odroid sddm[948]: Signal received: SIGUSR1
Feb 10 23:30:54 odroid sddm[948]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Feb 10 23:30:54 odroid sddm[948]: Display server started.
Feb 10 23:30:54 odroid sddm[948]: Socket server starting...
Feb 10 23:30:54 odroid sddm[948]: Socket server started.
Feb 10 23:30:54 odroid sddm[948]: Greeter starting...
Feb 10 23:30:54 odroid sddm-helper[968]: [PAM] Starting...
Feb 10 23:30:54 odroid sddm-helper[968]: [PAM] Authenticating...
Feb 10 23:30:54 odroid sddm-helper[968]: [PAM] returning.
Feb 10 23:30:54 odroid sddm-helper[968]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
Feb 10 23:30:54 odroid sddm[948]: Greeter session started successfully
Feb 10 23:30:54 odroid sddm[948]: Auth: sddm-helper exited with 127
Feb 10 23:30:54 odroid sddm[948]: Greeter stopped.')
I tried to create the example configuration file as per the sddm wiki page, I changed the theme to breeze following the plasma wiki page, none of this had any change.
I then tried to call sddm manually :
$this->bbcode_second_pass_code('', 'root@odroid ~ # sddm-greeter
sddm-greeter: symbol lookup error: /usr/lib/libQt5Gui.so.5: undefined symbol: glGenVertexArrays')
I'm not sure how to interpret these errors... any idea? Thanks!
EDIT: Seems I'm not the only one: viewtopic.php?f=60&t=8176
So maybe the next package revision will fix that?