Version of Manjaro Linux I am using
cat /etc/os-release
NAME="Manjaro Linux"
PRETTY_NAME="Manjaro Linux"
ID=manjaro
ID_LIKE=arch
BUILD_ID=rolling
ANSI_COLOR="32;1;24;144;200"
HOME_URL="https://manjaro.org/"
DOCUMENTATION_URL="https://wiki.manjaro.org/"
SUPPORT_URL="https://forum.manjaro.org/"
BUG_REPORT_URL="https://docs.manjaro.org/reporting-bugs/"
PRIVACY_POLICY_URL="https://manjaro.org/privacy-policy/"
LOGO=manjarolinux
Here is the status and clearly there is something I am missing and I have no clue as to how to come up with a fix.
systemctl status xrdp
xrdp.service - xrdp daemon
Loaded: loaded (/usr/lib/systemd/system/xrdp.service; disabled; preset: disabled)
Active: active (running) since Tue 2025-02-11 11:34:53 EST; 10min ago
Invocation: 2bc45e9540754e5dbccb7ef5368923a9
Docs: man:xrdp(8)
man:xrdp.ini(5)
Main PID: 231281 (xrdp)
Tasks: 1 (limit: 19023)
Memory: 1.3M (peak: 36.9M)
CPU: 346ms
CGroup: /system.slice/xrdp.service
└─231281 /usr/bin/xrdp --nodaemon
Feb 11 11:45:13 XXXX-XXXX xrdp[239589]: x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
Feb 11 11:45:13 XXXX=XXXX xrdp[239589]: x264 [info]: profile Constrained Baseline, level 4.2, 4:2:0, 8-bit
Feb 11 11:45:13 XXXX=XXXX xrdp[239589]: [INFO ] xrdp_encoder_x264_encode: x264_encoder_open rv 0x7a1aa0307640 for width 1920 height 1080
Feb 11 11:45:13 XXXX=XXXX xrdp[239589]: [ERROR] Xorg server closed connection
Feb 11 11:45:13 XXXX=XXXX xrdp[239589]: x264 [info]: frame I:1 Avg QP:20.00 size: 6841
Feb 11 11:45:13 XXXX-XXXX xrdp[239589]: x264 [info]: mb I I16..4: 100.0% 0.0% 0.0%
Feb 11 11:45:13 XXXX-XXXX xrdp[239589]: x264 [info]: coded y,uvDC,uvAC intra: 0.0% 0.0% 0.0%
Feb 11 11:45:13 XXXX-XXXX xrdp[239589]: x264 [info]: i16 v,h,dc,p: 99% 0% 1% 0%
Feb 11 11:45:13 XXXX-XXXX xrdp[239589]: x264 [info]: i8c dc,h,v,p: 99% 1% 0% 0%
Feb 11 11:45:13 XXXX-XXXX xrdp[239589]: x264 [info]: kb/s:3283.68
I would really appreciated if someone can help me stop Xorg from closing the connection when I try to connect from windows using remote desktop client.
thanks in advance