I've had kdm/kde on my laptop running for a couple of releases and I recall having keyboard problems initially; now it just works.
2008/7/20, Ted Unangst <[EMAIL PROTECTED]>: > just an xterm. This was fixed by running genkdmconf which did some > stuff. I don't know why this was needed. it builds the kdm config file I guess.. I have rc.local fire kdm: if [ "X${kdm_flags}" != X"NO" ]; then /usr/local/bin/kdm ${kdm_flags} ; echo -n 'kdm ' fi without any flags/options > Solution to this: Edit /usr/local/share/config/kdmrc and find the > line about TerminateServer and change it to true. For some reason, this would be /usr/local/share/config/kdm/kdmrc I don't have this option in mine; I have the shutdown command modified so it shuts down the machine on logout: HaltCmd=/sbin/shutdown -ph now