Added TurboVNC backend to xrdp

This commit is contained in:
Héctor Molinero Fernández
2021-12-30 16:32:40 +01:00
parent d3083562d8
commit 6daf0794f0
4 changed files with 71 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ Policy=Default
[Logging]
LogFile=/var/log/xrdp-sesman.log
LogLevel=INFO
EnableSyslog=0
EnableSyslog=false
SyslogLevel=INFO
[Xorg]
@@ -33,6 +33,15 @@ param=-noreset
param=-nolisten
param=tcp
[Xvnc]
param=/opt/TurboVNC/bin/Xvnc
param=-bs
param=-nolisten
param=tcp
param=-localhost
param=-dpi
param=96
[Chansrv]
EnableFuseMount=true
FuseMountName=.thinclient_drives

View File

@@ -1,17 +1,17 @@
[Globals]
ini_version=1
fork=true
address=0.0.0.0
port=3389
use_vsock=false
tcp_nodelay=true
tcp_nodelay=false
tcp_keepalive=true
security_layer=tls
crypt_level=high
key_file=/etc/xrdp/key.pem
certificate=/etc/xrdp/cert.pem
ssl_protocols=TLSv1.2, TLSv1.3
tls_ciphers=HIGH
autorun=Xorg
autorun=
allow_channels=true
allow_multimon=true
bitmap_cache=true
@@ -67,10 +67,10 @@ ip=127.0.0.1
port=-1
code=20
;[Xvnc]
;name=Xvnc
;lib=libvnc.so
;username=ask
;password=ask
;ip=127.0.0.1
;port=-1
[Xvnc]
name=Xvnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=-1