Tagged Questions
3
votes
2answers
140 views
Most minimalistic way to switch users in X session
If I want a minimalistic login I can use something like this in my .zprofile:
if [ $(tty) = "/dev/tty1" ]; then
startx
fi
However doing this way I cannot switch users on the fly anymore. I.e. lock ...
3
votes
1answer
295 views
Auto login problems with slim
I have installed Arch and am having problems with the auto login options within slim.conf. I have installed the following X packages:
xorg-server
xorg-xinit
xorg-twm, xterm
and for the graphics: ...
5
votes
1answer
352 views
Does restarting of Display Manager (e.g lightdm) restart X server as well?
If I restart the Display Manager, e.g lightdm, will X be restarted as well ?
2
votes
1answer
903 views
Customized XDM-based login screen
I am in the process of creating a lightweight yet full-featured Linux disto and don't want to include a whole bunch of unnecessary or bloated software. It is supposed to run off a USB flash drive. I ...