You are not logged in.
Pages: 1
Hello,
I am trying to establish a XDMCP connection to BL in a VM. I tried this part from the ArchLinux Wiki [1]:
Modify /etc/lightdm/lightdm.conf to include:
[XDMCPServer]
enabled=true
port=177
Then restart the LightDM:
systemctl restart lightdm
But it didn't helped. I can ping and login via ssh on the machine, so I can foreclose a network issue.
Any help is highly appreciated.
Best regards,
Ben
Offline
Have you tried removing the "port=177" line?
If that doesn't work, put it back and try adding these lines instead:
[SeatDefaults]
xserver-allow-tcp=true
xserver-share=true
xdmcp-port=177
greeter-show-remote-login=true
http://askubuntu.com/questions/452802/n … sing-xdmcp
I've never used XDMCP so these are just suggestions based on search results.
Offline
Pages: 1