Setting up kdm

Hi,

How do you set kdm as your login manager?

I guess making an entry in /etc/ttys will do the trick.
Code:
ttyv8   "/usr/local/kde4/bin/kdm -nodaemon" xterm   on  secure

Are there any other gotchas? I don't exactly remember the error but I got stuck when I tried this. Will post the output next time I try this.
 
Did you edit /etc/ttys without reloading init? Try
Code:
kill -HUP 1
.
 
Back
Top