<br><br><div class="gmail_quote">2012/8/21 Lennart Poettering <span dir="ltr"><<a href="mailto:lennart@poettering.net" target="_blank">lennart@poettering.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Tue, 21.08.12 19:21, Jeremy Allard (<a href="mailto:elvis4526@gmail.com">elvis4526@gmail.com</a>) wrote:<br>
<br>
> Hello !<br>
> I'm currently in the process of porting systemd to slackware.<br>
<br>
</div>systemd is not much fun without PAM. AFAIK Slackware doesn't do<br>
PAM. Hence systemd is probably not much fun either.<br>
<div class="im"><br>
> Everything work great, except that when I try to start xorg (as root or as<br>
> a normal user, it does not change anything), there is visual output (I can<br>
> see the graphical interface of my wm) but everything else is frozen. I<br>
> can't switch to TTY, I can't move my mouse and even the magicsysk<br>
> combination for killing xorg does not work. It seems to kill xorg, but then<br>
> I just have a black screen.<br>
<br>
</div>Well, this is too little information to say anthing about this, but did<br>
you make sure to install a libudev enabled X and that you enabled logind<br>
in systemd? (requires PAM).<br>
<span class="HOEnZb"><font color="#888888"><br>
Lennart<br>
<br>
--<br>
Lennart Poettering - Red Hat, Inc.<br>
</font></span></blockquote></div>Yes, because pam is not avalaible by default with slackware, I disabled it with --disable-pam since it said in the ./configure --help that it is optional. I guessed it shouldn't be a problem if I disable it. I did not touch logind, so it should be enable afaik. It's to very hard to install PAM on slackware, so I'll try to install it and build my systemd package with pam support and I'll tell you if it work. For libudev support in xorg, there is no --enable-config-udev is not present by default in the build script. The default of this is set to auto, so I guess it is enable anyway even if you don't specify it exactly. <br>
<br>Thanks for your help, it's very kind.<br>