Le 26/10/2019 à 05:40, Felix Miata a écrit :
DMI, administator, dma and loadmodules.
Still no progress trying to figure out what is supposed to start TDM or control
which dm is configured. :-( Is it supposed to be something in /etc/alternatives?
/etc/systemd/system/graphical.target.wants? Why is there no
display-manager.service? Reinstalling trinity-tdm doesn't help.
Hello, It looks like Mageia 7 now uses normal systemd configuration
files to manage display manager, instead of mageia specific files in
previous version.
So, you can try to create a file '/usr/lib/systemd/system/tdm.service'
with following content:
[Unit]
Description=Trinity Display Manager
Documentation=man:tdm(1)
Conflicts=getty(a)tty1.service
After=systemd-user-sessions.service getty(a)tty1.service
plymouth-quit.service systemd-logind.service
[Service]
ExecStart=/opt/trinity/bin/tdm
Restart=always
[Install]
Alias=display-manager.service
Then, you can reboot your computer and TDM should start automatically if
it was selected in Mageia Control Center.
If this does the job for you, please report and I will update the package.
François