QUOTE (pmpatrick @ Aug 26 2008, 07:35 PM)

You have the right command but it is almost certainly in the wrong spot. Mandriva 2007.1 uses either the either kdm or gdm display manager, not xdm;
Yes, running
CODE
ps -ef |grep dm
gives /usr/bin/kdm -nodaemon as the dm. However, there is no file for kdm in /etc/X11. There is a directory for kdm in /etc/kde/. The file /etc/kde/kdm/kdmrc has an option called ServerArgsLocal which is currently set to "-deferglyphs 16". BTW, the comment next to it says that the default is "-nolisten tcp" (as I had mentioned in my previous post)! I don't know why it was changed to the insecure option.
I'll post a follow up if the above changes work.
Thanks for the helpful post!