F17 LXDE spin: replace *DM systemd script for XDMCP

poma pomidorabelisima at gmail.com
Mon Apr 29 07:38:01 UTC 2013


On 29.04.2013 07:08, Mihamina Rakotomandimby wrote:
> Hi all,
> 
> I have installed several F17 desktop with LXDE spin.
> It's OK.
> 
> Now I have a F18 "server" (on a 1U racked server), where I enabled XDMCP.
> 
> I want the F17 desktops to be the X clients of the server, in a simple
> way (users are not geeks). To achieve this,
> - I want the LXDM not to start (well "chkconfig lxdm off")
> - I want the F17 desktops to replace LXDM starting by the connection to
> the X server
> -- Custom init file? (tutorial?)
> 
> How would you advice to do?
> 
> I dont want to use FreeNX nor XNest nor VNC, but full XDMCP.
> 
> Thank you in advance.
> 

Server:
/etc/lightdm/lightdm.conf
[XDMCPServer]
enabled=true

Check iptables/firewalld
xdmcp 177/udp

systemctl stop lxdm.service
systemctl disable lxdm.service
systemctl enable lightdm.service
systemctl start lightdm.service

Client(s):
/etc/lightdm/lightdm.conf
[SeatDefaults]
xdmcp-manager=server/ip/name

nmap -sU -p 177 server/ip/name

There are bugs & shortcomings.
I leave you the rest of the setup. ;)


poma


http://fedoraproject.org/wiki/Features/LightDM :)
https://wiki.ubuntu.com/LightDM
https://wiki.archlinux.org/index.php/LightDM
http://wiki.gentoo.org/wiki/LightDM
http://lists.freedesktop.org/mailman/listinfo/lightdm
https://bugzilla.redhat.com/show_bug.cgi?id=867924



More information about the users mailing list