Fornecer o serviço XDMCP em si não é difícil. Alguma configuração com XDM é suficiente.
Mas o XDM tem que iniciar um processo X e mostrar algo, se houver algum problema de hardware, ele inicia. Na minha opinião, o servidor XDMCP é uma tarefa pura da CPU.
Então, é possível fornecer serviço XDMCP sem usar placa de vídeo ou tela? Assim como executar o Nginx em segundo plano?
Quando tentei no meu caso, o processo X iniciado pelo XDM morreu devido a "nenhuma tela encontrada". Não quero prestar atenção em consertar isso, já que o monitor local não significa nada para mim.
eu seguihttps://wiki.archlinux.org/index.php/XDMCPpara fazer a modificação. E xdm.log diz:
xdm info (pid 1048): Starting xdm 1.1.12
xdm error (pid 1048): error binding socket address 177: Cannot assign requested address
xdm info (pid 1048): Starting X server on :0
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux 9b8258ba662e 4.14.122-rancher #1 SMP Tue May 28 01:50:21 UTC 2019 x86_64
Kernel command line: BOOT_IMAGE=../vmlinuz-4.14.122-rancher printk.devkmsg=on rancher.state.dev=LABEL=RANCHER_STATE rancher.state.wait panic=10 console=tty0 initrd=../initrd-v1.5.2
Build Date: 30 May 2019 06:44:40PM
Current version of pixman: 0.38.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 5 07:05:01 2019
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xdm error (pid 1048): server unexpectedly died
xdm error (pid 1048): Server for display :0 can't be started, session disabled
Responder1
xdm
inicia sessões em quaisquer servidores X configurados /etc/X11/xdm/Xservers
, com linhas como
:0 local /usr/bin/X11/X vt7
otherhost:0 remote
No caso de local
linhas ele tentará iniciar o servidor X especificado antes de conectar-se a ele.
Comente as linhas com o que você não deseja #
. Se você deseja apenas o XDMCP, pode comentar todos eles.