Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

lightdm configured with XDMCP

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
maximus1978
Posts: 93
Joined: 2015-03-19 12:49

lightdm configured with XDMCP

#1 Post by maximus1978 »

Edit /etc/lightdm/lightdm.conf

Code: Select all

[XDMCPServer]
enabled=true
port=177
This next config is only for a computer with no monitor.

Code: Select all

[LightDM]
start-default-seat=false

Code: Select all

systemctl restart lightdm
Accessing X from a remote Machine on your LAN

Replace the I.P address with the I.P's of the computer that XDMCP Server running

Code: Select all

Xnest -query 192.168.0.10 -geometry 1280x1024 :1

Post Reply