Created
September 18, 2023 01:26
-
-
Save chaeya/0ea3abff7545548b353e963124c6fda0 to your computer and use it in GitHub Desktop.
XRDP settings for HamoniKR OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Globals] | |
ini_version=1 | |
fork=true | |
port=3389 | |
use_vsock=false | |
tcp_nodelay=true | |
tcp_keepalive=true | |
security_layer=negotiate | |
crypt_level=low | |
certificate= | |
key_file= | |
ssl_protocols=TLSv1, TLSv1.1, TLSv1.2 | |
autorun= | |
allow_channels=true | |
allow_multimon=true | |
bitmap_cache=true | |
bitmap_compression=true | |
bulk_compression=true | |
max_bpp=32 | |
new_cursors=true | |
use_fastpath=both | |
blue=009cb5 | |
grey=dedede | |
ls_title=HamoniKR Remote Desktop | |
ls_top_window_bg_color=276baa | |
ls_width=350 | |
ls_height=390 | |
ls_bg_color=f7e6c6 | |
ls_logo_filename=/usr/share/xrdp/hamonikr.bmp | |
ls_logo_x_pos=55 | |
ls_logo_y_pos=50 | |
ls_label_x_pos=20 | |
ls_label_width=70 | |
ls_input_x_pos=110 | |
ls_input_width=210 | |
ls_input_y_pos=220 | |
ls_btn_ok_x_pos=112 | |
ls_btn_ok_y_pos=330 | |
ls_btn_ok_width=85 | |
ls_btn_ok_height=30 | |
ls_btn_cancel_x_pos=207 | |
ls_btn_cancel_y_pos=330 | |
ls_btn_cancel_width=85 | |
ls_btn_cancel_height=30 | |
[Logging] | |
LogFile=xrdp.log | |
LogLevel=DEBUG | |
EnableSyslog=true | |
SyslogLevel=DEBUG | |
[Channels] | |
rdpdr=true | |
rdpsnd=true | |
drdynvc=true | |
cliprdr=true | |
rail=true | |
xrdpvr=true | |
tcutils=true | |
[Xorg] | |
name=Xorg | |
lib=libxup.so | |
username=ask | |
password=ask | |
ip=127.0.0.1 | |
port=-1 | |
xserverbpp=24 | |
code=20 | |
[Xvnc] | |
name=Xvnc | |
lib=libvnc.so | |
username=ask | |
password=ask | |
ip=127.0.0.1 | |
port=-1 | |
xserverbpp=24 | |
[vnc-any] | |
name=vnc-any | |
lib=libvnc.so | |
ip=ask | |
port=ask5900 | |
username=na | |
password=ask | |
[neutrinordp-any] | |
name=neutrinordp-any | |
lib=libxrdpneutrinordp.so | |
ip=ask | |
port=ask3389 | |
username=ask | |
password=ask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment