2020-04-22 04:35 AM
Hi!
I installed st-example-image-x11 on the board STM32MP157x-DK2.
I can not log in :(
In the comments, I read that I need to fix the rootfs / etc / lxdm / lxdm.conf file.
Here is the file with my corrections
[base]
## uncomment and set autologin username to enable autologin
autologin=root
## uncomment and set timeout to enable timeout autologin,
## the value should >=5
#timeout=10
## default session or desktop used when no systemwide config
#session=/usr/bin/startlxde
session=/usr/bin/openbox-session
## uncomment and set to set numlock on your keyboard
# numlock=0
## set this if you don't want to put xauth file at ~/.Xauthority
# xauth_path=/tmp
# not ask password for users who have empty password
skip_password=1
## greeter used to welcome the user
greeter=/usr/libexec/lxdm-greeter-gtk
[server]
## arg used to start xserver, not fully function
arg=/usr/bin/X -s 0
# uncomment this if you really want xserver listen to tcp
# tcp_listen=1
# uncoment this if you want reset the xserver after logou
# reset=1
[display]
## gtk theme used by greeter
gtk_theme=Clearlooks
## background of the greeter
# bg=/usr/share/backgrounds/default.png
## if show bottom pane
bottom_pane=1
## if show language select control
lang=1
## if show keyboard layout select control
keyboard=0
## the theme of greeter
theme=Industrial
[input]
[userlist]
## if disable the user list control at greeter
disable=0
## whitelist user
white=root
## blacklist user
black=
I think the window manager name is incorrect (highlighted in black)
I did not find a file named openbox-session in the /usr/bin/ directory.
What you need to do to log in to the system?
Best regard
Alexander
2020-04-28 12:45 AM
Hi Alexander,
The issue was reproduces and exoerts asked for help.
I'll come back to you when reaply is available.
Milan
2020-04-28 01:06 AM
Hi Milan!
I solved this problem. :)
The image st-example-image-x11 uses the MATCHBOX window manager.
The line should be like this:
session=/usr/bin/matchbox-session
Best regard
Alexander
P.S.
A new problem has appeared: can't change matchbox-panel orientation :(