Dave Feustel wrote: > I am now running 3.7. I got graphical logins via xdm working and > decided to replace xdm with kdm. I changed the call of xdm in rc > to a call to kdm and rebooted. kdm comes up and accepts input, > but I cannot log in with any id, including root. (I always get > the message 'login failed'.) Are there additional changes that I > need to make to use kdm instead of xdm?
I know that behaviour from X with xdm on Linux, to fix it I had to add ``vt7'' to /etc/X11/xdm/Xservers % tail -1 /etc/X11/xdm/Xservers :0 local /usr/X11R6/bin/X -dpi 120 vt7 Now vt7 is the Linux devicename. I don't know what it is for OpenBSD. # Han