Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Display manager configuration: Configure GDM

    Open the following GDM configuration file and set the Enable entry to true in the [xdmcp] section:
    # vi /etc/gdm/custom.conf

    Code Block
    [xdmcp]
    
    Enable=true (Mandatory. The default value is false)
    DisplaysPerHost=100 (Optional. The default value is 2)
    MaxSessions=100 (Optional. The default value is 2)



  2. Reboot or restart gdm daemon

    Code Block
    # svcadm restart gdm