2020-03-08 07:29 AM
Hello,
I want to use SDL2 to run some application on stm32mp157 DK2.
I build st-example-image-x11 and when LDME service started I can run startX and run my application.
I want turn off LDME manager and only run startX but when I do this I get error:
In /usr/lib/dri I have only swrast_dri.so
My xorg.conf is empty.
Do I need add some driver configurations in xinitrc /etc/X11/xinit ??
Regards,
Adrian
Solved! Go to Solution.
2020-03-10 06:02 AM
Ok I found solution. In background was running psplash-drm-start which used kms driver.
2020-03-09 02:50 AM
I found in log that I have problem with modeset(0):
modeset(0): drmSetMaster failed: Invalid argument
2020-03-10 06:02 AM
Ok I found solution. In background was running psplash-drm-start which used kms driver.
2020-03-21 03:59 AM
Hi, I also build st-example-image-x11 and flashed it on stm32mp157 DK2. But when device boots, it shows login screen with "root" user and i can't log in and move to desktop. Did you have same problem ? How you logged in ? Did you change something in local.conf file or bblayers.conf ?
Here is the screen:
2020-03-22 02:21 AM
Hi, You must configure start-up files in / etc / lxdm:
https://wiki.archlinux.org/index.php/LXDM
Regards,
Adrian
2020-03-22 06:15 AM
Ok, thanks, i will try :)
2020-03-23 03:36 AM
When you deploy your image on board, you was able to log in, or do something ?
Maybe i compiled it wrong. When i click on root user, black screen appear for few seconds and then system again return to login page.
2020-03-23 04:44 AM
Lxdm after click to root, runs PreLogin and PostLogin files, when it is empty it back to logging page. You moust to configure them like in instructions on:
https://wiki.archlinux.org/index.php/LXDM
Regards,
Adrian
2020-04-24 05:15 AM
Hi La!
I have the same problem.
You solved the login problem?
Best regards
Alexander