[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

How to config gdm and gdmchooser



Hello to this group.

Is it possible to configure gdm/gdmchooser to do the following thing:
(Client): the gdchooser should show in its list the client itself and the
server for selection.
(Server): normal gdm-login

How do I have to configure gdm/gdmchooser on the client and on the
server?

I have tried many configuration-options but no gdmchooser comes up. 

I use gdm in version 2.2.5.5, XFree86 4.2.1, Gnome 1.4. The gdm is
started via startup-script:

#!/bin/sh
# 
case "$1" in
  start)
    echo 
    echo "starting gdm..."
    gdm -nodaemon &
    ;;
  stop)
    echo "gdm stopped"
    echo
    ;;
esac

exit 0

I would be very happy if someone can help me.

Best regards and a nice day.

Jürgen



Reply to: