On a fresh minimal ubuntu 18.04 installation, I tried to activate and use the gdm3 xdmcp server.
Here are steps I followed:
- Installation
I used the normal installation.
"Download updates during installation" was checked
"Install 3rd parties for Gfx/Wifi/.." was not checked.
- Xdmcp server
1 . Edit /etc/hosts.allow to set (cf. Gnome doc.).
ALL: ALL #Wide opened to be sure the problem isn't here
2 . Edit /etc/gdm3/custom.conf to set:
[security]
DisallowTCP=false
[xdmcp]
Enable=true
3 . Restart gdm
sudo /etc/init.d/gdm3 restart
- Xdmcp client
sudo apt install xnest
Xnest -query localhost -geometry 1024x768 :1
Unfortunately, I only have a black screen with regular white flash.
Where did I do something wrong ?
Thanks for your help.
Christophe C.
In case soemone else finds this question and has problems getting XDMCP to work with gdm3, I managed to get it working by setting gdm3 to use xorg instead of wayland.
/etc/gdm3/custom.conf
Sorry to post many months after my initial question but I prefered to confirm my results.
Here they are:
Working solutions or workarrounds
Debian 10.3 xdmcp access with lightdm & LxQT
Ubuntu 20.4 x2go access with LxQT
Not working solutions
Ubuntu 20.4 xdmcp access with gdm3 & LxQT
Ubuntu 20.4 xdmcp access with lightdm & LxQT
Due to problems I had with xdmcp, I am now using different alternatives to connect remotly.
I hope my tests will help someone.