When I try to connect to a remote computer (mga9 and xrdp) using rdp the connection is dropped. The problem occurs on a normal user and root. After checking the log file:
~/.xorgxrdp.10.log
i see the problem is with:
.[ 2274.593] (EE) systemd-logind: failed to take device /dev/dri/card0: Operation not permitted
What I did:
- install xrdp
- configure file: /etc/xrdp/xrdp.ini
...
security_layer=rdp
...
crypt_level=none
...
[Xorg]
name=Xorg
lib=libxup.so
username=ask
password=ask
ip=127.0.0.1
port=-1
code=20
...
- configure file: /etc/xrdp/sesman.ini
...
param=xorg.conf
...
I think the problem is with xorg.conf but i dont know what i need do to prepare this file to work with xrdp. Has anyone successfully set up an xrdp server on mga9/mga8?