param=/usr/lib/xorg/Xorg ; Leave the rest paramaters as-is unless you understand what will happen. param=-config param=xrdp/xorg.conf param=-noreset param=-nolisten param=tcp param=-logfile param=.xorgxrdp.%s.log param=-SecurityTypes <----- 이거 추가 param=None <----- 이거 추가
첫댓글 https://code.luasoftware.com/tutorials/lubuntu/install-lxqt-12-for-lubuntu-2204
https://askubuntu.com/questions/580415/how-to-remote-desktop-from-windows-to-lubuntu
Lubuntu 22.04
xrdp 접속 시, Xvnc로 한번 시도했다가 다시 xorg로 시도해야 함.
$ sudo apt install xfce4 xfce4-goodies -y
$ sudo adduser xrdp ssl-cert
$ cd ~
$ echo "xfce4-session" | tee .xsession
$ sudo vi /etc/xrdp/sesman.ini
param=/usr/lib/xorg/Xorg
; Leave the rest paramaters as-is unless you understand what will happen.
param=-config
param=xrdp/xorg.conf
param=-noreset
param=-nolisten
param=tcp
param=-logfile
param=.xorgxrdp.%s.log
param=-SecurityTypes <----- 이거 추가
param=None <----- 이거 추가
수정 완료 후 xrdp 재가동
$ sudo systemctl restart xrdp