You are not logged in.
Hey y'all, I'm currently messing around with xrdp to remotely connect to my desktop computer. I need a little help figuring out why my X server can't be started correctly by xrdp.
I've had this system running for a couple years at this point, but never really had ssh or xrdp setup until recently, so I'm experienced with using Arch Linux, but not very experienced with dealing with xrdp.
I got the xrdp working to where I could login with xrdp, but it was horribly slow and I couldn't really start any applications (it registered my i3 $mod+enter shortcut and "started" terminator, but it was horribly slow and basically wasn't operational, but it allowed me to move my mouse and input some characters, but it was too slow to do anything with). This setup was basically using the wiki page setup and starting xrdp.service and xrdp-sesman.service
Because of this, I switched to xrdp-nvidia, figuring that I needed the graphical acceleration, which has caused problems. I used a piece of a script to generate the xorg_nvidia.conf (script is here), which I'm sure is one of the possibilities on causing an issue.
If you look in the xrdp.log, you'll find some xrdp failed because of screen sizing (to the best of my understanding, it says something about
Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
). I think it has a lot to do with my xorg.conf, but I'm stumped at this point. My system is generally running always, it's my desktop computer so it has two monitors connected to it, running a jellyfin and prowlarr/sonarr/radarr setup, so it's got two existing displays connected to it.
Thanks in advance, let me know if I missed uploading any needed piece of information.
/etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 520.56.06
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL S2721DGF"
HorizSync 250.0 - 250.0
VertRefresh 48.0 - 165.0
Option "DPMS"
Option "Primary" "true"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce GTX 1080 Ti"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DP-2"
Option "metamodes" "DP-2: 3440x1440_60 +2560+0,DP-4: 2560x1440_120 +0+0 "
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
~/.xinitrc
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec i3
#exec sh /home/gatorpatch/.screenlayout/display.sh
/etc/xrdp/sesman.ini
;; See `man 5 sesman.ini` for details
[Globals]
; listening port
#ListenPort=sesman.socket
EnableUserWindowManager=true
; Give in relative path to user's home directory
UserWindowManager=startwm.sh
; Give in full path or relative path to /etc/xrdp
DefaultWindowManager=startwm.sh
; Give in full path or relative path to /etc/xrdp
ReconnectScript=reconnectwm.sh
[Security]
AllowRootLogin=true
MaxLoginRetry=4
TerminalServerUsers=tsusers
TerminalServerAdmins=tsadmins
; When AlwaysGroupCheck=false access will be permitted
; if the group TerminalServerUsers is not defined.
AlwaysGroupCheck=false
; When RestrictOutboundClipboard=all clipboard from the
; server is not pushed to the client.
; In addition, you can control text/file/image transfer restrictions
; respectively. It also accepts comma separated list such as text,file,image.
; To keep compatibility, some aliases are also available:
; true: an alias of all
; false: an alias of none
; yes: an alias of all
RestrictOutboundClipboard=none
; When RestrictInboundClipboard=all clipboard from the
; client is not pushed to the server.
; In addition, you can control text/file/image transfer restrictions
; respectively. It also accepts comma separated list such as text,file,image.
; To keep compatibility, some aliases are also available:
; true: an alias of all
; false: an alias of none
; yes: an alias of all
RestrictInboundClipboard=none
; Set to 'no' to prevent users from logging in with alternate shells
#AllowAlternateShell=true
; On Linux systems, the Xorg X11 server is normally invoked using
; no_new_privs to avoid problems if the executable is suid. This may,
; however, interfere with the use of security modules such as AppArmor.
; Leave this unset unless you need to disable it.
#XorgNoNewPrivileges=true
; Specify the group which is to have read access to the directory where
; local sockets for the session are created. This is normally the GID
; which the xrdp process runs as.
; Default is 'root'
#SessionSockdirGroup=root
[Sessions]
;; X11DisplayOffset - x11 display number offset
; Type: integer
; Default: 10
X11DisplayOffset=10
;; MaxSessions - maximum number of connections to an xrdp server
; Type: integer
; Default: 0
MaxSessions=50
;; MaxDisplayNumer - maximum number considered for an X display
; Type: integer
; Default: 63
;
; IANA only allocates TCP ports up to 6063 for X servers. If you are not
; allowing TCP connections to your X servers you may safely increase this
; number.
#MaxDisplayNumber=63
;; KillDisconnected - kill disconnected sessions
; Type: boolean
; Default: false
; if 1, true, or yes, every session will be killed within DisconnectedTimeLimit
; seconds after the user disconnects
KillDisconnected=false
;; DisconnectedTimeLimit (seconds) - wait before kill disconnected sessions
; Type: integer
; Default: 0
; if KillDisconnected is set to false, this value is ignored
DisconnectedTimeLimit=0
;; IdleTimeLimit (seconds) - wait before disconnect idle sessions
; Type: integer
; Default: 0
; Set to 0 to disable idle disconnection.
IdleTimeLimit=0
;; Policy - session allocation policy
;
; Type: enum [ "Default" | "Separate" | Combination from {UBDI} ]
; "Default" Currently same as "UB"
; "Separate" All sessions are separate. Sessions can never be rejoined,
; and will need to be cleaned up manually, or automatically
; by setting other sesman options.
;
; Combination options:-
; U Sessions are separated per user
; B Sessions are separated by bits-per-pixel
; D Sessions are separated by initial display size
; I Sessions are separated by IP address
;
; The options U and B are always active, and cannot be de-selected.
Policy=Default
[Logging]
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
LogFile=xrdp-sesman.log
LogLevel=INFO
EnableSyslog=true
#SyslogLevel=INFO
#EnableConsole=false
#ConsoleLevel=INFO
#EnableProcessId=false
[LoggingPerLogger]
; Note: per logger configuration is only used if xrdp is built with
; --enable-devel-logging
#sesman.c=INFO
#main()=INFO
;
; Session definitions - startup command-line parameters for each session type
;
[Xorg]
; Specify the path of non-suid Xorg executable. It might differ depending
; on your distribution and version. Find out the appropriate path for your
; environment. The typical path is known as follows:
;
; Fedora 26 or later : param=/usr/libexec/Xorg
; Debian 9 or later : param=/usr/lib/xorg/Xorg
; Ubuntu 16.04 or later : param=/usr/lib/xorg/Xorg
; Arch Linux : param=/usr/lib/Xorg
; CentOS 7 : param=/usr/bin/Xorg or param=/usr/lib/Xorg
; CentOS 8 : param=/usr/libexec/Xorg
; FreeBSD (from 2022Q4) : param=/usr/local/libexec/Xorg
;
param=/usr/lib/Xorg
; Leave the rest parameters as-is unless you understand what will happen.
param=-config
param=xrdp/xorg_nvidia.conf
param=-noreset
param=-nolisten
param=tcp
param=-logfile
param=.xorgxrdp.%s.log
[Xvnc]
param=Xvnc
param=-bs
param=-nolisten
param=tcp
param=-localhost
param=-dpi
param=96
[Chansrv]
; drive redirection
; See sesman.ini(5) for the format of this parameter
#FuseMountName=/run/user/%u/thinclient_drives
#FuseMountName=/media/thinclient_drives/%U/thinclient_drives
FuseMountName=thinclient_drives
; this value allows only the user to access their own mapped drives.
; Make this more permissive (e.g. 022) if required.
FileUmask=077
; Can be used to disable FUSE functionality - see sesman.ini(5)
#EnableFuseMount=false
; Uncomment this line only if you are using GNOME 3 versions 3.29.92
; and up, and you wish to cut-paste files between Nautilus and Windows. Do
; not use this setting for GNOME 4, or other file managers
#UseNautilus3FlistFormat=true
; sound redirection
; workaround for Microsoft mstsc.exe to suppress noise.
; SoundNumSilentFramesAAC | SoundNumSilentFramesMP3 silent frames are sent before SNDC_CLOSE is sent.
; during SoundMsecDoNotSend mS after SNDC_CLOSE is sent, sound data is not send.
; depending on the environment, it might be necessary to increase values.
; Defaults: SoundNumSilentFramesAAC=4, SoundNumSilentFramesMP3=2, SoundMsecDoNotSend=1000
; If set to 0, this workaround is not applied.
#SoundNumSilentFramesAAC=4
#SoundNumSilentFramesMP3=2
#SoundMsecDoNotSend=1000
[ChansrvLogging]
; Note: one log file is created per display and the LogFile config value
; is ignored. The channel server log file names follow the naming convention:
; xrdp-chansrv.${DISPLAY}.log
;
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
LogLevel=INFO
EnableSyslog=true
#SyslogLevel=INFO
#EnableConsole=false
#ConsoleLevel=INFO
#EnableProcessId=false
[ChansrvLoggingPerLogger]
; Note: per logger configuration is only used if xrdp is built with
; --enable-devel-logging
#chansrv.c=INFO
#main()=INFO
[SessionVariables]
PULSE_SCRIPT=/etc/xrdp/pulse/default.pa
/etc/xrdp/startwm.sh
#!/usr/bin/env bash
#
# This script is an example. You might need to edit this script
# depending on your distro if it doesn't work for you.
#
# Uncomment the following line for debug:
# exec xterm
# Execution sequence for interactive login shell - pseudocode
#
# IF /etc/profile is readable THEN
# execute /etc/profile
# END IF
# IF ~/.bash_profile is readable THEN
# execute ~/.bash_profile
# ELSE
# IF ~/.bash_login is readable THEN
# execute ~/.bash_login
# ELSE
# IF ~/.profile is readable THEN
# execute ~/.profile
# END IF
# END IF
# END IF
pre_start()
{
if [ -r /etc/profile ]; then
. /etc/profile
fi
if [ -r ~/.bash_profile ]; then
. ~/.bash_profile
else
if [ -r ~/.bash_login ]; then
. ~/.bash_login
else
if [ -r ~/.profile ]; then
. ~/.profile
fi
fi
fi
return 0
}
# When logging out from the interactive shell, the execution sequence is:
#
# IF ~/.bash_logout exists THEN
# execute ~/.bash_logout
# END IF
post_start()
{
if [ -r ~/.bash_logout ]; then
. ~/.bash_logout
fi
return 0
}
get_xdg_session_startupcmd()
{
# If DESKTOP_SESSION is set and valid then the STARTUP command will be taken from there
# GDM exports environment variables XDG_CURRENT_DESKTOP and XDG_SESSION_DESKTOP.
# This follows it.
if [ -n "$1" ] && [ -d /usr/share/xsessions ] \
&& [ -f "/usr/share/xsessions/$1.desktop" ]; then
STARTUP=$(grep ^Exec= "/usr/share/xsessions/$1.desktop")
STARTUP=${STARTUP#Exec=*}
XDG_CURRENT_DESKTOP=$(grep ^DesktopNames= "/usr/share/xsessions/$1.desktop")
XDG_CURRENT_DESKTOP=${XDG_CURRENT_DESKTOP#DesktopNames=*}
XDG_CURRENT_DESKTOP=${XDG_CURRENT_DESKTOP//;/:}
export XDG_CURRENT_DESKTOP
export XDG_SESSION_DESKTOP="$DESKTOP_SESSION"
fi
}
#start the window manager
wm_start()
{
if [ -r /etc/locale.conf ]; then
. /etc/locale.conf
export LANG LANGUAGE
fi
# arch user
if [ -r ~/.xinitrc ]; then
pre_start
. ~/.xinitrc
post_start
exit 0
fi
# arch
if [ -r /etc/X11/xinit/xinitrc ]; then
pre_start
. /etc/X11/xinit/xinitrc
post_start
exit 0
fi
# debian
if [ -r /etc/X11/Xsession ]; then
pre_start
# if you want to start preferred desktop environment,
# add following line,
# [ -n "$XRDP_SESSION" ] && export DESKTOP_SESSION=<your preferred desktop>
# in either of following file.
# 1. ~/.profile
# 2. create a file (any_filename.sh is OK) in /etc/profile.d
# <your preferred desktop> shall be one of "ls -1 /usr/share/xsessions/|cut -d. -f1"
# e.g. [ -n "$XRDP_SESSION" ] && export DESKTOP_SESSION=ubuntu
# STARTUP is the default startup command.
# if $1 is empty and STARTUP was not set
# /etc/X11/Xsession.d/50x11-common_determine-startup will fallback to
# x-session-manager
if [ -z "$STARTUP" ] && [ -n "$DESKTOP_SESSION" ]; then
get_xdg_session_startupcmd "$DESKTOP_SESSION"
fi
. /etc/X11/Xsession
post_start
exit 0
fi
# alpine
# Don't use /etc/X11/xinit/Xsession - it doesn't work
if [ -f /etc/alpine-release ]; then
if [ -f /etc/X11/xinit/xinitrc ]; then
pre_start
/etc/X11/xinit/xinitrc
post_start
else
echo "** xinit package isn't installed" >&2
exit 1
fi
fi
# el
if [ -r /etc/X11/xinit/Xsession ]; then
pre_start
. /etc/X11/xinit/Xsession
post_start
exit 0
fi
# suse
if [ -r /etc/X11/xdm/Xsession ]; then
# since the following script run a user login shell,
# do not execute the pseudo login shell scripts
. /etc/X11/xdm/Xsession
exit 0
elif [ -r /usr/etc/X11/xdm/Xsession ]; then
. /usr/etc/X11/xdm/Xsession
exit 0
fi
pre_start
xterm
post_start
}
#. /etc/environment
#export PATH=$PATH
#export LANG=$LANG
# change PATH to be what your environment needs usually what is in
# /etc/environment
#PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
#export PATH=$PATH
# for PATH and LANG from /etc/environment
# pam will auto process the environment file if /etc/pam.d/xrdp-sesman
# includes
# auth required pam_env.so readenv=1
wm_start
exit 1
/etc/X11/xrdp/xorg.conf
Section "ServerLayout"
Identifier "X11 Server"
Screen "Screen (xrdpdev)"
InputDevice "xrdpMouse" "CorePointer"
InputDevice "xrdpKeyboard" "CoreKeyboard"
EndSection
Section "ServerFlags"
# This line prevents "ServerLayout" sections in xorg.conf.d files
# overriding the "X11 Server" layout (xrdp #1784)
Option "DefaultServerLayout" "X11 Server"
Option "DontVTSwitch" "on"
Option "AutoAddDevices" "off"
Option "AutoAddGPU" "off"
EndSection
Section "Module"
Load "dbe"
Load "ddc"
Load "extmod"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
Load "xorgxrdp"
Load "fb"
EndSection
Section "InputDevice"
Identifier "xrdpKeyboard"
Driver "xrdpkeyb"
EndSection
Section "InputDevice"
Identifier "xrdpMouse"
Driver "xrdpmouse"
EndSection
Section "Monitor"
Identifier "Monitor"
Option "DPMS"
HorizSync 30-80
VertRefresh 60-75
ModeLine "1920x1080" 138.500 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync
ModeLine "1280x720" 74.25 1280 1720 1760 1980 720 725 730 750 +HSync +VSync
Modeline "1368x768" 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync
Modeline "1600x900" 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync
EndSection
Section "Device"
Identifier "Video Card (xrdpdev)"
Driver "xrdpdev"
Option "DRMDevice" "/dev/dri/renderD128"
Option "DRI3" "1"
EndSection
Section "Screen"
Identifier "Screen (xrdpdev)"
Device "Video Card (xrdpdev)"
# Comment out this line for xorg < 1.18.0
GPUDevice ""
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480" "800x600" "1024x768" "1280x720" "1280x1024" "1600x900" "1920x1080"
EndSubSection
EndSection
/etc/X11/xrdp/xorg_nvidia.conf
Section "ServerLayout"
Identifier "XRDP GPU Server"
Screen 0 "dGPU"
InputDevice "xrdpMouse" "CorePointer"
InputDevice "xrdpKeyboard" "CoreKeyboard"
EndSection
Section "ServerFlags"
# This line prevents "ServerLayout" sections in xorg.conf.d files
# overriding the "XRDP GPU Server" layout (xrdp #1784)
Option "DefaultServerLayout" "XRDP GPU Server"
Option "DontVTSwitch" "on"
Option "AutoAddDevices" "off"
EndSection
Section "Module"
Load "xorgxrdp"
EndSection
Section "InputDevice"
Identifier "xrdpKeyboard"
Driver "xrdpkeyb"
EndSection
Section "InputDevice"
Identifier "xrdpMouse"
Driver "xrdpmouse"
EndSection
Section "Screen"
Identifier "dGPU"
Device "dGPU"
Option "DPI" "96 x 96"
# T4 needs an entry here, this is not the desktop size
SubSection "Display"
Virtual 1920 1080
EndSubSection
EndSection
Section "Device"
Identifier "dGPU"
Driver "nvidia"
# T4 may need to comment out next line
Option "UseDisplayDevice" "none"
Option "ConnectToAcpid" "false"
BusID "PCI::0:0"
EndSection
/var/log/xrdp.log
[2024-07-03T10:19:49.636-0500] [INFO ] starting xrdp with pid 573543
[2024-07-03T10:19:49.647-0500] [INFO ] address [0.0.0.0] port [3389] mode 1
[2024-07-03T10:19:49.659-0500] [INFO ] listening to port 3389 on 0.0.0.0
[2024-07-03T10:19:49.665-0500] [INFO ] xrdp_listen_pp done
[2024-07-03T10:22:39.880-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:65317
[2024-07-03T10:22:39.887-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T10:22:39.893-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T10:22:39.900-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T10:22:40.728-0500] [ERROR] SSL_read: I/O error
[2024-07-03T10:22:40.791-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T10:22:40.849-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T10:22:40.908-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T10:22:40.965-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T10:22:40.102-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T10:22:40.107-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T10:22:40.113-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T10:22:40.120-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T10:22:43.721-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:65321
[2024-07-03T10:22:43.730-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T10:22:43.736-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T10:22:43.742-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T10:22:43.770-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T10:22:43.776-0500] [INFO ] client supports gfx protocol
[2024-07-03T10:22:43.782-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T10:22:43.788-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T10:22:43.848-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T10:22:43.858-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T10:22:43.864-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:65321 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T10:22:43.892-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T10:22:43.898-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T10:22:43.904-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T10:22:43.909-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T10:22:43.916-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T10:22:43.922-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T10:22:43.942-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T10:22:43.951-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T10:22:43.959-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T10:22:43.989-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T10:22:44.765-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T10:22:44.771-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T10:22:44.783-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T10:22:44.789-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T10:22:44.796-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T10:22:44.801-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T10:22:44.807-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T10:22:44.813-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T10:22:44.818-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T10:22:44.824-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T10:22:44.830-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T10:22:44.835-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T10:22:44.841-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T10:22:44.847-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T10:22:44.853-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T10:22:44.859-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T10:22:44.864-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T10:22:44.870-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T10:22:44.877-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T10:22:54.953-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T10:22:54.960-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T10:22:54.966-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T10:22:55.104-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T10:23:05.111-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T10:23:11.277-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T10:25:43.434-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:65463
[2024-07-03T10:25:43.443-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T10:25:43.449-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T10:25:43.456-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T10:25:43.490-0500] [ERROR] SSL_read: I/O error
[2024-07-03T10:25:43.497-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T10:25:43.503-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T10:25:43.509-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T10:25:43.515-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T10:25:43.515-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:65464
[2024-07-03T10:25:43.521-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T10:25:43.528-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T10:25:43.533-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T10:25:43.539-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T10:25:43.545-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T10:25:43.551-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T10:25:43.556-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T10:25:43.582-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T10:25:43.588-0500] [INFO ] client supports gfx protocol
[2024-07-03T10:25:43.593-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T10:25:43.599-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T10:25:43.636-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T10:25:43.642-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T10:25:43.648-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:65464 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T10:25:43.668-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T10:25:43.674-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T10:25:43.679-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T10:25:43.685-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T10:25:43.691-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T10:25:43.697-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T10:25:43.711-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T10:25:43.718-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T10:25:43.724-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T10:25:43.761-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T10:25:43.771-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T10:25:43.777-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T10:25:43.783-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T10:25:43.788-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T10:25:43.794-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T10:25:43.800-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T10:25:43.807-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T10:25:43.813-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T10:25:43.820-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T10:25:43.826-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T10:25:43.833-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T10:25:43.839-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T10:25:43.845-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T10:25:43.851-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T10:25:43.863-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T10:25:43.870-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T10:25:43.875-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T10:25:43.881-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T10:25:43.892-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T10:26:04.825-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T10:26:04.834-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T10:26:04.840-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T10:26:04.907-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T10:26:14.973-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T10:26:50.457-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T11:43:56.990-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60334
[2024-07-03T11:43:57.215-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T11:43:57.841-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T11:43:57.161-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T11:43:57.819-0500] [ERROR] SSL_read: I/O error
[2024-07-03T11:43:57.889-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T11:43:57.952-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T11:43:57.100-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T11:43:57.107-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60335
[2024-07-03T11:43:57.107-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T11:43:57.114-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T11:43:57.119-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T11:43:57.124-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T11:43:57.130-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T11:43:57.137-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T11:43:57.142-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T11:43:57.153-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T11:43:57.171-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T11:43:57.178-0500] [INFO ] client supports gfx protocol
[2024-07-03T11:43:57.185-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T11:43:57.192-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T11:43:57.235-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T11:43:57.241-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T11:43:57.247-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60335 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T11:43:57.287-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T11:43:57.293-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T11:43:57.298-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T11:43:57.304-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T11:43:57.310-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T11:43:57.316-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T11:43:57.327-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T11:43:57.333-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T11:43:57.339-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T11:43:57.389-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T11:43:57.599-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T11:43:57.606-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T11:43:57.613-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T11:43:57.619-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T11:43:57.625-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T11:43:57.631-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T11:43:57.643-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T11:43:57.649-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T11:43:57.655-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T11:43:57.662-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T11:43:57.668-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T11:43:57.674-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T11:43:57.680-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T11:43:57.686-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T11:43:57.692-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T11:43:57.697-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T11:43:57.703-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T11:43:57.709-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T11:43:57.714-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T11:44:06.526-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T11:44:06.532-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T11:44:06.538-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T11:44:06.617-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T11:44:16.712-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T11:44:43.838-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T11:50:56.650-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T11:50:56.659-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T11:50:56.665-0500] [INFO ] xrdp_wm_log_msg: Performing login request for root
[2024-07-03T11:50:56.711-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T11:50:58.209-0500] [INFO ] xrdp_wm_log_msg: session is available on display 10 for user root
[2024-07-03T11:50:58.220-0500] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-03T11:50:58.232-0500] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-03T11:50:58.239-0500] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-03T11:51:28.247-0500] [ERROR] xrdp_wm_log_msg: Error connecting to user session
[2024-07-03T11:52:18.397-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T11:59:11.656-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60349
[2024-07-03T11:59:11.666-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T11:59:11.672-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T11:59:11.678-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T11:59:11.739-0500] [ERROR] SSL_read: I/O error
[2024-07-03T11:59:11.745-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T11:59:11.750-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T11:59:11.756-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T11:59:11.761-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T11:59:11.768-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T11:59:11.774-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T11:59:11.779-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T11:59:11.785-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T11:59:11.815-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60350
[2024-07-03T11:59:11.821-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T11:59:11.827-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T11:59:11.833-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T11:59:11.889-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T11:59:11.895-0500] [INFO ] client supports gfx protocol
[2024-07-03T11:59:11.901-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T11:59:11.906-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T11:59:11.959-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T11:59:11.965-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T11:59:11.971-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60350 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T11:59:12.430-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T11:59:12.504-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T11:59:12.561-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T11:59:12.619-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T11:59:12.676-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T11:59:12.732-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T11:59:12.812-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T11:59:12.873-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T11:59:12.929-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T11:59:12.144-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T11:59:12.186-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T11:59:12.191-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T11:59:12.197-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T11:59:12.203-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T11:59:12.208-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T11:59:12.214-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T11:59:12.220-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T11:59:12.226-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T11:59:12.232-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T11:59:12.237-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T11:59:12.243-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T11:59:12.249-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T11:59:12.254-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T11:59:12.260-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T11:59:12.266-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T11:59:12.272-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T11:59:12.277-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T11:59:12.285-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T11:59:12.290-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T11:59:24.368-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T11:59:24.377-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T11:59:24.383-0500] [INFO ] xrdp_wm_log_msg: Performing login request for root
[2024-07-03T11:59:24.432-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T11:59:34.503-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user root - X server could not be started
[2024-07-03T12:04:51.990-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:05:07.871-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:05:07.876-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:05:07.883-0500] [INFO ] xrdp_wm_log_msg: Performing login request for root
[2024-07-03T12:05:07.935-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:05:07.953-0500] [INFO ] xrdp_wm_log_msg: session is available on display 10 for user root
[2024-07-03T12:05:07.965-0500] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-03T12:05:07.976-0500] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-03T12:05:07.982-0500] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-03T12:05:37.988-0500] [ERROR] xrdp_wm_log_msg: Error connecting to user session
[2024-07-03T12:05:50.424-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:14:35.268-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:14:35.275-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:14:35.280-0500] [INFO ] xrdp_wm_log_msg: Performing login request for root
[2024-07-03T12:14:35.327-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:14:35.343-0500] [INFO ] xrdp_wm_log_msg: session is available on display 10 for user root
[2024-07-03T12:14:35.353-0500] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-03T12:14:35.366-0500] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-03T12:14:35.372-0500] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-03T12:15:05.378-0500] [ERROR] xrdp_wm_log_msg: Error connecting to user session
[2024-07-03T12:15:11.973-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:21:12.411-0500] [INFO ] Received termination signal, stopping the server accept new connections thread
[2024-07-03T12:21:12.475-0500] [INFO ] starting xrdp with pid 612501
[2024-07-03T12:21:12.481-0500] [INFO ] address [0.0.0.0] port [3389] mode 1
[2024-07-03T12:21:12.486-0500] [INFO ] listening to port 3389 on 0.0.0.0
[2024-07-03T12:21:12.491-0500] [INFO ] xrdp_listen_pp done
[2024-07-03T12:21:43.131-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60458
[2024-07-03T12:21:43.138-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:21:43.142-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:21:43.147-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:21:43.212-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:21:43.217-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:21:43.221-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:21:43.225-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:21:43.230-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:21:43.234-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:21:43.239-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:21:43.243-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:21:43.248-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:21:43.266-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60459
[2024-07-03T12:21:43.272-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:21:43.277-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:21:43.281-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:21:43.352-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:21:43.358-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:21:43.362-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:21:43.366-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:21:43.414-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:21:43.418-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:21:43.424-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60459 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:21:43.488-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:21:43.494-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:21:43.500-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:21:43.506-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:21:43.512-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:21:43.517-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:21:43.525-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:21:43.535-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:21:43.541-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:21:43.564-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:21:43.626-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:21:43.631-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:21:43.637-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:21:43.643-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:21:43.648-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:21:43.654-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:21:43.660-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:21:43.665-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:21:43.671-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:21:43.677-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:21:43.682-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:21:43.688-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:21:43.694-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:21:43.700-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:21:43.705-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:21:43.711-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:21:43.716-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:21:43.722-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:21:43.728-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:21:51.347-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:21:51.353-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:21:51.359-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:21:51.412-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:21:52.518-0500] [INFO ] xrdp_wm_log_msg: session is available on display 11 for user gatorpatch
[2024-07-03T12:21:52.524-0500] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-03T12:21:52.531-0500] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-03T12:21:52.537-0500] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-03T12:21:52.544-0500] [INFO ] lib_mod_log_peer: xrdp_pid=612678 connected to Xorg_pid=612709 Xorg_uid=1000 Xorg_gid=1000 client=[::ffff:100.72.234.47]:60459
[2024-07-03T12:21:52.550-0500] [INFO ] xrdp_wm_log_msg: Connecting to chansrv
[2024-07-03T12:21:52.580-0500] [INFO ] Received memory_allocation_complete command. width: 2752, height: 1856
[2024-07-03T12:23:22.714-0500] [ERROR] xrdp_sec_recv: xrdp_mcs_recv failed
[2024-07-03T12:23:22.721-0500] [ERROR] xrdp_rdp_recv: xrdp_sec_recv failed
[2024-07-03T12:23:22.727-0500] [ERROR] libxrdp_process_data: xrdp_rdp_recv failed
[2024-07-03T12:23:22.732-0500] [ERROR] xrdp_process_data_in: xrdp_process_loop failed
[2024-07-03T12:23:22.738-0500] [ERROR] SSL_write: I/O error
[2024-07-03T12:23:22.744-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:23:22.749-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:23:24.851-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60463
[2024-07-03T12:23:24.860-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:23:24.866-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:23:24.872-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:23:24.909-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:23:24.915-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:23:24.924-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:23:24.930-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:23:24.935-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:23:24.941-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:23:24.947-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:23:24.953-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:23:24.959-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:23:24.971-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60464
[2024-07-03T12:23:24.978-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:23:24.983-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:23:24.989-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:23:25.586-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:23:25.666-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:23:25.723-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:23:25.837-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:23:25.131-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:23:25.137-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:23:25.143-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60464 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:23:25.186-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:23:25.192-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:23:25.198-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:23:25.203-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:23:25.209-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:23:25.215-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:23:25.223-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:23:25.229-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:23:25.235-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:23:25.254-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:23:25.318-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:23:25.324-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:23:25.330-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:23:25.336-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:23:25.341-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:23:25.347-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:23:25.353-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:23:25.358-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:23:25.364-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:23:25.369-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:23:25.375-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:23:25.384-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:23:25.389-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:23:25.395-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:23:25.400-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:23:25.406-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:23:25.412-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:23:25.417-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:23:25.423-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:23:32.995-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:23:33.417-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:23:33.102-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:23:33.545-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:23:33.717-0500] [INFO ] xrdp_wm_log_msg: session is available on display 11 for user gatorpatch
[2024-07-03T12:23:33.829-0500] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-03T12:23:33.887-0500] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-03T12:23:33.944-0500] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-03T12:23:33.100-0500] [INFO ] lib_mod_log_peer: xrdp_pid=613893 connected to Xorg_pid=612709 Xorg_uid=1000 Xorg_gid=1000 client=[::ffff:100.72.234.47]:60464
[2024-07-03T12:23:33.106-0500] [INFO ] xrdp_wm_log_msg: Connecting to chansrv
[2024-07-03T12:23:33.112-0500] [INFO ] Received memory_allocation_complete command. width: 2752, height: 1856
[2024-07-03T12:25:19.373-0500] [ERROR] xrdp_sec_recv: xrdp_mcs_recv failed
[2024-07-03T12:25:19.382-0500] [ERROR] xrdp_rdp_recv: xrdp_sec_recv failed
[2024-07-03T12:25:19.388-0500] [ERROR] libxrdp_process_data: xrdp_rdp_recv failed
[2024-07-03T12:25:19.394-0500] [ERROR] xrdp_process_data_in: xrdp_process_loop failed
[2024-07-03T12:25:19.399-0500] [ERROR] SSL_write: I/O error
[2024-07-03T12:25:19.405-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:25:19.411-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:25:27.143-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60469
[2024-07-03T12:25:27.150-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:25:27.156-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:25:27.161-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:25:27.225-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:25:27.230-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:25:27.236-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:25:27.242-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:25:27.247-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:25:27.253-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:25:27.258-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:25:27.264-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:25:27.270-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:25:27.275-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60470
[2024-07-03T12:25:27.281-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:25:27.287-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:25:27.293-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:25:27.324-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:25:27.330-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:25:27.336-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:25:27.342-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:25:27.389-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00000409]
[2024-07-03T12:25:27.395-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [us] options []
[2024-07-03T12:25:27.401-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60470 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:25:27.461-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:25:27.467-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:25:27.472-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:25:27.478-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:25:27.483-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:25:27.489-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:25:27.497-0500] [INFO ] Loading keymap file /etc/xrdp/km-00000409.ini
[2024-07-03T12:25:27.504-0500] [WARN ] local keymap file for 0x00000409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:25:27.510-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:25:27.545-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:25:27.575-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:25:27.581-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:25:27.586-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:25:27.592-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:25:27.597-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:25:27.603-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:25:27.608-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:25:27.614-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:25:27.619-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:25:27.625-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:25:27.631-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:25:27.636-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:25:27.642-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:25:27.648-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:25:27.653-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:25:27.659-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:25:27.665-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:25:27.670-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:25:27.676-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:25:46.221-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:25:46.276-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:25:46.338-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:25:46.863-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:25:56.160-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T12:25:59.564-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:26:06.852-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:26:06.860-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:26:06.865-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:26:08.747-0500] [INFO ] xrdp_wm_log_msg: User does not exist, or could not be authenticated
[2024-07-03T12:26:10.932-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:26:20.431-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:26:20.758-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:26:20.922-0500] [INFO ] xrdp_wm_log_msg: session is available on display 11 for user gatorpatch
[2024-07-03T12:26:20.102-0500] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-03T12:26:20.108-0500] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-03T12:26:20.113-0500] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-03T12:26:20.119-0500] [INFO ] lib_mod_log_peer: xrdp_pid=614465 connected to Xorg_pid=612709 Xorg_uid=1000 Xorg_gid=1000 client=[::ffff:100.72.234.47]:60470
[2024-07-03T12:26:20.124-0500] [INFO ] xrdp_wm_log_msg: Connecting to chansrv
[2024-07-03T12:26:20.148-0500] [INFO ] Received memory_allocation_complete command. width: 2752, height: 1856
[2024-07-03T12:27:41.414-0500] [ERROR] xrdp_sec_recv: xrdp_mcs_recv failed
[2024-07-03T12:27:41.422-0500] [ERROR] xrdp_rdp_recv: xrdp_sec_recv failed
[2024-07-03T12:27:41.428-0500] [ERROR] libxrdp_process_data: xrdp_rdp_recv failed
[2024-07-03T12:27:41.434-0500] [ERROR] xrdp_process_data_in: xrdp_process_loop failed
[2024-07-03T12:27:41.439-0500] [ERROR] SSL_write: I/O error
[2024-07-03T12:27:41.445-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:27:41.451-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:28:08.391-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60491
[2024-07-03T12:28:08.400-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:28:08.406-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:28:08.412-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:28:08.481-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:28:08.488-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:28:08.494-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:28:08.499-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:28:08.505-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:28:08.511-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:28:08.516-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:28:08.520-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60492
[2024-07-03T12:28:08.522-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:28:08.530-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:28:08.536-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:28:08.541-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:28:08.552-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:28:08.613-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:28:08.618-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:28:08.624-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:28:08.630-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:28:08.679-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:28:08.685-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:28:08.690-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60492 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:28:08.759-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:28:08.766-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:28:08.772-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:28:08.777-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:28:08.783-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:28:08.789-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:28:08.797-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:28:08.803-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:28:08.808-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:28:08.829-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:28:08.887-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:28:08.894-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:28:08.903-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:28:08.908-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:28:08.915-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:28:08.920-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:28:08.926-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:28:08.931-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:28:08.937-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:28:08.943-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:28:08.948-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:28:08.954-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:28:08.959-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:28:08.965-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:28:08.970-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:28:08.976-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:28:08.982-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:28:08.987-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:28:08.993-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:28:14.577-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:28:14.634-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:28:14.690-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:28:14.128-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:28:14.171-0500] [INFO ] xrdp_wm_log_msg: session is available on display 11 for user gatorpatch
[2024-07-03T12:28:14.216-0500] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-03T12:28:14.228-0500] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-03T12:28:14.239-0500] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-03T12:28:14.255-0500] [INFO ] lib_mod_log_peer: xrdp_pid=615413 connected to Xorg_pid=612709 Xorg_uid=1000 Xorg_gid=1000 client=[::ffff:100.72.234.47]:60492
[2024-07-03T12:28:14.268-0500] [INFO ] xrdp_wm_log_msg: Connecting to chansrv
[2024-07-03T12:28:14.319-0500] [INFO ] Received memory_allocation_complete command. width: 2752, height: 1856
[2024-07-03T12:29:08.907-0500] [ERROR] xrdp_sec_recv: xrdp_mcs_recv failed
[2024-07-03T12:29:08.915-0500] [ERROR] xrdp_rdp_recv: xrdp_sec_recv failed
[2024-07-03T12:29:08.921-0500] [ERROR] libxrdp_process_data: xrdp_rdp_recv failed
[2024-07-03T12:29:08.927-0500] [ERROR] xrdp_process_data_in: xrdp_process_loop failed
[2024-07-03T12:29:08.932-0500] [ERROR] SSL_write: I/O error
[2024-07-03T12:29:08.937-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:29:08.943-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:32:38.376-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60504
[2024-07-03T12:32:38.385-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:32:38.390-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:32:38.395-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:32:44.589-0500] [ERROR] SSL_read: Failure in SSL library (protocol error?)
[2024-07-03T12:32:44.597-0500] [ERROR] SSL: error:0A000126:SSL routines::unexpected eof while reading
[2024-07-03T12:32:44.602-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:32:44.606-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:32:44.610-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:32:44.613-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60505
[2024-07-03T12:32:44.614-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:32:44.622-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:32:44.619-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:32:44.631-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:32:44.626-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:32:44.640-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:32:44.636-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:32:44.644-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:32:44.662-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:32:44.666-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:32:44.670-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:32:44.675-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:32:44.713-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:32:44.718-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:32:44.720-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60505 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:32:44.741-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:32:44.744-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:32:44.746-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:32:44.750-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:32:44.755-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:32:44.759-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:32:44.765-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:32:44.768-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:32:44.772-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:32:44.778-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:32:44.800-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:32:44.803-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:32:44.807-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:32:44.810-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:32:44.811-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:32:44.813-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:32:44.815-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:32:44.817-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:32:44.818-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:32:44.821-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:32:44.825-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:32:44.828-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:32:44.829-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:32:44.831-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:32:44.833-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:32:44.834-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:32:44.836-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:32:44.840-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:32:44.844-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:32:44.845-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:32:44.847-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:32:44.849-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:32:44.916-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:32:44.922-0500] [INFO ] xrdp_wm_log_msg: session is available on display 11 for user gatorpatch
[2024-07-03T12:32:44.925-0500] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-03T12:32:44.927-0500] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-03T12:32:44.929-0500] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-03T12:32:44.931-0500] [INFO ] lib_mod_log_peer: xrdp_pid=616160 connected to Xorg_pid=612709 Xorg_uid=1000 Xorg_gid=1000 client=[::ffff:100.72.234.47]:60505
[2024-07-03T12:32:44.932-0500] [INFO ] xrdp_wm_log_msg: Connecting to chansrv
[2024-07-03T12:32:44.936-0500] [INFO ] Received memory_allocation_complete command. width: 2752, height: 1856
[2024-07-03T12:37:13.869-0500] [ERROR] xrdp_sec_recv: xrdp_mcs_recv failed
[2024-07-03T12:37:13.878-0500] [ERROR] xrdp_rdp_recv: xrdp_sec_recv failed
[2024-07-03T12:37:13.887-0500] [ERROR] libxrdp_process_data: xrdp_rdp_recv failed
[2024-07-03T12:37:13.892-0500] [ERROR] xrdp_process_data_in: xrdp_process_loop failed
[2024-07-03T12:37:13.898-0500] [ERROR] SSL_write: I/O error
[2024-07-03T12:37:13.904-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:37:13.910-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:38:26.190-0500] [INFO ] Received termination signal, stopping the server accept new connections thread
[2024-07-03T12:38:26.258-0500] [INFO ] starting xrdp with pid 643041
[2024-07-03T12:38:26.264-0500] [INFO ] address [0.0.0.0] port [3389] mode 1
[2024-07-03T12:38:26.270-0500] [INFO ] listening to port 3389 on 0.0.0.0
[2024-07-03T12:38:26.276-0500] [INFO ] xrdp_listen_pp done
[2024-07-03T12:38:36.262-0500] [INFO ] Received termination signal, stopping the server accept new connections thread
[2024-07-03T12:38:36.334-0500] [INFO ] starting xrdp with pid 643060
[2024-07-03T12:38:36.340-0500] [INFO ] address [0.0.0.0] port [3389] mode 1
[2024-07-03T12:38:36.345-0500] [INFO ] listening to port 3389 on 0.0.0.0
[2024-07-03T12:38:36.351-0500] [INFO ] xrdp_listen_pp done
[2024-07-03T12:38:45.649-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60539
[2024-07-03T12:38:45.658-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:38:45.664-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:38:45.670-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:38:45.753-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:38:45.760-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:38:45.766-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:38:45.771-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:38:45.777-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:38:45.780-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60540
[2024-07-03T12:38:45.783-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:38:45.789-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:38:45.800-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:38:45.794-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:38:45.809-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:38:45.817-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:38:45.828-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:38:45.848-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:38:45.855-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:38:45.863-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:38:45.869-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:38:45.917-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:38:45.924-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:38:45.929-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60540 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:38:45.987-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:38:45.993-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:38:45.999-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:38:46.735-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:38:46.130-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:38:46.191-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:38:46.281-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:38:46.354-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:38:46.442-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:38:46.137-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:38:46.328-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:38:46.335-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:38:46.340-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:38:46.346-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:38:46.351-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:38:46.357-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:38:46.363-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:38:46.368-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:38:46.374-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:38:46.379-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:38:46.385-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:38:46.390-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:38:46.396-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:38:46.401-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:38:46.407-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:38:46.413-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:38:46.418-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:38:46.424-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:38:46.430-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:38:46.435-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:38:46.441-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:38:46.447-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:38:46.504-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:38:57.594-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T12:39:06.604-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:39:12.991-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:39:12.999-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:39:13.511-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:39:13.484-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:39:23.130-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T12:39:25.955-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:44:25.600-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60569
[2024-07-03T12:44:25.604-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:44:25.607-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:44:25.609-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:44:25.636-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:44:25.638-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:44:25.640-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:44:25.642-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:44:25.649-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:44:25.662-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:44:25.668-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60570
[2024-07-03T12:44:25.674-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:44:25.687-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:44:25.712-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:44:25.699-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:44:25.724-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:44:25.737-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:44:25.782-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:44:25.787-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:44:25.791-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:44:25.795-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:44:25.842-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:44:25.847-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:44:25.851-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60570 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:44:25.930-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:44:25.935-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:44:25.940-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:44:25.944-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:44:25.948-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:44:25.952-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:44:25.960-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:44:25.965-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:44:25.970-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:44:25.980-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:44:26.469-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:44:26.511-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:44:26.553-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:44:26.594-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:44:26.638-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:44:26.691-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:44:26.175-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:44:26.372-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:44:26.378-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:44:26.384-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:44:26.390-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:44:26.396-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:44:26.402-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:44:26.407-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:44:26.413-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:44:26.420-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:44:26.426-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:44:26.432-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:44:26.437-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:44:26.443-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:44:26.449-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:44:26.455-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:44:26.518-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:44:37.627-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T12:44:40.237-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:47:09.714-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60574
[2024-07-03T12:47:09.723-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:47:09.728-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:47:09.734-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:47:09.759-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:47:09.764-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:47:09.770-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:47:09.777-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:47:09.783-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:47:09.788-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:47:09.794-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:47:09.791-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60575
[2024-07-03T12:47:09.800-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:47:09.806-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:47:09.816-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:47:09.811-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:47:09.822-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:47:09.861-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:47:09.867-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:47:09.872-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:47:09.880-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:47:09.928-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:47:09.933-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:47:09.939-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60575 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:47:10.424-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:47:10.102-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:47:10.163-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:47:10.218-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:47:10.272-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:47:10.339-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:47:10.430-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:47:10.491-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:47:10.549-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:47:10.641-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:47:10.141-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:47:10.149-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:47:10.156-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:47:10.162-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:47:10.169-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:47:10.174-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:47:10.180-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:47:10.186-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:47:10.192-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:47:10.200-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:47:10.205-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:47:10.211-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:47:10.216-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:47:10.222-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:47:10.227-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:47:10.233-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:47:10.238-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:47:10.244-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:47:10.249-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:47:10.255-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:47:10.261-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:47:10.267-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:47:10.362-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:47:20.452-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T12:47:22.357-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:47:34.900-0500] [INFO ] Received termination signal, stopping the server accept new connections thread
[2024-07-03T12:47:34.150-0500] [INFO ] starting xrdp with pid 644945
[2024-07-03T12:47:34.155-0500] [INFO ] address [0.0.0.0] port [3389] mode 1
[2024-07-03T12:47:34.161-0500] [INFO ] listening to port 3389 on 0.0.0.0
[2024-07-03T12:47:34.166-0500] [INFO ] xrdp_listen_pp done
[2024-07-03T12:47:37.387-0500] [INFO ] Received termination signal, stopping the server accept new connections thread
[2024-07-03T12:47:37.452-0500] [INFO ] starting xrdp with pid 644954
[2024-07-03T12:47:37.458-0500] [INFO ] address [0.0.0.0] port [3389] mode 1
[2024-07-03T12:47:37.464-0500] [INFO ] listening to port 3389 on 0.0.0.0
[2024-07-03T12:47:37.469-0500] [INFO ] xrdp_listen_pp done
[2024-07-03T12:47:40.787-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60576
[2024-07-03T12:47:40.796-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:47:40.802-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:47:40.808-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:47:40.882-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:47:40.889-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:47:40.894-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:47:40.900-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:47:40.906-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:47:40.912-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:47:40.917-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:47:40.923-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:47:40.928-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:47:40.937-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60577
[2024-07-03T12:47:40.943-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:47:40.949-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:47:40.955-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:47:40.995-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:47:41.600-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:47:41.600-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:47:41.114-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:47:41.600-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:47:41.673-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:47:41.728-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60577 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:47:41.132-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:47:41.137-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:47:41.143-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:47:41.148-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:47:41.154-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:47:41.159-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:47:41.169-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:47:41.176-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:47:41.184-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:47:41.197-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:47:41.268-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:47:41.277-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:47:41.283-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:47:41.289-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:47:41.295-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:47:41.300-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:47:41.306-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:47:41.311-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:47:41.317-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:47:41.322-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:47:41.328-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:47:41.334-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:47:41.339-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:47:41.344-0500] [INFO ] xrdp_egfx_reset_graphics: width 2736 height 1824 monitorcount 1
[2024-07-03T12:47:41.350-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:47:41.356-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 2736 height 1824
[2024-07-03T12:47:41.361-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:47:41.367-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:47:41.372-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:47:41.378-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:47:41.383-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:47:41.389-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:47:41.447-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:47:51.526-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T12:47:56.515-0500] [INFO ] Login screen monitor height is 1824 pixels over 173 mm (267 DPI)
[2024-07-03T12:53:05.802-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60599
[2024-07-03T12:53:05.809-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:53:05.815-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:53:05.821-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:53:05.845-0500] [ERROR] SSL_read: Failure in SSL library (protocol error?)
[2024-07-03T12:53:05.850-0500] [ERROR] SSL: error:0A000126:SSL routines::unexpected eof while reading
[2024-07-03T12:53:05.856-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:53:05.861-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:53:05.867-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:53:05.872-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:53:05.869-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60600
[2024-07-03T12:53:05.878-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:53:05.884-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:53:05.895-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:53:05.890-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:53:05.901-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:53:05.907-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:53:05.918-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:53:05.944-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:53:05.950-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:53:05.955-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:53:05.961-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:53:06.156-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:53:06.227-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:53:06.283-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60600 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:53:06.984-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:53:06.104-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:53:06.110-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:53:06.115-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:53:06.121-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:53:06.127-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:53:06.135-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:53:06.142-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:53:06.147-0500] [INFO ] Login screen monitor height is 1080 pixels over 173 mm (158 DPI)
[2024-07-03T12:53:06.172-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:53:06.187-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:53:06.192-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:53:06.198-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:53:06.203-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:53:06.209-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:53:06.215-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:53:06.220-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:53:06.226-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:53:06.231-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:53:06.237-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:53:06.242-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:53:06.248-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:53:06.253-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:53:06.259-0500] [INFO ] xrdp_egfx_reset_graphics: width 1920 height 1080 monitorcount 1
[2024-07-03T12:53:06.265-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:53:06.271-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 1920 height 1080
[2024-07-03T12:53:06.277-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:53:06.282-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:53:06.288-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:53:06.293-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:53:06.299-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:53:06.305-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:53:06.363-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:53:16.454-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T12:53:18.564-0500] [INFO ] Login screen monitor height is 1080 pixels over 173 mm (158 DPI)
[2024-07-03T12:53:23.796-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60601
[2024-07-03T12:53:23.805-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:53:23.811-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:53:23.816-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:53:23.866-0500] [ERROR] SSL_read: I/O error
[2024-07-03T12:53:23.872-0500] [ERROR] libxrdp_force_read: header read error
[2024-07-03T12:53:23.877-0500] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-03T12:53:23.883-0500] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-03T12:53:23.888-0500] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-03T12:53:23.894-0500] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-03T12:53:23.900-0500] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-03T12:53:23.905-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T12:53:23.911-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-03T12:53:23.938-0500] [INFO ] Socket 14: connection accepted from [::ffff:100.72.234.47]:60602
[2024-07-03T12:53:23.945-0500] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-03T12:53:23.950-0500] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-03T12:53:23.956-0500] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-03T12:53:23.996-0500] [INFO ] Connected client computer name: DJ_PC
[2024-07-03T12:53:24.222-0500] [INFO ] client supports gfx protocol
[2024-07-03T12:53:24.821-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-03T12:53:24.137-0500] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-03T12:53:24.571-0500] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00010409]
[2024-07-03T12:53:24.632-0500] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [dvorak] options []
[2024-07-03T12:53:24.688-0500] [INFO ] TLS connection established from [::ffff:100.72.234.47]:60602 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-03T12:53:24.106-0500] [INFO ] Client supports single-screen resizes by xrdp
[2024-07-03T12:53:24.111-0500] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-03T12:53:24.117-0500] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[2024-07-03T12:53:24.123-0500] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-03T12:53:24.132-0500] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-03T12:53:24.137-0500] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-03T12:53:24.149-0500] [INFO ] Loading keymap file /etc/xrdp/km-00010409.ini
[2024-07-03T12:53:24.156-0500] [WARN ] local keymap file for 0x00010409 found and doesn't match built in keymap, using local keymap file
[2024-07-03T12:53:24.162-0500] [WARN ] Ignoring unlikely physical session size 173 for height of 480 pixels
[2024-07-03T12:53:24.167-0500] [WARN ] No DPI value is available to find login font
[2024-07-03T12:53:24.173-0500] [WARN ] Using the default_dpi of 96
[2024-07-03T12:53:24.263-0500] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-03T12:53:24.277-0500] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-03T12:53:24.283-0500] [INFO ] version 0x00080004 flags 0x00000000 (index: 0)
[2024-07-03T12:53:24.289-0500] [INFO ] version 0x00080105 flags 0x00000000 (index: 1)
[2024-07-03T12:53:24.294-0500] [INFO ] version 0x000a0002 flags 0x00000000 (index: 2)
[2024-07-03T12:53:24.300-0500] [INFO ] version 0x000a0200 flags 0x00000000 (index: 3)
[2024-07-03T12:53:24.305-0500] [INFO ] version 0x000a0301 flags 0x00000000 (index: 4)
[2024-07-03T12:53:24.311-0500] [INFO ] version 0x000a0400 flags 0x00000000 (index: 5)
[2024-07-03T12:53:24.317-0500] [INFO ] version 0x000a0502 flags 0x00000000 (index: 6)
[2024-07-03T12:53:24.323-0500] [INFO ] version 0x000a0600 flags 0x00000000 (index: 7)
[2024-07-03T12:53:24.328-0500] [INFO ] version 0x000a0701 flags 0x00000000 (index: 8)
[2024-07-03T12:53:24.334-0500] [INFO ] replying version 0x000a0701 flags 0x00000000
[2024-07-03T12:53:24.339-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_capsconfirm error 0 best_index 8
[2024-07-03T12:53:24.345-0500] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-03T12:53:24.351-0500] [INFO ] xrdp_egfx_reset_graphics: width 640 height 480 monitorcount 1
[2024-07-03T12:53:24.356-0500] [INFO ] xrdp_mm_egfx_caps_advertise: xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-03T12:53:24.362-0500] [INFO ] xrdp_mm_egfx_create_surfaces: map surface_id 0 left 0 top 0 width 640 height 480
[2024-07-03T12:53:24.367-0500] [INFO ] xrdp_encoder_create: starting gfx rfx pro codec session
[2024-07-03T12:53:24.373-0500] [INFO ] xrdp_mm_egfx_invalidate_wm_screen:
[2024-07-03T12:53:24.379-0500] [INFO ] xrdp_mm_egfx_caps_advertise: egfx created.
[2024-07-03T12:53:24.384-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:53:24.391-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:53:24.396-0500] [INFO ] xrdp_wm_log_msg: Performing login request for gatorpatch
[2024-07-03T12:53:24.440-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:53:34.524-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user gatorpatch - X server could not be started
[2024-07-03T12:53:37.498-0500] [WARN ] Ignoring unlikely physical session size 173 for height of 480 pixels
[2024-07-03T12:53:37.555-0500] [WARN ] No DPI value is available to find login font
[2024-07-03T12:53:37.609-0500] [WARN ] Using the default_dpi of 96
[2024-07-03T12:53:49.112-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:53:49.120-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:53:49.126-0500] [INFO ] xrdp_wm_log_msg: Performing login request for root
[2024-07-03T12:53:49.168-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:53:59.267-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user root - X server could not be started
[2024-07-03T12:54:03.591-0500] [WARN ] Ignoring unlikely physical session size 173 for height of 480 pixels
[2024-07-03T12:54:03.600-0500] [WARN ] No DPI value is available to find login font
[2024-07-03T12:54:03.605-0500] [WARN ] Using the default_dpi of 96
[2024-07-03T12:55:51.834-0500] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-03T12:55:51.843-0500] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-03T12:55:51.849-0500] [INFO ] xrdp_wm_log_msg: Performing login request for root
[2024-07-03T12:55:51.893-0500] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-03T12:56:01.966-0500] [INFO ] xrdp_wm_log_msg: Can't create session for user root - X server could not be started
[2024-07-03T12:58:33.563-0500] [WARN ] Ignoring unlikely physical session size 173 for height of 480 pixels
[2024-07-03T12:58:33.570-0500] [WARN ] No DPI value is available to find login font
[2024-07-03T12:58:33.576-0500] [WARN ] Using the default_dpi of 96
[2024-07-03T13:07:54.573-0500] [ERROR] xrdp_sec_recv: xrdp_mcs_recv failed
[2024-07-03T13:07:54.580-0500] [ERROR] xrdp_rdp_recv: xrdp_sec_recv failed
[2024-07-03T13:07:54.585-0500] [ERROR] libxrdp_process_data: xrdp_rdp_recv failed
[2024-07-03T13:07:54.591-0500] [ERROR] xrdp_process_data_in: xrdp_process_loop failed
[2024-07-03T13:07:54.597-0500] [ERROR] SSL_write: I/O error
[2024-07-03T13:07:54.603-0500] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-03T13:07:54.608-0500] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
/var/log/xrdp-sesman.log:
[2024-07-03T10:19:49.621-0500] [INFO ] starting xrdp-sesman with pid 573542
[2024-07-03T10:19:49.629-0500] [INFO ] Sesman now listening on /var/run/xrdp/sesman.socket
[2024-07-03T10:22:54.961-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T10:22:54.972-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T10:22:54.979-0500] [INFO ] starting xrdp-sesexec with pid 574112
[2024-07-03T10:22:54.999-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T10:22:55.506-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T10:22:55.104-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T10:22:55.164-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T10:22:55.911-0500] [INFO ] Starting X server on display 10: /usr/lib/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T10:23:05.936-0500] [ERROR] waitforx: Unable to open display :10
[2024-07-03T10:23:05.103-0500] [ERROR] X server failed to start
[2024-07-03T10:23:05.111-0500] [INFO ] Session on display 10 has finished.
[2024-07-03T10:26:04.834-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T10:26:04.852-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T10:26:04.862-0500] [INFO ] starting xrdp-sesexec with pid 574604
[2024-07-03T10:26:04.894-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T10:26:04.901-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T10:26:04.907-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T10:26:04.912-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T10:26:04.957-0500] [INFO ] Starting X server on display 10: Xvnc :10 -auth .Xauthority -geometry 2736x1824 -depth 32 -rfbauth /home/gatorpatch/.vnc/sesman_passwd-gatorpatch@WillMDesktop:10 -bs -nolisten tcp -localhost -dpi 96
[2024-07-03T10:26:04.963-0500] [ERROR] Error calling exec (excutable: Xvnc, arguments: Xvnc :10 -auth .Xauthority -geometry 2736x1824 -depth 32 -rfbauth /home/gatorpatch/.vnc/sesman_passwd-gatorpatch@WillMDesktop:10 -bs -nolisten tcp -localhost -dpi 96) returned errno: 2, description: No such file or directory
[2024-07-03T10:26:04.971-0500] [ERROR] A fatal error has occurred attempting to start the X server on display 10, aborting connection
[2024-07-03T10:26:14.958-0500] [ERROR] waitforx: Unable to open display :10
[2024-07-03T10:26:14.967-0500] [ERROR] X server failed to start
[2024-07-03T10:26:14.973-0500] [INFO ] Session on display 10 has finished.
[2024-07-03T11:44:06.533-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T11:44:06.549-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T11:44:06.563-0500] [INFO ] starting xrdp-sesexec with pid 592024
[2024-07-03T11:44:06.606-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T11:44:06.611-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T11:44:06.617-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T11:44:06.623-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T11:44:06.685-0500] [INFO ] Starting X server on display 10: /usr/lib/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T11:44:16.698-0500] [ERROR] waitforx: Unable to open display :10
[2024-07-03T11:44:16.706-0500] [ERROR] X server failed to start
[2024-07-03T11:44:16.712-0500] [INFO ] Session on display 10 has finished.
[2024-07-03T11:50:56.659-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T11:50:56.670-0500] [INFO ] Received system login request from xrdp for user: root IP: ::ffff:100.72.234.47
[2024-07-03T11:50:56.678-0500] [INFO ] starting xrdp-sesexec with pid 593287
[2024-07-03T11:50:56.698-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for root
[2024-07-03T11:50:56.706-0500] [INFO ] Access permitted for user: root
[2024-07-03T11:50:56.711-0500] [INFO ] Received sys login status for root : logged in
[2024-07-03T11:50:56.717-0500] [INFO ] Received request from xrdp to create a session for user root
[2024-07-03T11:50:57.171-0500] [INFO ] Starting X server on display 10: /usr/lib/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T11:50:58.177-0500] [INFO ] X server :10 is working
[2024-07-03T11:50:58.186-0500] [INFO ] Starting window manager for display :10
[2024-07-03T11:50:58.192-0500] [INFO ] Starting the xrdp channel server for display :10
[2024-07-03T11:50:58.192-0500] [ERROR] Can't set process group ID of 593341 to 593315 [Operation not permitted]
[2024-07-03T11:50:58.198-0500] [INFO ] Session in progress on display :10. Waiting until the window manager (pid 593341) exits to end the session
[2024-07-03T11:50:58.198-0500] [ERROR] Can't set process group ID of 593342 to 593315 [Operation not permitted]
[2024-07-03T11:50:58.204-0500] [INFO ] Using the default window manager on display 10: /etc/xrdp/startwm.sh
[2024-07-03T11:59:24.377-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T11:59:24.394-0500] [INFO ] Received system login request from xrdp for user: root IP: ::ffff:100.72.234.47
[2024-07-03T11:59:24.401-0500] [INFO ] starting xrdp-sesexec with pid 594826
[2024-07-03T11:59:24.421-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for root
[2024-07-03T11:59:24.426-0500] [INFO ] Access permitted for user: root
[2024-07-03T11:59:24.432-0500] [INFO ] Received sys login status for root : logged in
[2024-07-03T11:59:24.438-0500] [INFO ] Received request from xrdp to create a session for user root
[2024-07-03T11:59:24.488-0500] [INFO ] Starting X server on display 11: Xvnc :11 -auth .Xauthority -geometry 2736x1824 -depth 32 -rfbauth /root/.vnc/sesman_passwd-root@WillMDesktop:11 -bs -nolisten tcp -localhost -dpi 96
[2024-07-03T11:59:24.494-0500] [ERROR] Error calling exec (excutable: Xvnc, arguments: Xvnc :11 -auth .Xauthority -geometry 2736x1824 -depth 32 -rfbauth /root/.vnc/sesman_passwd-root@WillMDesktop:11 -bs -nolisten tcp -localhost -dpi 96) returned errno: 2, description: No such file or directory
[2024-07-03T11:59:24.499-0500] [ERROR] A fatal error has occurred attempting to start the X server on display 11, aborting connection
[2024-07-03T11:59:34.489-0500] [ERROR] waitforx: Unable to open display :11
[2024-07-03T11:59:34.498-0500] [ERROR] X server failed to start
[2024-07-03T11:59:34.503-0500] [INFO ] Session on display 11 has finished.
[2024-07-03T12:05:07.876-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:05:07.893-0500] [INFO ] Received system login request from xrdp for user: root IP: ::ffff:100.72.234.47
[2024-07-03T12:05:07.901-0500] [INFO ] starting xrdp-sesexec with pid 595735
[2024-07-03T12:05:07.923-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for root
[2024-07-03T12:05:07.928-0500] [INFO ] Access permitted for user: root
[2024-07-03T12:05:07.935-0500] [INFO ] Received sys login status for root : logged in
[2024-07-03T12:05:07.941-0500] [INFO ] Received request from xrdp to create a session for user root
[2024-07-03T12:05:07.946-0500] [INFO ] ++ reconnected session: username root, display :10.0, session_pid 593287
[2024-07-03T12:05:07.947-0500] [ERROR] Can't set process group ID of 595739 to 593315 [Operation not permitted]
[2024-07-03T12:05:07.953-0500] [INFO ] xrdp-sesexec pid 595735 is now logging out
[2024-07-03T12:05:07.960-0500] [INFO ] Starting session reconnection script on display 10: /etc/xrdp/reconnectwm.sh
[2024-07-03T12:14:35.275-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:14:35.291-0500] [INFO ] Received system login request from xrdp for user: root IP: ::ffff:100.72.234.47
[2024-07-03T12:14:35.298-0500] [INFO ] starting xrdp-sesexec with pid 611516
[2024-07-03T12:14:35.316-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for root
[2024-07-03T12:14:35.321-0500] [INFO ] Access permitted for user: root
[2024-07-03T12:14:35.327-0500] [INFO ] Received sys login status for root : logged in
[2024-07-03T12:14:35.332-0500] [INFO ] Received request from xrdp to create a session for user root
[2024-07-03T12:14:35.337-0500] [INFO ] ++ reconnected session: username root, display :10.0, session_pid 593287
[2024-07-03T12:14:35.338-0500] [ERROR] Can't set process group ID of 611520 to 593315 [Operation not permitted]
[2024-07-03T12:14:35.343-0500] [INFO ] xrdp-sesexec pid 611516 is now logging out
[2024-07-03T12:14:35.348-0500] [INFO ] Starting session reconnection script on display 10: /etc/xrdp/reconnectwm.sh
[2024-07-03T12:21:12.419-0500] [INFO ] sesman_main_loop: sesman asked to terminate
[2024-07-03T12:21:12.425-0500] [ERROR] sesexec_main_loop: trans_check_wait_objs failed for ECP transport
[2024-07-03T12:21:12.457-0500] [INFO ] starting xrdp-sesman with pid 612499
[2024-07-03T12:21:12.462-0500] [INFO ] Sesman now listening on /var/run/xrdp/sesman.socket
[2024-07-03T12:21:51.353-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:21:51.370-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:21:51.378-0500] [INFO ] starting xrdp-sesexec with pid 612704
[2024-07-03T12:21:51.401-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:21:51.407-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:21:51.412-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:21:51.418-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:21:51.425-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:21:51.483-0500] [INFO ] Starting X server on display 11: /usr/lib/Xorg :11 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:21:52.483-0500] [INFO ] X server :11 is working
[2024-07-03T12:21:52.493-0500] [INFO ] Starting window manager for display :11
[2024-07-03T12:21:52.500-0500] [INFO ] Starting the xrdp channel server for display :11
[2024-07-03T12:21:52.500-0500] [INFO ] Using the default window manager on display 11: /etc/xrdp/startwm.sh
[2024-07-03T12:21:52.506-0500] [INFO ] Session in progress on display :11. Waiting until the window manager (pid 612715) exits to end the session
[2024-07-03T12:23:33.419-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:23:33.157-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:23:33.231-0500] [INFO ] starting xrdp-sesexec with pid 613903
[2024-07-03T12:23:33.432-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:23:33.488-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:23:33.546-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:23:33.605-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:23:33.661-0500] [INFO ] ++ reconnected session: username gatorpatch, display :11.0, session_pid 612704
[2024-07-03T12:23:33.669-0500] [INFO ] Starting session reconnection script on display 11: /etc/xrdp/reconnectwm.sh
[2024-07-03T12:23:33.716-0500] [INFO ] xrdp-sesexec pid 613903 is now logging out
[2024-07-03T12:25:46.276-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:25:46.444-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:25:46.517-0500] [INFO ] starting xrdp-sesexec with pid 614481
[2024-07-03T12:25:46.712-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:25:46.805-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:25:46.863-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:25:46.929-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:25:46.996-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:25:46.146-0500] [INFO ] Starting X server on display 12: Xvnc :12 -auth .Xauthority -geometry 2736x1824 -depth 32 -rfbauth /home/gatorpatch/.vnc/sesman_passwd-gatorpatch@WillMDesktop:12 -bs -nolisten tcp -localhost -dpi 96
[2024-07-03T12:25:46.152-0500] [ERROR] Error calling exec (excutable: Xvnc, arguments: Xvnc :12 -auth .Xauthority -geometry 2736x1824 -depth 32 -rfbauth /home/gatorpatch/.vnc/sesman_passwd-gatorpatch@WillMDesktop:12 -bs -nolisten tcp -localhost -dpi 96) returned errno: 2, description: No such file or directory
[2024-07-03T12:25:46.158-0500] [ERROR] A fatal error has occurred attempting to start the X server on display 12, aborting connection
[2024-07-03T12:25:56.146-0500] [ERROR] waitforx: Unable to open display :12
[2024-07-03T12:25:56.154-0500] [ERROR] X server failed to start
[2024-07-03T12:25:56.160-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:26:06.860-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:26:06.871-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:26:06.878-0500] [INFO ] starting xrdp-sesexec with pid 614648
[2024-07-03T12:26:08.723-0500] [ERROR] pam_authenticate failed: Authentication failure
[2024-07-03T12:26:08.741-0500] [INFO ] AUTHFAIL: user=gatorpatch ip=::ffff:100.72.234.47 time=1720027568
[2024-07-03T12:26:20.648-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:26:20.701-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:26:20.759-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:26:20.814-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:26:20.868-0500] [INFO ] ++ reconnected session: username gatorpatch, display :11.0, session_pid 612704
[2024-07-03T12:26:20.874-0500] [INFO ] Starting session reconnection script on display 11: /etc/xrdp/reconnectwm.sh
[2024-07-03T12:26:20.922-0500] [INFO ] xrdp-sesexec pid 614648 is now logging out
[2024-07-03T12:28:14.634-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:28:14.746-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:28:14.819-0500] [INFO ] starting xrdp-sesexec with pid 615415
[2024-07-03T12:28:14.101-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:28:14.115-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:28:14.128-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:28:14.143-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:28:14.155-0500] [INFO ] ++ reconnected session: username gatorpatch, display :11.0, session_pid 612704
[2024-07-03T12:28:14.156-0500] [INFO ] Starting session reconnection script on display 11: /etc/xrdp/reconnectwm.sh
[2024-07-03T12:28:14.171-0500] [INFO ] xrdp-sesexec pid 615415 is now logging out
[2024-07-03T12:32:44.847-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:32:44.852-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:32:44.858-0500] [INFO ] starting xrdp-sesexec with pid 616162
[2024-07-03T12:32:44.876-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:32:44.877-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:32:44.879-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:32:44.918-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:32:44.920-0500] [INFO ] ++ reconnected session: username gatorpatch, display :11.0, session_pid 612704
[2024-07-03T12:32:44.920-0500] [INFO ] Starting session reconnection script on display 11: /etc/xrdp/reconnectwm.sh
[2024-07-03T12:32:44.922-0500] [INFO ] xrdp-sesexec pid 616162 is now logging out
[2024-07-03T12:38:26.198-0500] [INFO ] sesman_main_loop: sesman asked to terminate
[2024-07-03T12:38:26.204-0500] [ERROR] sesexec_main_loop: trans_check_wait_objs failed for ECP transport
[2024-07-03T12:38:26.243-0500] [INFO ] starting xrdp-sesman with pid 643039
[2024-07-03T12:38:26.249-0500] [INFO ] Sesman now listening on /var/run/xrdp/sesman.socket
[2024-07-03T12:38:36.270-0500] [INFO ] sesman_main_loop: sesman asked to terminate
[2024-07-03T12:38:36.317-0500] [INFO ] starting xrdp-sesman with pid 643058
[2024-07-03T12:38:36.323-0500] [INFO ] Sesman now listening on /var/run/xrdp/sesman.socket
[2024-07-03T12:38:46.441-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:38:46.453-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:38:46.460-0500] [INFO ] starting xrdp-sesexec with pid 643065
[2024-07-03T12:38:46.483-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:38:46.490-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:38:46.496-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:38:46.510-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:38:46.515-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:38:46.521-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:38:46.564-0500] [INFO ] Starting X server on display 12: /usr/lib/Xorg :12 -auth .Xauthority -config xrdp/xorg_nvidia.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:38:57.565-0500] [ERROR] waitforx: Unable to find any RandR outputs
[2024-07-03T12:38:57.574-0500] [ERROR] An error occurred waiting for the X server
[2024-07-03T12:38:57.594-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:39:12.999-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:39:13.107-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:39:13.185-0500] [INFO ] starting xrdp-sesexec with pid 643193
[2024-07-03T12:39:13.375-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:39:13.430-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:39:13.484-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:39:13.540-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:39:13.596-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:39:13.653-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:39:13.115-0500] [INFO ] Starting X server on display 12: Xvnc :12 -auth .Xauthority -geometry 2736x1824 -depth 32 -rfbauth /home/gatorpatch/.vnc/sesman_passwd-gatorpatch@WillMDesktop:12 -bs -nolisten tcp -localhost -dpi 96
[2024-07-03T12:39:13.123-0500] [ERROR] Error calling exec (excutable: Xvnc, arguments: Xvnc :12 -auth .Xauthority -geometry 2736x1824 -depth 32 -rfbauth /home/gatorpatch/.vnc/sesman_passwd-gatorpatch@WillMDesktop:12 -bs -nolisten tcp -localhost -dpi 96) returned errno: 2, description: No such file or directory
[2024-07-03T12:39:13.129-0500] [ERROR] A fatal error has occurred attempting to start the X server on display 12, aborting connection
[2024-07-03T12:39:23.117-0500] [ERROR] waitforx: Unable to open display :12
[2024-07-03T12:39:23.124-0500] [ERROR] X server failed to start
[2024-07-03T12:39:23.130-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:44:26.449-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:44:26.466-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:44:26.474-0500] [INFO ] starting xrdp-sesexec with pid 644369
[2024-07-03T12:44:26.496-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:44:26.502-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:44:26.507-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:44:26.523-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:44:26.529-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:44:26.535-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:44:26.590-0500] [INFO ] Starting X server on display 12: /usr/lib/Xorg :12 -auth .Xauthority -config xrdp/xorg_nvidia.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:44:37.593-0500] [ERROR] waitforx: Unable to find any RandR outputs
[2024-07-03T12:44:37.607-0500] [ERROR] An error occurred waiting for the X server
[2024-07-03T12:44:37.627-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:47:10.261-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:47:10.273-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:47:10.281-0500] [INFO ] starting xrdp-sesexec with pid 644901
[2024-07-03T12:47:10.302-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:47:10.307-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:47:10.313-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:47:10.368-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:47:10.373-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:47:10.379-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:47:10.434-0500] [INFO ] Starting X server on display 12: /usr/lib/Xorg :12 -auth .Xauthority -config xrdp/xorg_nvidia.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:47:20.440-0500] [ERROR] waitforx: Unable to open display :12
[2024-07-03T12:47:20.446-0500] [ERROR] X server failed to start
[2024-07-03T12:47:20.452-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:47:34.973-0500] [INFO ] sesman_main_loop: sesman asked to terminate
[2024-07-03T12:47:34.134-0500] [INFO ] starting xrdp-sesman with pid 644942
[2024-07-03T12:47:34.140-0500] [INFO ] Sesman now listening on /var/run/xrdp/sesman.socket
[2024-07-03T12:47:37.398-0500] [INFO ] sesman_main_loop: sesman asked to terminate
[2024-07-03T12:47:37.440-0500] [INFO ] starting xrdp-sesman with pid 644953
[2024-07-03T12:47:37.446-0500] [INFO ] Sesman now listening on /var/run/xrdp/sesman.socket
[2024-07-03T12:47:41.383-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:47:41.395-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:47:41.402-0500] [INFO ] starting xrdp-sesexec with pid 644969
[2024-07-03T12:47:41.423-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:47:41.429-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:47:41.434-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:47:41.453-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:47:41.459-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:47:41.464-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:47:41.510-0500] [INFO ] Starting X server on display 12: /usr/lib/Xorg :12 -auth .Xauthority -config xrdp/xorg_nvidia.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:47:51.512-0500] [ERROR] waitforx: Unable to open display :12
[2024-07-03T12:47:51.520-0500] [ERROR] X server failed to start
[2024-07-03T12:47:51.526-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:53:06.299-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:53:06.316-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:53:06.325-0500] [INFO ] starting xrdp-sesexec with pid 645846
[2024-07-03T12:53:06.351-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:53:06.357-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:53:06.363-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:53:06.369-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:53:06.375-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:53:06.380-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:53:06.432-0500] [INFO ] Starting X server on display 12: /usr/lib/Xorg :12 -auth .Xauthority -config xrdp/xorg_nvidia.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:53:16.441-0500] [ERROR] waitforx: Unable to open display :12
[2024-07-03T12:53:16.448-0500] [ERROR] X server failed to start
[2024-07-03T12:53:16.454-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:53:24.391-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:53:24.402-0500] [INFO ] Received system login request from xrdp for user: gatorpatch IP: ::ffff:100.72.234.47
[2024-07-03T12:53:24.409-0500] [INFO ] starting xrdp-sesexec with pid 645890
[2024-07-03T12:53:24.429-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for gatorpatch
[2024-07-03T12:53:24.435-0500] [INFO ] Access permitted for user: gatorpatch
[2024-07-03T12:53:24.440-0500] [INFO ] Received sys login status for gatorpatch : logged in
[2024-07-03T12:53:24.446-0500] [INFO ] Received request from xrdp to create a session for user gatorpatch
[2024-07-03T12:53:24.451-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:53:24.457-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:53:24.507-0500] [INFO ] Starting X server on display 12: /usr/lib/Xorg :12 -auth .Xauthority -config xrdp/xorg_nvidia.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:53:34.509-0500] [ERROR] waitforx: Unable to open display :12
[2024-07-03T12:53:34.518-0500] [ERROR] X server failed to start
[2024-07-03T12:53:34.524-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:53:49.120-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:53:49.131-0500] [INFO ] Received system login request from xrdp for user: root IP: ::ffff:100.72.234.47
[2024-07-03T12:53:49.138-0500] [INFO ] starting xrdp-sesexec with pid 645923
[2024-07-03T12:53:49.157-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for root
[2024-07-03T12:53:49.162-0500] [INFO ] Access permitted for user: root
[2024-07-03T12:53:49.168-0500] [INFO ] Received sys login status for root : logged in
[2024-07-03T12:53:49.173-0500] [INFO ] Received request from xrdp to create a session for user root
[2024-07-03T12:53:49.179-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:53:49.185-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:53:49.253-0500] [INFO ] Starting X server on display 12: /usr/lib/Xorg :12 -auth .Xauthority -config xrdp/xorg_nvidia.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:53:59.255-0500] [ERROR] waitforx: Unable to open display :12
[2024-07-03T12:53:59.262-0500] [ERROR] X server failed to start
[2024-07-03T12:53:59.267-0500] [INFO ] Session on display 12 has finished.
[2024-07-03T12:55:51.843-0500] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-03T12:55:51.854-0500] [INFO ] Received system login request from xrdp for user: root IP: ::ffff:100.72.234.47
[2024-07-03T12:55:51.862-0500] [INFO ] starting xrdp-sesexec with pid 646303
[2024-07-03T12:55:51.882-0500] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for root
[2024-07-03T12:55:51.888-0500] [INFO ] Access permitted for user: root
[2024-07-03T12:55:51.893-0500] [INFO ] Received sys login status for root : logged in
[2024-07-03T12:55:51.900-0500] [INFO ] Received request from xrdp to create a session for user root
[2024-07-03T12:55:51.906-0500] [INFO ] Found X server running at /tmp/.X11-unix/X10
[2024-07-03T12:55:51.912-0500] [INFO ] Found X server running at /tmp/.X11-unix/X11
[2024-07-03T12:55:51.949-0500] [INFO ] Starting X server on display 12: /usr/lib/Xorg :12 -auth .Xauthority -config xrdp/xorg_nvidia.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
[2024-07-03T12:56:01.951-0500] [ERROR] waitforx: Unable to open display :12
[2024-07-03T12:56:01.960-0500] [ERROR] X server failed to start
[2024-07-03T12:56:01.966-0500] [INFO ] Session on display 12 has finished.
/var/log/Xorg.0.log.old:
[ 20.427]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 20.427] Current Operating System: Linux WillMDesktop 6.9.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 04:32:50 +0000 x86_64
[ 20.427] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e1b4a85e-94c5-4761-a927-35a01cb156c6 rw loglevel=3 quiet intel_iommu=on iommu=pt
[ 20.427]
[ 20.427] Current version of pixman: 0.43.4
[ 20.427] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 20.427] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 20.427] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 1 14:59:43 2024
[ 20.429] (==) Using config file: "/etc/X11/xorg.conf"
[ 20.430] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 20.430] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 20.432] (==) ServerLayout "Layout0"
[ 20.432] (**) |-->Screen "Screen0" (0)
[ 20.432] (**) | |-->Monitor "Monitor0"
[ 20.432] (**) | |-->Device "Device0"
[ 20.432] (**) |-->Input Device "Keyboard0"
[ 20.432] (**) |-->Input Device "Mouse0"
[ 20.432] (**) Option "Xinerama" "0"
[ 20.432] (**) Allowing byte-swapped clients
[ 20.432] (==) Automatically adding devices
[ 20.432] (==) Automatically enabling devices
[ 20.432] (==) Automatically adding GPU devices
[ 20.432] (==) Automatically binding GPU devices
[ 20.432] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 20.433] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 20.433] Entry deleted from font path.
[ 20.433] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 20.433] Entry deleted from font path.
[ 20.433] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 20.433] Entry deleted from font path.
[ 20.433] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 20.433] Entry deleted from font path.
[ 20.433] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 20.433] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 20.433] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 20.433] (WW) Disabling Keyboard0
[ 20.433] (WW) Disabling Mouse0
[ 20.433] (II) Module ABI versions:
[ 20.433] X.Org ANSI C Emulation: 0.4
[ 20.433] X.Org Video Driver: 25.2
[ 20.433] X.Org XInput driver : 24.4
[ 20.433] X.Org Server Extension : 10.0
[ 20.433] (++) using VT number 1
[ 20.434] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 20.435] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 20.435] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 20.435] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 20.435] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 20.435] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/simple-framebuffer.0/drm/card0
[ 20.436] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 20.437] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 20.438] (--) PCI:*(1@0:0:0) 10de:1b06:3842:6696 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 20.438] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 20.438] (II) LoadModule: "glx"
[ 20.439] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 20.448] (II) Module glx: vendor="X.Org Foundation"
[ 20.448] compiled for 1.21.1.13, module version = 1.0.0
[ 20.448] ABI class: X.Org Server Extension, version 10.0
[ 20.448] (II) LoadModule: "nvidia"
[ 20.449] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 20.455] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 20.455] compiled for 1.6.99.901, module version = 1.0.0
[ 20.455] Module class: X.Org Video Driver
[ 20.456] (II) NVIDIA dlloader X Driver 555.58 Tue Jun 18 20:27:01 UTC 2024
[ 20.456] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 20.457] (II) systemd-logind: releasing fd for 226:0
[ 20.458] (II) Loading sub module "fb"
[ 20.458] (II) LoadModule: "fb"
[ 20.458] (II) Module "fb" already built-in
[ 20.458] (II) Loading sub module "wfb"
[ 20.458] (II) LoadModule: "wfb"
[ 20.458] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 20.460] (II) Module wfb: vendor="X.Org Foundation"
[ 20.460] compiled for 1.21.1.13, module version = 1.0.0
[ 20.460] ABI class: X.Org ANSI C Emulation, version 0.4
[ 20.461] (II) systemd-logind: releasing fd for 226:1
[ 20.461] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 20.461] (==) NVIDIA(0): RGB weight 888
[ 20.461] (==) NVIDIA(0): Default visual is TrueColor
[ 20.461] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 20.462] (**) NVIDIA(0): Option "Stereo" "0"
[ 20.462] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DP-2"
[ 20.462] (**) NVIDIA(0): Option "SLI" "Off"
[ 20.462] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 20.462] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 20.462] (**) NVIDIA(0): Stereo disabled by request
[ 20.462] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 20.462] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 20.462] (**) NVIDIA(0): Option "MetaModes" "DP-2: 3440x1440_60 +2560+0,DP-4: 2560x1440_120 +0+0 "
[ 20.462] (**) NVIDIA(0): Enabling 2D acceleration
[ 20.462] (II) Loading sub module "glxserver_nvidia"
[ 20.462] (II) LoadModule: "glxserver_nvidia"
[ 20.462] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 20.620] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 20.620] compiled for 1.6.99.901, module version = 1.0.0
[ 20.620] Module class: X.Org Server Extension
[ 20.620] (II) NVIDIA GLX Module 555.58 Tue Jun 18 20:30:47 UTC 2024
[ 20.621] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 21.292] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 21.292] (--) NVIDIA(0): DFP-0
[ 21.292] (--) NVIDIA(0): DFP-1
[ 21.292] (--) NVIDIA(0): DFP-2
[ 21.292] (--) NVIDIA(0): DFP-3
[ 21.292] (--) NVIDIA(0): DFP-4
[ 21.292] (--) NVIDIA(0): DFP-5
[ 21.292] (--) NVIDIA(0): DFP-6 (boot)
[ 21.292] (--) NVIDIA(0): DFP-7
[ 21.293] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1080 Ti (GP102-A) at PCI:1:0:0
[ 21.293] (II) NVIDIA(0): (GPU-0)
[ 21.293] (--) NVIDIA(0): Memory: 11534336 kBytes
[ 21.293] (--) NVIDIA(0): VideoBIOS: 86.02.39.40.92
[ 21.293] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 21.293] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 21.293] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 21.293] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 21.293] (--) NVIDIA(GPU-0):
[ 21.293] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 21.293] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 21.293] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 21.293] (--) NVIDIA(GPU-0):
[ 21.293] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 21.293] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 21.293] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 21.293] (--) NVIDIA(GPU-0):
[ 21.293] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 21.293] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 21.293] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 21.293] (--) NVIDIA(GPU-0):
[ 21.295] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 21.295] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 21.295] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 21.295] (--) NVIDIA(GPU-0):
[ 21.300] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 21.300] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 21.300] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 21.300] (--) NVIDIA(GPU-0):
[ 21.300] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 21.300] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 21.300] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 21.300] (--) NVIDIA(GPU-0):
[ 21.306] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 21.306] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 21.306] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 21.306] (--) NVIDIA(GPU-0):
[ 21.312] (II) NVIDIA(0): Validated MetaModes:
[ 21.312] (II) NVIDIA(0): "DP-2:3440x1440_60+2560+0,DP-4:2560x1440_120+0+0"
[ 21.312] (II) NVIDIA(0): Virtual screen size determined to be 6000 x 1440
[ 21.320] (--) NVIDIA(0): DPI set to (109, 110); computed from "UseEdidDpi" X config
[ 21.320] (--) NVIDIA(0): option
[ 21.321] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 21.321] (==) NVIDIA(G0): RGB weight 888
[ 21.321] (==) NVIDIA(G0): Default visual is TrueColor
[ 21.321] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.321] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 21.321] (**) NVIDIA(G0): Option "Stereo" "0"
[ 21.321] (**) NVIDIA(G0): Option "nvidiaXineramaInfoOrder" "DP-2"
[ 21.321] (**) NVIDIA(G0): Option "SLI" "Off"
[ 21.321] (**) NVIDIA(G0): Option "MultiGPU" "Off"
[ 21.321] (**) NVIDIA(G0): Option "BaseMosaic" "off"
[ 21.321] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 21.321] (**) NVIDIA(G0): Stereo disabled by request
[ 21.321] (**) NVIDIA(G0): NVIDIA SLI disabled.
[ 21.321] (**) NVIDIA(G0): NVIDIA Multi-GPU disabled.
[ 21.321] (**) NVIDIA(G0): Option "MetaModes" "DP-2: 3440x1440_60 +2560+0,DP-4: 2560x1440_120 +0+0 "
[ 21.321] (**) NVIDIA(G0): Enabling 2D acceleration
[ 21.321] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 21.321] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 21.321] (EE) NVIDIA(G0): Failing initialization of X screen
[ 21.321] (II) UnloadModule: "nvidia"
[ 21.321] (II) UnloadSubModule: "wfb"
[ 21.321] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 21.321] (II) NVIDIA(GPU-1): Deleting GPU-1
[ 21.321] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 21.321] (II) NVIDIA: access.
[ 21.324] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 21.324] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 21.324] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 21.324] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 21.324] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 21.324] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 21.324] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 21.324] (II) NVIDIA(0): Config Options in the README.
[ 21.340] (II) NVIDIA(0): Setting mode "DP-2:3440x1440_60+2560+0,DP-4:2560x1440_120+0+0"
[ 21.578] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 21.578] (==) NVIDIA(0): Backing store enabled
[ 21.578] (==) NVIDIA(0): Silken mouse enabled
[ 21.579] (**) NVIDIA(0): DPMS enabled
[ 21.579] (WW) NVIDIA(0): Option "Primary" is not used
[ 21.579] (II) Loading sub module "dri2"
[ 21.579] (II) LoadModule: "dri2"
[ 21.579] (II) Module "dri2" already built-in
[ 21.579] (II) NVIDIA(0): [DRI2] Setup complete
[ 21.579] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 21.579] (II) Initializing extension Generic Event Extension
[ 21.579] (II) Initializing extension SHAPE
[ 21.579] (II) Initializing extension MIT-SHM
[ 21.579] (II) Initializing extension XInputExtension
[ 21.579] (II) Initializing extension XTEST
[ 21.579] (II) Initializing extension BIG-REQUESTS
[ 21.580] (II) Initializing extension SYNC
[ 21.580] (II) Initializing extension XKEYBOARD
[ 21.580] (II) Initializing extension XC-MISC
[ 21.580] (II) Initializing extension SECURITY
[ 21.580] (II) Initializing extension XFIXES
[ 21.580] (II) Initializing extension RENDER
[ 21.580] (II) Initializing extension RANDR
[ 21.580] (II) Initializing extension COMPOSITE
[ 21.581] (II) Initializing extension DAMAGE
[ 21.581] (II) Initializing extension MIT-SCREEN-SAVER
[ 21.581] (II) Initializing extension DOUBLE-BUFFER
[ 21.581] (II) Initializing extension RECORD
[ 21.581] (II) Initializing extension DPMS
[ 21.581] (II) Initializing extension Present
[ 21.581] (II) Initializing extension DRI3
[ 21.581] (II) Initializing extension X-Resource
[ 21.581] (II) Initializing extension XVideo
[ 21.581] (II) Initializing extension XVideo-MotionCompensation
[ 21.581] (II) Initializing extension GLX
[ 21.581] (II) Initializing extension GLX
[ 21.581] (II) Indirect GLX disabled.
[ 21.581] (II) GLX: Another vendor is already registered for screen 0
[ 21.581] (II) Initializing extension XFree86-VidModeExtension
[ 21.582] (II) Initializing extension XFree86-DGA
[ 21.582] (II) Initializing extension XFree86-DRI
[ 21.582] (II) Initializing extension DRI2
[ 21.582] (II) Initializing extension NV-GLX
[ 21.582] (II) Initializing extension NV-CONTROL
[ 21.582] (II) Initializing extension XINERAMA
[ 21.719] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 21.719] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 21.719] (**) Power Button: Applying InputClass "system-keyboard"
[ 21.719] (II) LoadModule: "libinput"
[ 21.730] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 21.738] (II) Module libinput: vendor="X.Org Foundation"
[ 21.738] compiled for 1.21.1.8, module version = 1.4.0
[ 21.738] Module class: X.Org XInput Driver
[ 21.738] ABI class: X.Org XInput driver, version 24.4
[ 21.738] (II) Using input driver 'libinput' for 'Power Button'
[ 21.739] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 41 paused 0
[ 21.739] (**) Power Button: always reports core events
[ 21.739] (**) Option "Device" "/dev/input/event2"
[ 21.766] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 21.766] (II) event2 - Power Button: device is a keyboard
[ 21.766] (II) event2 - Power Button: device removed
[ 21.766] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 21.766] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 21.766] (**) Option "xkb_layout" "us(dvorak),us"
[ 21.766] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 21.789] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 21.789] (II) event2 - Power Button: device is a keyboard
[ 21.790] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 21.790] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 21.790] (**) Power Button: Applying InputClass "system-keyboard"
[ 21.790] (II) Using input driver 'libinput' for 'Power Button'
[ 21.791] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[ 21.791] (**) Power Button: always reports core events
[ 21.791] (**) Option "Device" "/dev/input/event1"
[ 21.792] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 21.792] (II) event1 - Power Button: device is a keyboard
[ 21.792] (II) event1 - Power Button: device removed
[ 21.792] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 21.792] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 21.792] (**) Option "xkb_layout" "us(dvorak),us"
[ 21.792] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 21.793] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 21.793] (II) event1 - Power Button: device is a keyboard
[ 21.794] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 21.794] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 21.794] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 21.794] (II) Using input driver 'libinput' for 'Sleep Button'
[ 21.795] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 45 paused 0
[ 21.795] (**) Sleep Button: always reports core events
[ 21.795] (**) Option "Device" "/dev/input/event0"
[ 21.796] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 21.796] (II) event0 - Sleep Button: device is a keyboard
[ 21.796] (II) event0 - Sleep Button: device removed
[ 21.796] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 21.796] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 21.796] (**) Option "xkb_layout" "us(dvorak),us"
[ 21.796] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 21.797] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 21.797] (II) event0 - Sleep Button: device is a keyboard
[ 21.798] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[ 21.798] (II) No input driver specified, ignoring this device.
[ 21.798] (II) This device may have been added with another device file.
[ 21.799] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 21.799] (II) No input driver specified, ignoring this device.
[ 21.799] (II) This device may have been added with another device file.
[ 21.799] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 21.799] (II) No input driver specified, ignoring this device.
[ 21.799] (II) This device may have been added with another device file.
[ 21.800] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event5)
[ 21.800] (II) No input driver specified, ignoring this device.
[ 21.800] (II) This device may have been added with another device file.
[ 21.801] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/event4)
[ 21.801] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 21.801] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[ 21.860] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[ 21.860] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[ 21.860] (**) Option "Device" "/dev/input/event4"
[ 21.861] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Mouse
[ 21.861] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a pointer
[ 21.862] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[ 21.862] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.862] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.862] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.862] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C08D.0001/input/input8/event4"
[ 21.862] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: MOUSE, id 9)
[ 21.862] (**) Option "AccelerationScheme" "none"
[ 21.862] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) selected scheme none/0
[ 21.862] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration factor: 2.000
[ 21.862] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration threshold: 4
[ 21.863] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Mouse
[ 21.863] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a pointer
[ 21.864] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/mouse0)
[ 21.864] (II) No input driver specified, ignoring this device.
[ 21.864] (II) This device may have been added with another device file.
[ 21.865] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/event17)
[ 21.865] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[ 21.865] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "system-keyboard"
[ 21.865] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[ 21.866] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 47 paused 0
[ 21.866] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[ 21.866] (**) Option "Device" "/dev/input/event17"
[ 21.867] (II) event17 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Keyboard
[ 21.867] (II) event17 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a keyboard
[ 21.867] (II) event17 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[ 21.867] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: needs a virtual subdevice
[ 21.867] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C08D.0002/input/input20/event17"
[ 21.867] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: MOUSE, id 10)
[ 21.867] (**) Option "AccelerationScheme" "none"
[ 21.867] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) selected scheme none/0
[ 21.867] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration factor: 2.000
[ 21.867] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration threshold: 4
[ 21.868] (II) event17 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Keyboard
[ 21.868] (II) event17 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a keyboard
[ 21.869] (II) config/udev: Adding input device Kingston HyperX Quadcast Consumer Control (/dev/input/event6)
[ 21.869] (**) Kingston HyperX Quadcast Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 21.869] (**) Kingston HyperX Quadcast Consumer Control: Applying InputClass "system-keyboard"
[ 21.869] (II) Using input driver 'libinput' for 'Kingston HyperX Quadcast Consumer Control'
[ 21.870] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
[ 21.870] (**) Kingston HyperX Quadcast Consumer Control: always reports core events
[ 21.870] (**) Option "Device" "/dev/input/event6"
[ 21.871] (II) event6 - Kingston HyperX Quadcast Consumer Control: is tagged by udev as: Keyboard
[ 21.872] (II) event6 - Kingston HyperX Quadcast Consumer Control: device is a keyboard
[ 21.872] (II) event6 - Kingston HyperX Quadcast Consumer Control: device removed
[ 21.872] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.3/0003:0951:16DF.0004/input/input6/event6"
[ 21.872] (II) XINPUT: Adding extended input device "Kingston HyperX Quadcast Consumer Control" (type: KEYBOARD, id 11)
[ 21.872] (**) Option "xkb_layout" "us(dvorak),us"
[ 21.872] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 21.873] (II) event6 - Kingston HyperX Quadcast Consumer Control: is tagged by udev as: Keyboard
[ 21.873] (II) event6 - Kingston HyperX Quadcast Consumer Control: device is a keyboard
[ 21.874] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[ 21.874] (II) No input driver specified, ignoring this device.
[ 21.874] (II) This device may have been added with another device file.
[ 21.874] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[ 21.874] (II) No input driver specified, ignoring this device.
[ 21.874] (II) This device may have been added with another device file.
[ 21.874] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[ 21.874] (II) No input driver specified, ignoring this device.
[ 21.874] (II) This device may have been added with another device file.
[ 21.875] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[ 21.875] (II) No input driver specified, ignoring this device.
[ 21.875] (II) This device may have been added with another device file.
[ 21.875] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[ 21.875] (II) No input driver specified, ignoring this device.
[ 21.875] (II) This device may have been added with another device file.
[ 21.875] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[ 21.875] (II) No input driver specified, ignoring this device.
[ 21.875] (II) This device may have been added with another device file.
[ 21.876] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 21.876] (II) No input driver specified, ignoring this device.
[ 21.876] (II) This device may have been added with another device file.
[ 21.876] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 21.876] (II) No input driver specified, ignoring this device.
[ 21.876] (II) This device may have been added with another device file.
[ 21.883] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[ 21.883] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "system-keyboard"
[ 21.883] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[ 21.883] (II) systemd-logind: returning pre-existing fd for /dev/input/event17 13:81
[ 21.883] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[ 21.883] (**) Option "Device" "/dev/input/event17"
[ 21.883] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is a virtual subdevice
[ 21.883] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C08D.0002/input/input20/event17"
[ 21.883] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: KEYBOARD, id 12)
[ 21.883] (**) Option "xkb_layout" "us(dvorak),us"
[ 21.883] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 22.356] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 22.356] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 22.356] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 22.356] (--) NVIDIA(GPU-0):
[ 22.356] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 22.356] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 22.356] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 22.356] (--) NVIDIA(GPU-0):
[ 22.357] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 22.357] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 22.357] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 22.357] (--) NVIDIA(GPU-0):
[ 22.357] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 22.357] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 22.357] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 22.357] (--) NVIDIA(GPU-0):
[ 22.357] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 22.357] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 22.357] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 22.357] (--) NVIDIA(GPU-0):
[ 22.362] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 22.362] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 22.363] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 22.363] (--) NVIDIA(GPU-0):
[ 22.363] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 22.363] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 22.363] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 22.363] (--) NVIDIA(GPU-0):
[ 22.369] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 22.369] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 22.369] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 22.369] (--) NVIDIA(GPU-0):
[ 28.659] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 28.659] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 28.659] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 28.659] (--) NVIDIA(GPU-0):
[ 28.659] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 28.659] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 28.659] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 28.659] (--) NVIDIA(GPU-0):
[ 28.659] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 28.659] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 28.659] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 28.659] (--) NVIDIA(GPU-0):
[ 28.659] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 28.659] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 28.659] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 28.659] (--) NVIDIA(GPU-0):
[ 28.659] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 28.659] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 28.659] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 28.659] (--) NVIDIA(GPU-0):
[ 28.664] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 28.664] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 28.664] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 28.664] (--) NVIDIA(GPU-0):
[ 28.665] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 28.665] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 28.665] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 28.665] (--) NVIDIA(GPU-0):
[ 28.670] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 28.670] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 28.670] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 28.670] (--) NVIDIA(GPU-0):
[ 28.788] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 28.788] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 28.788] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 28.788] (--) NVIDIA(GPU-0):
[ 28.788] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 28.788] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 28.788] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 28.788] (--) NVIDIA(GPU-0):
[ 28.788] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 28.788] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 28.788] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 28.788] (--) NVIDIA(GPU-0):
[ 28.788] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 28.788] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 28.788] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 28.788] (--) NVIDIA(GPU-0):
[ 28.788] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 28.788] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 28.788] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 28.788] (--) NVIDIA(GPU-0):
[ 28.793] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 28.793] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 28.793] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 28.793] (--) NVIDIA(GPU-0):
[ 28.794] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 28.794] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 28.794] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 28.794] (--) NVIDIA(GPU-0):
[ 28.799] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 28.799] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 28.799] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 28.799] (--) NVIDIA(GPU-0):
[ 42.490] (II) config/udev: Adding input device Air75 BT5.0 (/dev/input/event18)
[ 42.490] (**) Air75 BT5.0 : Applying InputClass "libinput keyboard catchall"
[ 42.490] (**) Air75 BT5.0 : Applying InputClass "system-keyboard"
[ 42.490] (II) Using input driver 'libinput' for 'Air75 BT5.0 '
[ 42.490] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 73 paused 0
[ 42.490] (**) Air75 BT5.0 : always reports core events
[ 42.490] (**) Option "Device" "/dev/input/event18"
[ 42.491] (II) event18 - Air75 BT5.0 : is tagged by udev as: Keyboard
[ 42.491] (II) event18 - Air75 BT5.0 : device is a keyboard
[ 42.491] (II) event18 - Air75 BT5.0 : device removed
[ 42.491] (II) libinput: Air75 BT5.0 : needs a virtual subdevice
[ 42.491] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:05AC:024F.0006/input/input22/event18"
[ 42.491] (II) XINPUT: Adding extended input device "Air75 BT5.0 " (type: MOUSE, id 13)
[ 42.491] (**) Option "AccelerationScheme" "none"
[ 42.491] (**) Air75 BT5.0 : (accel) selected scheme none/0
[ 42.491] (**) Air75 BT5.0 : (accel) acceleration factor: 2.000
[ 42.491] (**) Air75 BT5.0 : (accel) acceleration threshold: 4
[ 42.492] (II) event18 - Air75 BT5.0 : is tagged by udev as: Keyboard
[ 42.492] (II) event18 - Air75 BT5.0 : device is a keyboard
[ 42.492] (**) Air75 BT5.0 : Applying InputClass "libinput keyboard catchall"
[ 42.492] (**) Air75 BT5.0 : Applying InputClass "system-keyboard"
[ 42.492] (II) Using input driver 'libinput' for 'Air75 BT5.0 '
[ 42.492] (II) systemd-logind: returning pre-existing fd for /dev/input/event18 13:82
[ 42.492] (**) Air75 BT5.0 : always reports core events
[ 42.492] (**) Option "Device" "/dev/input/event18"
[ 42.492] (II) libinput: Air75 BT5.0 : is a virtual subdevice
[ 42.492] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:05AC:024F.0006/input/input22/event18"
[ 42.492] (II) XINPUT: Adding extended input device "Air75 BT5.0 " (type: KEYBOARD, id 14)
[ 42.492] (**) Option "xkb_layout" "us(dvorak),us"
[ 42.492] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 118.739] (**) Option "fd" "41"
[ 118.739] (II) event2 - Power Button: device removed
[ 118.739] (**) Option "fd" "44"
[ 118.739] (II) event1 - Power Button: device removed
[ 118.739] (**) Option "fd" "45"
[ 118.739] (II) event0 - Sleep Button: device removed
[ 118.739] (**) Option "fd" "46"
[ 118.739] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[ 118.739] (**) Option "fd" "47"
[ 118.739] (**) Option "fd" "48"
[ 118.739] (II) event6 - Kingston HyperX Quadcast Consumer Control: device removed
[ 118.739] (**) Option "fd" "47"
[ 118.739] (II) event17 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[ 118.739] (**) Option "fd" "73"
[ 118.739] (**) Option "fd" "73"
[ 118.739] (II) event18 - Air75 BT5.0 : device removed
[ 118.740] (II) UnloadModule: "libinput"
[ 118.741] (II) systemd-logind: not releasing fd for 13:82, still in use
[ 118.741] (II) UnloadModule: "libinput"
[ 118.741] (II) systemd-logind: releasing fd for 13:82
[ 118.746] (II) UnloadModule: "libinput"
[ 118.746] (II) systemd-logind: not releasing fd for 13:81, still in use
[ 118.746] (II) UnloadModule: "libinput"
[ 118.746] (II) systemd-logind: releasing fd for 13:70
[ 118.748] (II) UnloadModule: "libinput"
[ 118.748] (II) systemd-logind: releasing fd for 13:81
[ 118.750] (II) UnloadModule: "libinput"
[ 118.750] (II) systemd-logind: releasing fd for 13:68
[ 118.750] (II) UnloadModule: "libinput"
[ 118.750] (II) systemd-logind: releasing fd for 13:64
[ 118.751] (II) UnloadModule: "libinput"
[ 118.751] (II) systemd-logind: releasing fd for 13:65
[ 118.753] (II) UnloadModule: "libinput"
[ 118.753] (II) systemd-logind: releasing fd for 13:66
[ 118.978] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 118.982] (II) Server terminated successfully (0). Closing log file.
Xorg.0.log:
[ 21.136]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 21.137] Current Operating System: Linux WillMDesktop 6.9.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 04:32:50 +0000 x86_64
[ 21.137] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e1b4a85e-94c5-4761-a927-35a01cb156c6 rw loglevel=3 quiet intel_iommu=on iommu=pt
[ 21.137]
[ 21.137] Current version of pixman: 0.43.4
[ 21.137] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 21.137] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21.137] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 1 15:03:37 2024
[ 21.138] (==) Using config file: "/etc/X11/xorg.conf"
[ 21.138] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 21.138] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 21.139] (==) ServerLayout "Layout0"
[ 21.139] (**) |-->Screen "Screen0" (0)
[ 21.139] (**) | |-->Monitor "Monitor0"
[ 21.139] (**) | |-->Device "Device0"
[ 21.139] (**) |-->Input Device "Keyboard0"
[ 21.139] (**) |-->Input Device "Mouse0"
[ 21.139] (**) Option "Xinerama" "0"
[ 21.139] (**) Allowing byte-swapped clients
[ 21.139] (==) Automatically adding devices
[ 21.139] (==) Automatically enabling devices
[ 21.139] (==) Automatically adding GPU devices
[ 21.139] (==) Automatically binding GPU devices
[ 21.139] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 21.141] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 21.141] Entry deleted from font path.
[ 21.141] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 21.141] Entry deleted from font path.
[ 21.141] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 21.141] Entry deleted from font path.
[ 21.141] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 21.141] Entry deleted from font path.
[ 21.141] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 21.141] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 21.141] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 21.141] (WW) Disabling Keyboard0
[ 21.141] (WW) Disabling Mouse0
[ 21.141] (II) Module ABI versions:
[ 21.141] X.Org ANSI C Emulation: 0.4
[ 21.141] X.Org Video Driver: 25.2
[ 21.141] X.Org XInput driver : 24.4
[ 21.141] X.Org Server Extension : 10.0
[ 21.142] (++) using VT number 1
[ 21.142] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 21.143] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 21.143] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 21.143] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 21.143] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 21.143] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/simple-framebuffer.0/drm/card0
[ 21.144] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 21.144] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 21.145] (--) PCI:*(1@0:0:0) 10de:1b06:3842:6696 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 21.145] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 21.145] (II) LoadModule: "glx"
[ 21.146] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 21.152] (II) Module glx: vendor="X.Org Foundation"
[ 21.152] compiled for 1.21.1.13, module version = 1.0.0
[ 21.152] ABI class: X.Org Server Extension, version 10.0
[ 21.152] (II) LoadModule: "nvidia"
[ 21.152] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 21.157] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 21.157] compiled for 1.6.99.901, module version = 1.0.0
[ 21.157] Module class: X.Org Video Driver
[ 21.157] (II) NVIDIA dlloader X Driver 555.58 Tue Jun 18 20:27:01 UTC 2024
[ 21.157] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 21.158] (II) systemd-logind: releasing fd for 226:0
[ 21.158] (II) Loading sub module "fb"
[ 21.158] (II) LoadModule: "fb"
[ 21.158] (II) Module "fb" already built-in
[ 21.158] (II) Loading sub module "wfb"
[ 21.158] (II) LoadModule: "wfb"
[ 21.158] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 21.159] (II) Module wfb: vendor="X.Org Foundation"
[ 21.159] compiled for 1.21.1.13, module version = 1.0.0
[ 21.159] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.160] (II) systemd-logind: releasing fd for 226:1
[ 21.160] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 21.160] (==) NVIDIA(0): RGB weight 888
[ 21.160] (==) NVIDIA(0): Default visual is TrueColor
[ 21.160] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.160] (**) NVIDIA(0): Option "Stereo" "0"
[ 21.160] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DP-2"
[ 21.160] (**) NVIDIA(0): Option "SLI" "Off"
[ 21.160] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 21.160] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 21.160] (**) NVIDIA(0): Stereo disabled by request
[ 21.160] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 21.160] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 21.160] (**) NVIDIA(0): Option "MetaModes" "DP-2: 3440x1440_60 +2560+0,DP-4: 2560x1440_120 +0+0 "
[ 21.160] (**) NVIDIA(0): Enabling 2D acceleration
[ 21.160] (II) Loading sub module "glxserver_nvidia"
[ 21.160] (II) LoadModule: "glxserver_nvidia"
[ 21.161] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 21.285] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 21.285] compiled for 1.6.99.901, module version = 1.0.0
[ 21.285] Module class: X.Org Server Extension
[ 21.285] (II) NVIDIA GLX Module 555.58 Tue Jun 18 20:30:47 UTC 2024
[ 21.285] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 21.958] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 21.958] (--) NVIDIA(0): DFP-0
[ 21.958] (--) NVIDIA(0): DFP-1
[ 21.958] (--) NVIDIA(0): DFP-2
[ 21.958] (--) NVIDIA(0): DFP-3
[ 21.958] (--) NVIDIA(0): DFP-4
[ 21.958] (--) NVIDIA(0): DFP-5
[ 21.958] (--) NVIDIA(0): DFP-6 (boot)
[ 21.958] (--) NVIDIA(0): DFP-7
[ 21.959] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1080 Ti (GP102-A) at PCI:1:0:0
[ 21.959] (II) NVIDIA(0): (GPU-0)
[ 21.959] (--) NVIDIA(0): Memory: 11534336 kBytes
[ 21.959] (--) NVIDIA(0): VideoBIOS: 86.02.39.40.92
[ 21.959] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 21.959] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 21.959] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 21.959] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 21.959] (--) NVIDIA(GPU-0):
[ 21.959] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 21.959] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 21.959] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 21.959] (--) NVIDIA(GPU-0):
[ 21.959] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 21.959] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 21.959] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 21.959] (--) NVIDIA(GPU-0):
[ 21.959] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 21.959] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 21.959] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 21.959] (--) NVIDIA(GPU-0):
[ 21.962] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 21.963] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 21.963] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 21.963] (--) NVIDIA(GPU-0):
[ 21.968] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 21.968] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 21.968] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 21.968] (--) NVIDIA(GPU-0):
[ 21.968] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 21.968] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 21.968] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 21.968] (--) NVIDIA(GPU-0):
[ 21.974] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 21.974] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 21.974] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 21.974] (--) NVIDIA(GPU-0):
[ 21.980] (II) NVIDIA(0): Validated MetaModes:
[ 21.982] (II) NVIDIA(0): "DP-2:3440x1440_60+2560+0,DP-4:2560x1440_120+0+0"
[ 21.982] (II) NVIDIA(0): Virtual screen size determined to be 6000 x 1440
[ 21.988] (--) NVIDIA(0): DPI set to (109, 110); computed from "UseEdidDpi" X config
[ 21.988] (--) NVIDIA(0): option
[ 21.988] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 21.988] (==) NVIDIA(G0): RGB weight 888
[ 21.988] (==) NVIDIA(G0): Default visual is TrueColor
[ 21.988] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.988] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 21.988] (**) NVIDIA(G0): Option "Stereo" "0"
[ 21.988] (**) NVIDIA(G0): Option "nvidiaXineramaInfoOrder" "DP-2"
[ 21.988] (**) NVIDIA(G0): Option "SLI" "Off"
[ 21.988] (**) NVIDIA(G0): Option "MultiGPU" "Off"
[ 21.988] (**) NVIDIA(G0): Option "BaseMosaic" "off"
[ 21.988] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 21.988] (**) NVIDIA(G0): Stereo disabled by request
[ 21.988] (**) NVIDIA(G0): NVIDIA SLI disabled.
[ 21.988] (**) NVIDIA(G0): NVIDIA Multi-GPU disabled.
[ 21.988] (**) NVIDIA(G0): Option "MetaModes" "DP-2: 3440x1440_60 +2560+0,DP-4: 2560x1440_120 +0+0 "
[ 21.988] (**) NVIDIA(G0): Enabling 2D acceleration
[ 21.988] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 21.988] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 21.988] (EE) NVIDIA(G0): Failing initialization of X screen
[ 21.988] (II) UnloadModule: "nvidia"
[ 21.988] (II) UnloadSubModule: "wfb"
[ 21.988] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 21.988] (II) NVIDIA(GPU-1): Deleting GPU-1
[ 21.989] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 21.989] (II) NVIDIA: access.
[ 21.991] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 21.991] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 21.991] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 21.991] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 21.991] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 21.991] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 21.991] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 21.991] (II) NVIDIA(0): Config Options in the README.
[ 22.010] (II) NVIDIA(0): Setting mode "DP-2:3440x1440_60+2560+0,DP-4:2560x1440_120+0+0"
[ 22.254] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 22.254] (==) NVIDIA(0): Backing store enabled
[ 22.254] (==) NVIDIA(0): Silken mouse enabled
[ 22.255] (**) NVIDIA(0): DPMS enabled
[ 22.255] (WW) NVIDIA(0): Option "Primary" is not used
[ 22.255] (II) Loading sub module "dri2"
[ 22.255] (II) LoadModule: "dri2"
[ 22.255] (II) Module "dri2" already built-in
[ 22.255] (II) NVIDIA(0): [DRI2] Setup complete
[ 22.255] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 22.256] (II) Initializing extension Generic Event Extension
[ 22.256] (II) Initializing extension SHAPE
[ 22.256] (II) Initializing extension MIT-SHM
[ 22.256] (II) Initializing extension XInputExtension
[ 22.256] (II) Initializing extension XTEST
[ 22.256] (II) Initializing extension BIG-REQUESTS
[ 22.256] (II) Initializing extension SYNC
[ 22.256] (II) Initializing extension XKEYBOARD
[ 22.256] (II) Initializing extension XC-MISC
[ 22.257] (II) Initializing extension SECURITY
[ 22.257] (II) Initializing extension XFIXES
[ 22.257] (II) Initializing extension RENDER
[ 22.257] (II) Initializing extension RANDR
[ 22.257] (II) Initializing extension COMPOSITE
[ 22.257] (II) Initializing extension DAMAGE
[ 22.257] (II) Initializing extension MIT-SCREEN-SAVER
[ 22.257] (II) Initializing extension DOUBLE-BUFFER
[ 22.257] (II) Initializing extension RECORD
[ 22.257] (II) Initializing extension DPMS
[ 22.257] (II) Initializing extension Present
[ 22.258] (II) Initializing extension DRI3
[ 22.258] (II) Initializing extension X-Resource
[ 22.258] (II) Initializing extension XVideo
[ 22.258] (II) Initializing extension XVideo-MotionCompensation
[ 22.258] (II) Initializing extension GLX
[ 22.258] (II) Initializing extension GLX
[ 22.258] (II) Indirect GLX disabled.
[ 22.258] (II) GLX: Another vendor is already registered for screen 0
[ 22.258] (II) Initializing extension XFree86-VidModeExtension
[ 22.258] (II) Initializing extension XFree86-DGA
[ 22.258] (II) Initializing extension XFree86-DRI
[ 22.258] (II) Initializing extension DRI2
[ 22.258] (II) Initializing extension NV-GLX
[ 22.258] (II) Initializing extension NV-CONTROL
[ 22.258] (II) Initializing extension XINERAMA
[ 22.524] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 22.524] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 22.524] (**) Power Button: Applying InputClass "system-keyboard"
[ 22.524] (II) LoadModule: "libinput"
[ 22.525] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 22.531] (II) Module libinput: vendor="X.Org Foundation"
[ 22.531] compiled for 1.21.1.8, module version = 1.4.0
[ 22.531] Module class: X.Org XInput Driver
[ 22.531] ABI class: X.Org XInput driver, version 24.4
[ 22.531] (II) Using input driver 'libinput' for 'Power Button'
[ 22.532] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 41 paused 0
[ 22.532] (**) Power Button: always reports core events
[ 22.532] (**) Option "Device" "/dev/input/event2"
[ 22.562] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 22.562] (II) event2 - Power Button: device is a keyboard
[ 22.562] (II) event2 - Power Button: device removed
[ 22.563] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 22.563] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 22.563] (**) Option "xkb_layout" "us(dvorak),us"
[ 22.563] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 22.589] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 22.589] (II) event2 - Power Button: device is a keyboard
[ 22.590] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 22.590] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 22.590] (**) Power Button: Applying InputClass "system-keyboard"
[ 22.590] (II) Using input driver 'libinput' for 'Power Button'
[ 22.590] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[ 22.590] (**) Power Button: always reports core events
[ 22.590] (**) Option "Device" "/dev/input/event1"
[ 22.591] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 22.591] (II) event1 - Power Button: device is a keyboard
[ 22.591] (II) event1 - Power Button: device removed
[ 22.591] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 22.592] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 22.592] (**) Option "xkb_layout" "us(dvorak),us"
[ 22.592] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 22.593] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 22.593] (II) event1 - Power Button: device is a keyboard
[ 22.593] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 22.594] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 22.594] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 22.594] (II) Using input driver 'libinput' for 'Sleep Button'
[ 22.595] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 45 paused 0
[ 22.595] (**) Sleep Button: always reports core events
[ 22.595] (**) Option "Device" "/dev/input/event0"
[ 22.596] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 22.596] (II) event0 - Sleep Button: device is a keyboard
[ 22.596] (II) event0 - Sleep Button: device removed
[ 22.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 22.596] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 22.596] (**) Option "xkb_layout" "us(dvorak),us"
[ 22.596] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 22.597] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 22.597] (II) event0 - Sleep Button: device is a keyboard
[ 22.598] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[ 22.598] (II) No input driver specified, ignoring this device.
[ 22.598] (II) This device may have been added with another device file.
[ 22.598] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 22.598] (II) No input driver specified, ignoring this device.
[ 22.598] (II) This device may have been added with another device file.
[ 22.599] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[ 22.599] (II) No input driver specified, ignoring this device.
[ 22.599] (II) This device may have been added with another device file.
[ 22.599] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event5)
[ 22.599] (II) No input driver specified, ignoring this device.
[ 22.599] (II) This device may have been added with another device file.
[ 22.600] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/event4)
[ 22.600] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 22.600] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[ 22.657] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[ 22.657] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[ 22.657] (**) Option "Device" "/dev/input/event4"
[ 22.659] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Mouse
[ 22.659] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a pointer
[ 22.659] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[ 22.659] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.659] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.659] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.659] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C08D.0001/input/input8/event4"
[ 22.659] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: MOUSE, id 9)
[ 22.659] (**) Option "AccelerationScheme" "none"
[ 22.659] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) selected scheme none/0
[ 22.659] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration factor: 2.000
[ 22.659] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration threshold: 4
[ 22.661] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Mouse
[ 22.661] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a pointer
[ 22.662] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/mouse0)
[ 22.662] (II) No input driver specified, ignoring this device.
[ 22.662] (II) This device may have been added with another device file.
[ 22.663] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/event11)
[ 22.663] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[ 22.663] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "system-keyboard"
[ 22.663] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[ 22.664] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 47 paused 0
[ 22.664] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[ 22.664] (**) Option "Device" "/dev/input/event11"
[ 22.665] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Keyboard
[ 22.666] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a keyboard
[ 22.666] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[ 22.666] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: needs a virtual subdevice
[ 22.666] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C08D.0002/input/input20/event11"
[ 22.666] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: MOUSE, id 10)
[ 22.666] (**) Option "AccelerationScheme" "none"
[ 22.666] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) selected scheme none/0
[ 22.666] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration factor: 2.000
[ 22.666] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration threshold: 4
[ 22.667] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Keyboard
[ 22.668] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a keyboard
[ 22.669] (II) config/udev: Adding input device Kingston HyperX Quadcast Consumer Control (/dev/input/event6)
[ 22.669] (**) Kingston HyperX Quadcast Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 22.669] (**) Kingston HyperX Quadcast Consumer Control: Applying InputClass "system-keyboard"
[ 22.669] (II) Using input driver 'libinput' for 'Kingston HyperX Quadcast Consumer Control'
[ 22.669] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
[ 22.670] (**) Kingston HyperX Quadcast Consumer Control: always reports core events
[ 22.670] (**) Option "Device" "/dev/input/event6"
[ 22.671] (II) event6 - Kingston HyperX Quadcast Consumer Control: is tagged by udev as: Keyboard
[ 22.671] (II) event6 - Kingston HyperX Quadcast Consumer Control: device is a keyboard
[ 22.671] (II) event6 - Kingston HyperX Quadcast Consumer Control: device removed
[ 22.671] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.3/0003:0951:16DF.0004/input/input6/event6"
[ 22.671] (II) XINPUT: Adding extended input device "Kingston HyperX Quadcast Consumer Control" (type: KEYBOARD, id 11)
[ 22.671] (**) Option "xkb_layout" "us(dvorak),us"
[ 22.671] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 22.673] (II) event6 - Kingston HyperX Quadcast Consumer Control: is tagged by udev as: Keyboard
[ 22.673] (II) event6 - Kingston HyperX Quadcast Consumer Control: device is a keyboard
[ 22.674] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[ 22.674] (II) No input driver specified, ignoring this device.
[ 22.674] (II) This device may have been added with another device file.
[ 22.674] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[ 22.674] (II) No input driver specified, ignoring this device.
[ 22.674] (II) This device may have been added with another device file.
[ 22.675] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[ 22.675] (II) No input driver specified, ignoring this device.
[ 22.675] (II) This device may have been added with another device file.
[ 22.675] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
[ 22.675] (II) No input driver specified, ignoring this device.
[ 22.675] (II) This device may have been added with another device file.
[ 22.676] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event13)
[ 22.676] (II) No input driver specified, ignoring this device.
[ 22.676] (II) This device may have been added with another device file.
[ 22.676] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[ 22.676] (II) No input driver specified, ignoring this device.
[ 22.676] (II) This device may have been added with another device file.
[ 22.677] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[ 22.677] (II) No input driver specified, ignoring this device.
[ 22.677] (II) This device may have been added with another device file.
[ 22.677] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 22.677] (II) No input driver specified, ignoring this device.
[ 22.677] (II) This device may have been added with another device file.
[ 22.686] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[ 22.686] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "system-keyboard"
[ 22.686] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[ 22.686] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[ 22.686] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[ 22.686] (**) Option "Device" "/dev/input/event11"
[ 22.686] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is a virtual subdevice
[ 22.686] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C08D.0002/input/input20/event11"
[ 22.686] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: KEYBOARD, id 12)
[ 22.686] (**) Option "xkb_layout" "us(dvorak),us"
[ 22.686] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 30.670] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 30.670] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 30.670] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 30.670] (--) NVIDIA(GPU-0):
[ 30.670] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 30.670] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 30.670] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 30.670] (--) NVIDIA(GPU-0):
[ 30.670] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 30.670] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 30.670] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 30.670] (--) NVIDIA(GPU-0):
[ 30.670] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 30.670] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 30.670] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 30.670] (--) NVIDIA(GPU-0):
[ 30.670] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 30.670] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 30.670] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 30.670] (--) NVIDIA(GPU-0):
[ 30.675] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 30.675] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 30.675] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 30.675] (--) NVIDIA(GPU-0):
[ 30.675] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 30.675] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 30.676] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 30.676] (--) NVIDIA(GPU-0):
[ 30.681] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 30.681] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 30.681] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 30.681] (--) NVIDIA(GPU-0):
[ 30.775] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 30.775] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 30.775] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 30.775] (--) NVIDIA(GPU-0):
[ 30.775] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 30.775] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 30.775] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 30.775] (--) NVIDIA(GPU-0):
[ 30.775] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 30.775] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 30.775] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 30.775] (--) NVIDIA(GPU-0):
[ 30.775] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 30.775] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 30.775] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 30.775] (--) NVIDIA(GPU-0):
[ 30.775] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 30.775] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 30.775] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 30.775] (--) NVIDIA(GPU-0):
[ 30.781] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 30.781] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 30.781] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 30.781] (--) NVIDIA(GPU-0):
[ 30.781] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 30.781] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 30.781] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 30.781] (--) NVIDIA(GPU-0):
[ 30.787] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 30.787] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 30.787] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 30.787] (--) NVIDIA(GPU-0):
[ 41.772] (II) config/udev: Adding input device Air75 BT5.0 (/dev/input/event18)
[ 41.773] (**) Air75 BT5.0 : Applying InputClass "libinput keyboard catchall"
[ 41.773] (**) Air75 BT5.0 : Applying InputClass "system-keyboard"
[ 41.773] (II) Using input driver 'libinput' for 'Air75 BT5.0 '
[ 41.774] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 72 paused 0
[ 41.774] (**) Air75 BT5.0 : always reports core events
[ 41.775] (**) Option "Device" "/dev/input/event18"
[ 41.778] (II) event18 - Air75 BT5.0 : is tagged by udev as: Keyboard
[ 41.779] (II) event18 - Air75 BT5.0 : device is a keyboard
[ 41.779] (II) event18 - Air75 BT5.0 : device removed
[ 41.779] (II) libinput: Air75 BT5.0 : needs a virtual subdevice
[ 41.779] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:05AC:024F.0006/input/input22/event18"
[ 41.779] (II) XINPUT: Adding extended input device "Air75 BT5.0 " (type: MOUSE, id 13)
[ 41.780] (**) Option "AccelerationScheme" "none"
[ 41.780] (**) Air75 BT5.0 : (accel) selected scheme none/0
[ 41.780] (**) Air75 BT5.0 : (accel) acceleration factor: 2.000
[ 41.780] (**) Air75 BT5.0 : (accel) acceleration threshold: 4
[ 41.782] (II) event18 - Air75 BT5.0 : is tagged by udev as: Keyboard
[ 41.783] (II) event18 - Air75 BT5.0 : device is a keyboard
[ 41.783] (**) Air75 BT5.0 : Applying InputClass "libinput keyboard catchall"
[ 41.783] (**) Air75 BT5.0 : Applying InputClass "system-keyboard"
[ 41.783] (II) Using input driver 'libinput' for 'Air75 BT5.0 '
[ 41.783] (II) systemd-logind: returning pre-existing fd for /dev/input/event18 13:82
[ 41.783] (**) Air75 BT5.0 : always reports core events
[ 41.783] (**) Option "Device" "/dev/input/event18"
[ 41.783] (II) libinput: Air75 BT5.0 : is a virtual subdevice
[ 41.783] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:05AC:024F.0006/input/input22/event18"
[ 41.783] (II) XINPUT: Adding extended input device "Air75 BT5.0 " (type: KEYBOARD, id 14)
[ 41.783] (**) Option "xkb_layout" "us(dvorak),us"
[ 41.783] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 42.846] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 42.846] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 42.846] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 42.846] (--) NVIDIA(GPU-0):
[ 42.846] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 42.846] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 42.846] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 42.846] (--) NVIDIA(GPU-0):
[ 42.846] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 42.846] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 42.846] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 42.846] (--) NVIDIA(GPU-0):
[ 42.847] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 42.847] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 42.847] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 42.847] (--) NVIDIA(GPU-0):
[ 42.847] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 42.847] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 42.847] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 42.847] (--) NVIDIA(GPU-0):
[ 42.852] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 42.852] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 42.852] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 42.852] (--) NVIDIA(GPU-0):
[ 42.852] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 42.852] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 42.852] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 42.852] (--) NVIDIA(GPU-0):
[ 42.858] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 42.858] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 42.858] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 42.858] (--) NVIDIA(GPU-0):
[ 42.864] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 42.864] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 42.864] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 42.864] (--) NVIDIA(GPU-0):
[ 42.864] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 42.864] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 42.864] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 42.864] (--) NVIDIA(GPU-0):
[ 42.864] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 42.864] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 42.864] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 42.864] (--) NVIDIA(GPU-0):
[ 42.864] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 42.864] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 42.864] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 42.864] (--) NVIDIA(GPU-0):
[ 42.865] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 42.865] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 42.865] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 42.865] (--) NVIDIA(GPU-0):
[ 42.870] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 42.870] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 42.870] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 42.870] (--) NVIDIA(GPU-0):
[ 42.870] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 42.870] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 42.870] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 42.870] (--) NVIDIA(GPU-0):
[ 42.876] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 42.876] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 42.876] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 42.876] (--) NVIDIA(GPU-0):
[ 520.507] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.26.1/button-debouncing.html for details
[ 12139.108] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 12139.109] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 12139.109] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[ 12139.109] (--) NVIDIA(GPU-0):
[ 12166.346] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 12166.346] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 12166.346] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 12166.346] (--) NVIDIA(GPU-0):
[ 12166.840] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 12166.840] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 12166.840] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 12166.840] (--) NVIDIA(GPU-0):
[ 12167.603] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 12167.603] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 12167.603] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 12167.603] (--) NVIDIA(GPU-0):
[ 30749.785] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 30749.786] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 30749.786] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[ 30749.786] (--) NVIDIA(GPU-0):
[ 64723.702] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[ 64723.704] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[ 64723.704] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[ 64723.704] (--) NVIDIA(GPU-0):
[ 64723.979] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 64723.979] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 64723.979] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 64723.979] (--) NVIDIA(GPU-0):
[ 64724.768] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[ 64724.768] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[ 64724.768] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[ 64724.768] (--) NVIDIA(GPU-0):
[ 71688.515] (II) config/udev: Adding input device Will's JBL Xtr (AVRCP) (/dev/input/event19)
[ 71688.517] (**) Will's JBL Xtr (AVRCP): Applying InputClass "libinput keyboard catchall"
[ 71688.518] (**) Will's JBL Xtr (AVRCP): Applying InputClass "system-keyboard"
[ 71688.518] (II) Using input driver 'libinput' for 'Will's JBL Xtr (AVRCP)'
[ 71688.520] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 97 paused 0
[ 71688.520] (**) Will's JBL Xtr (AVRCP): always reports core events
[ 71688.520] (**) Option "Device" "/dev/input/event19"
[ 71688.521] (II) event19 - Will's JBL Xtr (AVRCP): is tagged by udev as: Keyboard
[ 71688.522] (II) event19 - Will's JBL Xtr (AVRCP): device is a keyboard
[ 71688.522] (II) event19 - Will's JBL Xtr (AVRCP): device removed
[ 71688.522] (**) Option "config_info" "udev:/sys/devices/virtual/input/input23/event19"
[ 71688.522] (II) XINPUT: Adding extended input device "Will's JBL Xtr (AVRCP)" (type: KEYBOARD, id 15)
[ 71688.522] (**) Option "xkb_layout" "us(dvorak),us"
[ 71688.522] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[ 71688.523] (II) event19 - Will's JBL Xtr (AVRCP): is tagged by udev as: Keyboard
[ 71688.523] (II) event19 - Will's JBL Xtr (AVRCP): device is a keyboard
[ 98548.087] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 98548.088] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 98548.088] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[ 98548.088] (--) NVIDIA(GPU-0):
[106228.693] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[106228.709] (II) config/udev: removing device Logitech G502 LIGHTSPEED Wireless Gaming Mouse
[106228.709] (**) Option "fd" "46"
[106228.718] (II) UnloadModule: "libinput"
[106228.718] (II) systemd-logind: releasing fd for 13:68
[106229.009] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[106229.012] (II) config/udev: removing device Logitech G502 LIGHTSPEED Wireless Gaming Mouse
[106229.012] (**) Option "fd" "47"
[106229.013] (II) UnloadModule: "libinput"
[106229.013] (II) systemd-logind: not releasing fd for 13:75, still in use
[106229.013] (II) config/udev: removing device Logitech G502 LIGHTSPEED Wireless Gaming Mouse
[106229.013] (**) Option "fd" "47"
[106229.014] (II) UnloadModule: "libinput"
[106229.014] (II) systemd-logind: releasing fd for 13:75
[110879.924] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/mouse0)
[110879.934] (II) No input driver specified, ignoring this device.
[110879.934] (II) This device may have been added with another device file.
[110879.998] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/event11)
[110879.998] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[110879.998] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "system-keyboard"
[110879.998] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[110880.000] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 47 paused 0
[110880.001] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[110880.001] (**) Option "Device" "/dev/input/event11"
[110880.004] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Keyboard
[110880.004] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a keyboard
[110880.004] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[110880.004] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: needs a virtual subdevice
[110880.005] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C08D.000A/input/input25/event11"
[110880.005] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: MOUSE, id 9)
[110880.014] (**) Option "AccelerationScheme" "none"
[110880.014] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) selected scheme none/0
[110880.014] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration factor: 2.000
[110880.014] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration threshold: 4
[110880.016] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Keyboard
[110880.016] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a keyboard
[110880.016] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[110880.016] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "system-keyboard"
[110880.016] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[110880.016] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[110880.016] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[110880.016] (**) Option "Device" "/dev/input/event11"
[110880.016] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is a virtual subdevice
[110880.016] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C08D.000A/input/input25/event11"
[110880.016] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: KEYBOARD, id 10)
[110880.016] (**) Option "xkb_layout" "us(dvorak),us"
[110880.016] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[110880.042] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/event4)
[110880.042] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput pointer catchall"
[110880.042] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[110880.099] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 77 paused 0
[110880.099] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[110880.099] (**) Option "Device" "/dev/input/event4"
[110880.103] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Mouse
[110880.103] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a pointer
[110880.103] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[110880.103] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[110880.103] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[110880.103] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[110880.103] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C08D.0009/input/input24/event4"
[110880.103] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: MOUSE, id 12)
[110880.104] (**) Option "AccelerationScheme" "none"
[110880.105] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) selected scheme none/0
[110880.105] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration factor: 2.000
[110880.105] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration threshold: 4
[110880.108] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Mouse
[110880.108] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a pointer
[110883.763] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[110883.763] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[110883.763] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[110883.763] (--) NVIDIA(GPU-0):
[110884.123] (--) NVIDIA(GPU-0): DFP-4: disconnected
[110884.123] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[110884.123] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[110884.123] (--) NVIDIA(GPU-0):
[110884.896] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[110884.896] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[110884.896] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[110884.896] (--) NVIDIA(GPU-0):
[116381.734] (--) NVIDIA(GPU-0): DFP-6: disconnected
[116381.736] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[116381.736] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[116381.736] (--) NVIDIA(GPU-0):
[144124.086] (--) NVIDIA(GPU-0): DFP-4: disconnected
[144124.087] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[144124.087] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[144124.087] (--) NVIDIA(GPU-0):
[144124.376] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): connected
[144124.376] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): Internal DisplayPort
[144124.376] (--) NVIDIA(GPU-0): DELL S2721DGF (DFP-6): 1440.0 MHz maximum pixel clock
[144124.376] (--) NVIDIA(GPU-0):
[144124.896] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): connected
[144124.896] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): Internal DisplayPort
[144124.896] (--) NVIDIA(GPU-0): DELL U3419W (DFP-4): 1440.0 MHz maximum pixel clock
[144124.896] (--) NVIDIA(GPU-0):
[148205.071] (II) config/udev: removing device Power Button
[148205.073] (**) Option "fd" "41"
[148205.074] (II) event2 - Power Button: device removed
[148205.076] (II) UnloadModule: "libinput"
[148205.076] (II) systemd-logind: releasing fd for 13:66
[148205.108] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[148205.109] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[148205.109] (**) Power Button: Applying InputClass "system-keyboard"
[148205.109] (II) Using input driver 'libinput' for 'Power Button'
[148205.110] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 79 paused 0
[148205.110] (**) Power Button: always reports core events
[148205.110] (**) Option "Device" "/dev/input/event2"
[148205.111] (II) event2 - Power Button: is tagged by udev as: Keyboard
[148205.111] (II) event2 - Power Button: device is a keyboard
[148205.111] (II) event2 - Power Button: device removed
[148205.111] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[148205.111] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[148205.111] (**) Option "xkb_layout" "us(dvorak),us"
[148205.111] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148205.113] (II) event2 - Power Button: is tagged by udev as: Keyboard
[148205.113] (II) event2 - Power Button: device is a keyboard
[148205.114] (II) config/udev: removing device Sleep Button
[148205.114] (**) Option "fd" "45"
[148205.114] (II) event0 - Sleep Button: device removed
[148205.114] (II) UnloadModule: "libinput"
[148205.114] (II) systemd-logind: releasing fd for 13:64
[148205.142] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[148205.142] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[148205.143] (**) Sleep Button: Applying InputClass "system-keyboard"
[148205.143] (II) Using input driver 'libinput' for 'Sleep Button'
[148205.144] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 45 paused 0
[148205.144] (**) Sleep Button: always reports core events
[148205.144] (**) Option "Device" "/dev/input/event0"
[148205.145] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[148205.145] (II) event0 - Sleep Button: device is a keyboard
[148205.145] (II) event0 - Sleep Button: device removed
[148205.145] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[148205.145] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[148205.145] (**) Option "xkb_layout" "us(dvorak),us"
[148205.145] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148205.148] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[148205.148] (II) event0 - Sleep Button: device is a keyboard
[148205.149] (II) config/udev: removing device Power Button
[148205.149] (**) Option "fd" "44"
[148205.149] (II) event1 - Power Button: device removed
[148205.150] (II) UnloadModule: "libinput"
[148205.150] (II) systemd-logind: releasing fd for 13:65
[148205.152] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[148205.152] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[148205.152] (**) Power Button: Applying InputClass "system-keyboard"
[148205.152] (II) Using input driver 'libinput' for 'Power Button'
[148205.152] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[148205.152] (**) Power Button: always reports core events
[148205.152] (**) Option "Device" "/dev/input/event1"
[148205.153] (II) event1 - Power Button: is tagged by udev as: Keyboard
[148205.153] (II) event1 - Power Button: device is a keyboard
[148205.154] (II) event1 - Power Button: device removed
[148205.154] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[148205.154] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[148205.154] (**) Option "xkb_layout" "us(dvorak),us"
[148205.154] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148205.155] (II) event1 - Power Button: is tagged by udev as: Keyboard
[148205.156] (II) event1 - Power Button: device is a keyboard
[148205.157] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/mouse0)
[148205.157] (II) No input driver specified, ignoring this device.
[148205.157] (II) This device may have been added with another device file.
[148205.159] (II) config/udev: removing device Logitech G502 LIGHTSPEED Wireless Gaming Mouse
[148205.159] (**) Option "fd" "77"
[148205.159] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[148205.161] (II) UnloadModule: "libinput"
[148205.161] (II) systemd-logind: releasing fd for 13:68
[148205.212] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/event4)
[148205.212] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput pointer catchall"
[148205.212] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[148205.268] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 77 paused 0
[148205.268] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[148205.268] (**) Option "Device" "/dev/input/event4"
[148205.269] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Mouse
[148205.269] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a pointer
[148205.269] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[148205.269] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[148205.269] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[148205.269] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[148205.270] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C08D.0009/input/input24/event4"
[148205.270] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: MOUSE, id 12)
[148205.270] (**) Option "AccelerationScheme" "none"
[148205.270] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) selected scheme none/0
[148205.270] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration factor: 2.000
[148205.270] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration threshold: 4
[148205.271] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Mouse
[148205.272] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a pointer
[148205.273] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[148205.273] (II) No input driver specified, ignoring this device.
[148205.273] (II) This device may have been added with another device file.
[148205.273] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[148205.273] (II) No input driver specified, ignoring this device.
[148205.273] (II) This device may have been added with another device file.
[148205.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[148205.274] (II) No input driver specified, ignoring this device.
[148205.274] (II) This device may have been added with another device file.
[148205.274] (II) config/udev: removing device Logitech G502 LIGHTSPEED Wireless Gaming Mouse
[148205.274] (**) Option "fd" "47"
[148205.274] (II) UnloadModule: "libinput"
[148205.274] (II) systemd-logind: not releasing fd for 13:75, still in use
[148205.274] (II) config/udev: removing device Logitech G502 LIGHTSPEED Wireless Gaming Mouse
[148205.274] (**) Option "fd" "47"
[148205.274] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[148205.275] (II) UnloadModule: "libinput"
[148205.275] (II) systemd-logind: releasing fd for 13:75
[148205.276] (II) config/udev: Adding input device Logitech G502 LIGHTSPEED Wireless Gaming Mouse (/dev/input/event11)
[148205.276] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[148205.276] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "system-keyboard"
[148205.276] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[148205.276] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 47 paused 0
[148205.276] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[148205.276] (**) Option "Device" "/dev/input/event11"
[148205.277] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Keyboard
[148205.277] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a keyboard
[148205.278] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[148205.278] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: needs a virtual subdevice
[148205.278] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C08D.000A/input/input25/event11"
[148205.278] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: MOUSE, id 9)
[148205.278] (**) Option "AccelerationScheme" "none"
[148205.278] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) selected scheme none/0
[148205.278] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration factor: 2.000
[148205.278] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: (accel) acceleration threshold: 4
[148205.279] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is tagged by udev as: Keyboard
[148205.280] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device is a keyboard
[148205.280] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[148205.280] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: Applying InputClass "system-keyboard"
[148205.280] (II) Using input driver 'libinput' for 'Logitech G502 LIGHTSPEED Wireless Gaming Mouse'
[148205.280] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[148205.280] (**) Logitech G502 LIGHTSPEED Wireless Gaming Mouse: always reports core events
[148205.280] (**) Option "Device" "/dev/input/event11"
[148205.280] (II) libinput: Logitech G502 LIGHTSPEED Wireless Gaming Mouse: is a virtual subdevice
[148205.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C08D.000A/input/input25/event11"
[148205.280] (II) XINPUT: Adding extended input device "Logitech G502 LIGHTSPEED Wireless Gaming Mouse" (type: KEYBOARD, id 10)
[148205.280] (**) Option "xkb_layout" "us(dvorak),us"
[148205.280] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148205.280] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[148205.280] (II) No input driver specified, ignoring this device.
[148205.280] (II) This device may have been added with another device file.
[148205.281] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[148205.281] (II) No input driver specified, ignoring this device.
[148205.281] (II) This device may have been added with another device file.
[148205.281] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event5)
[148205.281] (II) No input driver specified, ignoring this device.
[148205.281] (II) This device may have been added with another device file.
[148205.281] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[148205.281] (II) No input driver specified, ignoring this device.
[148205.281] (II) This device may have been added with another device file.
[148205.281] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[148205.281] (II) No input driver specified, ignoring this device.
[148205.281] (II) This device may have been added with another device file.
[148205.282] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[148205.282] (II) No input driver specified, ignoring this device.
[148205.282] (II) This device may have been added with another device file.
[148205.282] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event13)
[148205.282] (II) No input driver specified, ignoring this device.
[148205.282] (II) This device may have been added with another device file.
[148205.282] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
[148205.282] (II) No input driver specified, ignoring this device.
[148205.282] (II) This device may have been added with another device file.
[148205.283] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[148205.283] (II) No input driver specified, ignoring this device.
[148205.283] (II) This device may have been added with another device file.
[148205.283] (II) config/udev: removing device Kingston HyperX Quadcast Consumer Control
[148205.283] (**) Option "fd" "48"
[148205.283] (II) event6 - Kingston HyperX Quadcast Consumer Control: device removed
[148205.283] (II) UnloadModule: "libinput"
[148205.283] (II) systemd-logind: releasing fd for 13:70
[148205.284] (II) config/udev: Adding input device Kingston HyperX Quadcast Consumer Control (/dev/input/event6)
[148205.284] (**) Kingston HyperX Quadcast Consumer Control: Applying InputClass "libinput keyboard catchall"
[148205.284] (**) Kingston HyperX Quadcast Consumer Control: Applying InputClass "system-keyboard"
[148205.284] (II) Using input driver 'libinput' for 'Kingston HyperX Quadcast Consumer Control'
[148205.284] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
[148205.284] (**) Kingston HyperX Quadcast Consumer Control: always reports core events
[148205.284] (**) Option "Device" "/dev/input/event6"
[148205.285] (II) event6 - Kingston HyperX Quadcast Consumer Control: is tagged by udev as: Keyboard
[148205.285] (II) event6 - Kingston HyperX Quadcast Consumer Control: device is a keyboard
[148205.286] (II) event6 - Kingston HyperX Quadcast Consumer Control: device removed
[148205.286] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/usb3/3-2/3-2:1.3/0003:0951:16DF.0004/input/input6/event6"
[148205.286] (II) XINPUT: Adding extended input device "Kingston HyperX Quadcast Consumer Control" (type: KEYBOARD, id 11)
[148205.286] (**) Option "xkb_layout" "us(dvorak),us"
[148205.286] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148205.287] (II) event6 - Kingston HyperX Quadcast Consumer Control: is tagged by udev as: Keyboard
[148205.287] (II) event6 - Kingston HyperX Quadcast Consumer Control: device is a keyboard
[148205.290] (II) config/udev: removing device Will's JBL Xtr (AVRCP)
[148205.290] (**) Option "fd" "97"
[148205.290] (II) event19 - Will's JBL Xtr (AVRCP): device removed
[148205.290] (II) UnloadModule: "libinput"
[148205.290] (II) systemd-logind: releasing fd for 13:83
[148205.291] (II) config/udev: Adding input device Will's JBL Xtr (AVRCP) (/dev/input/event19)
[148205.291] (**) Will's JBL Xtr (AVRCP): Applying InputClass "libinput keyboard catchall"
[148205.291] (**) Will's JBL Xtr (AVRCP): Applying InputClass "system-keyboard"
[148205.291] (II) Using input driver 'libinput' for 'Will's JBL Xtr (AVRCP)'
[148205.292] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 80 paused 0
[148205.292] (**) Will's JBL Xtr (AVRCP): always reports core events
[148205.292] (**) Option "Device" "/dev/input/event19"
[148205.292] (II) event19 - Will's JBL Xtr (AVRCP): is tagged by udev as: Keyboard
[148205.292] (II) event19 - Will's JBL Xtr (AVRCP): device is a keyboard
[148205.292] (II) event19 - Will's JBL Xtr (AVRCP): device removed
[148205.292] (**) Option "config_info" "udev:/sys/devices/virtual/input/input23/event19"
[148205.292] (II) XINPUT: Adding extended input device "Will's JBL Xtr (AVRCP)" (type: KEYBOARD, id 15)
[148205.292] (**) Option "xkb_layout" "us(dvorak),us"
[148205.292] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148205.293] (II) event19 - Will's JBL Xtr (AVRCP): is tagged by udev as: Keyboard
[148205.293] (II) event19 - Will's JBL Xtr (AVRCP): device is a keyboard
[148205.294] (II) config/udev: removing device Air75 BT5.0
[148205.294] (**) Option "fd" "72"
[148205.294] (II) UnloadModule: "libinput"
[148205.294] (II) systemd-logind: not releasing fd for 13:82, still in use
[148205.294] (II) config/udev: removing device Air75 BT5.0
[148205.294] (**) Option "fd" "72"
[148205.294] (II) event18 - Air75 BT5.0 : device removed
[148205.294] (II) UnloadModule: "libinput"
[148205.294] (II) systemd-logind: releasing fd for 13:82
[148205.295] (II) config/udev: Adding input device Air75 BT5.0 (/dev/input/event18)
[148205.295] (**) Air75 BT5.0 : Applying InputClass "libinput keyboard catchall"
[148205.295] (**) Air75 BT5.0 : Applying InputClass "system-keyboard"
[148205.295] (II) Using input driver 'libinput' for 'Air75 BT5.0 '
[148205.296] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 72 paused 0
[148205.296] (**) Air75 BT5.0 : always reports core events
[148205.296] (**) Option "Device" "/dev/input/event18"
[148205.296] (II) event18 - Air75 BT5.0 : is tagged by udev as: Keyboard
[148205.296] (II) event18 - Air75 BT5.0 : device is a keyboard
[148205.297] (II) event18 - Air75 BT5.0 : device removed
[148205.297] (II) libinput: Air75 BT5.0 : needs a virtual subdevice
[148205.297] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:05AC:024F.0006/input/input22/event18"
[148205.297] (II) XINPUT: Adding extended input device "Air75 BT5.0 " (type: MOUSE, id 13)
[148205.297] (**) Option "AccelerationScheme" "none"
[148205.297] (**) Air75 BT5.0 : (accel) selected scheme none/0
[148205.297] (**) Air75 BT5.0 : (accel) acceleration factor: 2.000
[148205.297] (**) Air75 BT5.0 : (accel) acceleration threshold: 4
[148205.298] (II) event18 - Air75 BT5.0 : is tagged by udev as: Keyboard
[148205.298] (II) event18 - Air75 BT5.0 : device is a keyboard
[148205.298] (**) Air75 BT5.0 : Applying InputClass "libinput keyboard catchall"
[148205.298] (**) Air75 BT5.0 : Applying InputClass "system-keyboard"
[148205.298] (II) Using input driver 'libinput' for 'Air75 BT5.0 '
[148205.298] (II) systemd-logind: returning pre-existing fd for /dev/input/event18 13:82
[148205.298] (**) Air75 BT5.0 : always reports core events
[148205.298] (**) Option "Device" "/dev/input/event18"
[148205.298] (II) libinput: Air75 BT5.0 : is a virtual subdevice
[148205.298] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:05AC:024F.0006/input/input22/event18"
[148205.298] (II) XINPUT: Adding extended input device "Air75 BT5.0 " (type: KEYBOARD, id 14)
[148205.298] (**) Option "xkb_layout" "us(dvorak),us"
[148205.298] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148479.237] (II) config/udev: Adding input device BY Tech Air75 (/dev/input/mouse1)
[148479.238] (**) BY Tech Air75: Applying InputClass "system-keyboard"
[148479.238] (II) No input driver specified, ignoring this device.
[148479.238] (II) This device may have been added with another device file.
[148479.291] (II) config/udev: Adding input device BY Tech Air75 (/dev/input/event21)
[148479.291] (**) BY Tech Air75: Applying InputClass "libinput pointer catchall"
[148479.291] (**) BY Tech Air75: Applying InputClass "libinput keyboard catchall"
[148479.291] (**) BY Tech Air75: Applying InputClass "system-keyboard"
[148479.291] (II) Using input driver 'libinput' for 'BY Tech Air75'
[148479.292] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 81 paused 0
[148479.292] (**) BY Tech Air75: always reports core events
[148479.292] (**) Option "Device" "/dev/input/event21"
[148479.293] (II) event21 - BY Tech Air75: is tagged by udev as: Keyboard Mouse
[148479.293] (II) event21 - BY Tech Air75: device is a pointer
[148479.293] (II) event21 - BY Tech Air75: device is a keyboard
[148479.293] (II) event21 - BY Tech Air75: device removed
[148479.293] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148479.293] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148479.293] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148479.293] (II) libinput: BY Tech Air75: needs a virtual subdevice
[148479.293] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:05AC:024F.000F/input/input27/event21"
[148479.293] (II) XINPUT: Adding extended input device "BY Tech Air75" (type: MOUSE, id 16)
[148479.293] (**) Option "AccelerationScheme" "none"
[148479.293] (**) BY Tech Air75: (accel) selected scheme none/0
[148479.293] (**) BY Tech Air75: (accel) acceleration factor: 2.000
[148479.293] (**) BY Tech Air75: (accel) acceleration threshold: 4
[148479.295] (II) event21 - BY Tech Air75: is tagged by udev as: Keyboard Mouse
[148479.295] (II) event21 - BY Tech Air75: device is a pointer
[148479.295] (II) event21 - BY Tech Air75: device is a keyboard
[148479.295] (**) BY Tech Air75: Applying InputClass "libinput pointer catchall"
[148479.295] (**) BY Tech Air75: Applying InputClass "libinput keyboard catchall"
[148479.295] (**) BY Tech Air75: Applying InputClass "system-keyboard"
[148479.295] (II) Using input driver 'libinput' for 'BY Tech Air75'
[148479.295] (II) systemd-logind: returning pre-existing fd for /dev/input/event21 13:85
[148479.295] (**) BY Tech Air75: always reports core events
[148479.295] (**) Option "Device" "/dev/input/event21"
[148479.295] (II) libinput: BY Tech Air75: is a virtual subdevice
[148479.295] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148479.295] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148479.295] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148479.295] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:05AC:024F.000F/input/input27/event21"
[148479.295] (II) XINPUT: Adding extended input device "BY Tech Air75" (type: KEYBOARD, id 17)
[148479.295] (**) Option "xkb_layout" "us(dvorak),us"
[148479.295] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148479.302] (II) config/udev: Adding input device BY Tech Air75 (/dev/input/event20)
[148479.302] (**) BY Tech Air75: Applying InputClass "libinput keyboard catchall"
[148479.302] (**) BY Tech Air75: Applying InputClass "system-keyboard"
[148479.302] (II) Using input driver 'libinput' for 'BY Tech Air75'
[148479.303] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 82 paused 0
[148479.303] (**) BY Tech Air75: always reports core events
[148479.303] (**) Option "Device" "/dev/input/event20"
[148479.304] (II) event20 - BY Tech Air75: is tagged by udev as: Keyboard
[148479.304] (II) event20 - BY Tech Air75: device is a keyboard
[148479.305] (II) event20 - BY Tech Air75: device removed
[148479.305] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:05AC:024F.000E/input/input26/event20"
[148479.305] (II) XINPUT: Adding extended input device "BY Tech Air75" (type: KEYBOARD, id 18)
[148479.305] (**) Option "xkb_layout" "us(dvorak),us"
[148479.305] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148479.306] (II) event20 - BY Tech Air75: is tagged by udev as: Keyboard
[148479.306] (II) event20 - BY Tech Air75: device is a keyboard
[148481.902] (II) event20 - BY Tech Air75: device removed
[148481.904] (II) config/udev: removing device BY Tech Air75
[148481.905] (**) Option "fd" "82"
[148481.906] (II) UnloadModule: "libinput"
[148481.906] (II) systemd-logind: releasing fd for 13:84
[148482.021] (II) event21 - BY Tech Air75: device removed
[148482.025] (II) config/udev: removing device BY Tech Air75
[148482.025] (**) Option "fd" "81"
[148482.026] (II) UnloadModule: "libinput"
[148482.026] (II) systemd-logind: not releasing fd for 13:85, still in use
[148482.026] (II) config/udev: removing device BY Tech Air75
[148482.026] (**) Option "fd" "81"
[148482.027] (II) UnloadModule: "libinput"
[148482.027] (II) systemd-logind: releasing fd for 13:85
[148488.489] (II) config/udev: Adding input device BY Tech Air75 (/dev/input/mouse1)
[148488.489] (**) BY Tech Air75: Applying InputClass "system-keyboard"
[148488.489] (II) No input driver specified, ignoring this device.
[148488.489] (II) This device may have been added with another device file.
[148488.544] (II) config/udev: Adding input device BY Tech Air75 (/dev/input/event20)
[148488.544] (**) BY Tech Air75: Applying InputClass "libinput keyboard catchall"
[148488.544] (**) BY Tech Air75: Applying InputClass "system-keyboard"
[148488.544] (II) Using input driver 'libinput' for 'BY Tech Air75'
[148488.545] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 81 paused 0
[148488.545] (**) BY Tech Air75: always reports core events
[148488.545] (**) Option "Device" "/dev/input/event20"
[148488.546] (II) event20 - BY Tech Air75: is tagged by udev as: Keyboard
[148488.546] (II) event20 - BY Tech Air75: device is a keyboard
[148488.546] (II) event20 - BY Tech Air75: device removed
[148488.546] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:05AC:024F.0010/input/input28/event20"
[148488.546] (II) XINPUT: Adding extended input device "BY Tech Air75" (type: KEYBOARD, id 16)
[148488.546] (**) Option "xkb_layout" "us(dvorak),us"
[148488.546] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[148488.548] (II) event20 - BY Tech Air75: is tagged by udev as: Keyboard
[148488.548] (II) event20 - BY Tech Air75: device is a keyboard
[148488.556] (II) config/udev: Adding input device BY Tech Air75 (/dev/input/event21)
[148488.556] (**) BY Tech Air75: Applying InputClass "libinput pointer catchall"
[148488.556] (**) BY Tech Air75: Applying InputClass "libinput keyboard catchall"
[148488.556] (**) BY Tech Air75: Applying InputClass "system-keyboard"
[148488.556] (II) Using input driver 'libinput' for 'BY Tech Air75'
[148488.556] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 82 paused 0
[148488.556] (**) BY Tech Air75: always reports core events
[148488.556] (**) Option "Device" "/dev/input/event21"
[148488.558] (II) event21 - BY Tech Air75: is tagged by udev as: Keyboard Mouse
[148488.558] (II) event21 - BY Tech Air75: device is a pointer
[148488.558] (II) event21 - BY Tech Air75: device is a keyboard
[148488.558] (II) event21 - BY Tech Air75: device removed
[148488.558] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148488.558] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148488.558] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148488.558] (II) libinput: BY Tech Air75: needs a virtual subdevice
[148488.558] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:05AC:024F.0011/input/input29/event21"
[148488.558] (II) XINPUT: Adding extended input device "BY Tech Air75" (type: MOUSE, id 17)
[148488.559] (**) Option "AccelerationScheme" "none"
[148488.559] (**) BY Tech Air75: (accel) selected scheme none/0
[148488.559] (**) BY Tech Air75: (accel) acceleration factor: 2.000
[148488.559] (**) BY Tech Air75: (accel) acceleration threshold: 4
[148488.560] (II) event21 - BY Tech Air75: is tagged by udev as: Keyboard Mouse
[148488.560] (II) event21 - BY Tech Air75: device is a pointer
[148488.560] (II) event21 - BY Tech Air75: device is a keyboard
[148488.560] (**) BY Tech Air75: Applying InputClass "libinput pointer catchall"
[148488.560] (**) BY Tech Air75: Applying InputClass "libinput keyboard catchall"
[148488.560] (**) BY Tech Air75: Applying InputClass "system-keyboard"
[148488.560] (II) Using input driver 'libinput' for 'BY Tech Air75'
[148488.560] (II) systemd-logind: returning pre-existing fd for /dev/input/event21 13:85
[148488.560] (**) BY Tech Air75: always reports core events
[148488.560] (**) Option "Device" "/dev/input/event21"
[148488.560] (II) libinput: BY Tech Air75: is a virtual subdevice
[148488.560] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148488.561] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148488.561] (II) libinput: BY Tech Air75: Step value 0 was provided, libinput Fallback acceleration function is used.
[148488.561] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:05AC:024F.0011/input/input29/event21"
[148488.561] (II) XINPUT: Adding extended input device "BY Tech Air75" (type: KEYBOARD, id 18)
[148488.561] (**) Option "xkb_layout" "us(dvorak),us"
[148488.561] (**) Option "xkb_options" "grp:ctrl_space_toggle"
[151044.456] (--) NVIDIA(GPU-0): DFP-6: disconnected
[151044.457] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[151044.457] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[151044.457] (--) NVIDIA(GPU-0):
[161261.168] (**) Option "fd" "79"
[161261.170] (II) event2 - Power Button: device removed
[161261.179] (**) Option "fd" "45"
[161261.179] (II) event0 - Sleep Button: device removed
[161261.180] (**) Option "fd" "44"
[161261.180] (II) event1 - Power Button: device removed
[161261.180] (**) Option "fd" "77"
[161261.180] (II) event4 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[161261.180] (**) Option "fd" "47"
[161261.181] (**) Option "fd" "47"
[161261.181] (II) event11 - Logitech G502 LIGHTSPEED Wireless Gaming Mouse: device removed
[161261.181] (**) Option "fd" "48"
[161261.181] (II) event6 - Kingston HyperX Quadcast Consumer Control: device removed
[161261.181] (**) Option "fd" "80"
[161261.181] (II) event19 - Will's JBL Xtr (AVRCP): device removed
[161261.181] (**) Option "fd" "72"
[161261.181] (**) Option "fd" "72"
[161261.181] (II) event18 - Air75 BT5.0 : device removed
[161261.182] (**) Option "fd" "81"
[161261.182] (II) event20 - BY Tech Air75: device removed
[161261.182] (**) Option "fd" "82"
[161261.182] (**) Option "fd" "82"
[161261.182] (II) event21 - BY Tech Air75: device removed
[161261.374] (II) systemd-logind: got pause for 13:82
[161261.374] (II) systemd-logind: got pause for 13:66
[161261.374] (II) systemd-logind: got pause for 13:64
[161261.374] (II) systemd-logind: got pause for 13:75
[161261.374] (II) systemd-logind: got pause for 13:65
[161261.374] (II) systemd-logind: got pause for 13:70
[161261.374] (II) systemd-logind: got pause for 13:84
[161261.374] (II) systemd-logind: got pause for 13:68
[161261.374] (II) systemd-logind: got pause for 13:85
[161261.374] (II) systemd-logind: got pause for 13:83
Last edited by gatorpatch (2024-07-03 19:03:55)
Offline
Having similar issues, I have a hunch that they are related.
A caveat; the machine that I am remoting into is a Hyper-V virtual machine running locally on the clinet machine. This may seem dumb but Hyper-V does not support multimonitor and nearly as many passthrough features on its local client as RDP does.
Posting same files below, note that xrdp.log is citing the error as
lib_data_in: lib_mod_process_message failed
and Xorg.0.log is complaining that it cannot configure any devices.
/etc/X11/xorg.conf
empty
~/.xinitrc
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec i3
/etc/xrdp/sesman.ini
;; See `man 5 sesman.ini` for details
[Globals]
; listening port
#ListenPort=sesman.socket
EnableUserWindowManager=true
; Give in relative path to user's home directory
UserWindowManager=startwm.sh
; Give in full path or relative path to /etc/xrdp
DefaultWindowManager=startwm.sh
; Give in full path or relative path to /etc/xrdp
ReconnectScript=reconnectwm.sh
[Security]
AllowRootLogin=true
MaxLoginRetry=4
TerminalServerUsers=tsusers
TerminalServerAdmins=tsadmins
; When AlwaysGroupCheck=false access will be permitted
; if the group TerminalServerUsers is not defined.
AlwaysGroupCheck=false
; When RestrictOutboundClipboard=all clipboard from the
; server is not pushed to the client.
; In addition, you can control text/file/image transfer restrictions
; respectively. It also accepts comma separated list such as text,file,image.
; To keep compatibility, some aliases are also available:
; true: an alias of all
; false: an alias of none
; yes: an alias of all
RestrictOutboundClipboard=none
; When RestrictInboundClipboard=all clipboard from the
; client is not pushed to the server.
; In addition, you can control text/file/image transfer restrictions
; respectively. It also accepts comma separated list such as text,file,image.
; To keep compatibility, some aliases are also available:
; true: an alias of all
; false: an alias of none
; yes: an alias of all
RestrictInboundClipboard=none
; Set to 'no' to prevent users from logging in with alternate shells
#AllowAlternateShell=true
; On Linux systems, the Xorg X11 server is normally invoked using
; no_new_privs to avoid problems if the executable is suid. This may,
; however, interfere with the use of security modules such as AppArmor.
; Leave this unset unless you need to disable it.
#XorgNoNewPrivileges=true
; Specify the group which is to have read access to the directory where
; local sockets for the session are created. This is normally the GID
; which the xrdp process runs as.
; Default is 'root'
#SessionSockdirGroup=root
[Sessions]
;; X11DisplayOffset - x11 display number offset
; Type: integer
; Default: 10
X11DisplayOffset=10
;; MaxSessions - maximum number of connections to an xrdp server
; Type: integer
; Default: 0
MaxSessions=50
;; MaxDisplayNumer - maximum number considered for an X display
; Type: integer
; Default: 63
;
; IANA only allocates TCP ports up to 6063 for X servers. If you are not
; allowing TCP connections to your X servers you may safely increase this
; number.
#MaxDisplayNumber=63
;; KillDisconnected - kill disconnected sessions
; Type: boolean
; Default: false
; if 1, true, or yes, every session will be killed within DisconnectedTimeLimit
; seconds after the user disconnects
KillDisconnected=false
;; DisconnectedTimeLimit (seconds) - wait before kill disconnected sessions
; Type: integer
; Default: 0
; if KillDisconnected is set to false, this value is ignored
DisconnectedTimeLimit=0
;; IdleTimeLimit (seconds) - wait before disconnect idle sessions
; Type: integer
; Default: 0
; Set to 0 to disable idle disconnection.
IdleTimeLimit=0
;; Policy - session allocation policy
;
; Type: enum [ "Default" | "Separate" | Combination from {UBDI} ]
; "Default" Currently same as "UB"
; "Separate" All sessions are separate. Sessions can never be rejoined,
; and will need to be cleaned up manually, or automatically
; by setting other sesman options.
;
; Combination options:-
; U Sessions are separated per user
; B Sessions are separated by bits-per-pixel
; D Sessions are separated by initial display size
; I Sessions are separated by IP address
;
; The options U and B are always active, and cannot be de-selected.
Policy=Default
[Logging]
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
LogFile=xrdp-sesman.log
LogLevel=INFO
EnableSyslog=true
#SyslogLevel=INFO
#EnableConsole=false
#ConsoleLevel=INFO
#EnableProcessId=false
[LoggingPerLogger]
; Note: per logger configuration is only used if xrdp is built with
; --enable-devel-logging
#sesman.c=INFO
#main()=INFO
;
; Session definitions - startup command-line parameters for each session type
;
[Xorg]
; Specify the path of non-suid Xorg executable. It might differ depending
; on your distribution and version. Find out the appropriate path for your
; environment. The typical path is known as follows:
;
; Fedora 26 or later : param=/usr/libexec/Xorg
; Debian 9 or later : param=/usr/lib/xorg/Xorg
; Ubuntu 16.04 or later : param=/usr/lib/xorg/Xorg
; Arch Linux : param=/usr/lib/Xorg
; CentOS 7 : param=/usr/bin/Xorg or param=/usr/lib/Xorg
; CentOS 8 : param=/usr/libexec/Xorg
; FreeBSD (from 2022Q4) : param=/usr/local/libexec/Xorg
;
param=/usr/lib/Xorg
; Leave the rest parameters 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
[Xvnc]
param=Xvnc
param=-bs
param=-nolisten
param=tcp
param=-localhost
param=-dpi
param=96
[Chansrv]
; drive redirection
; See sesman.ini(5) for the format of this parameter
#FuseMountName=/run/user/%u/thinclient_drives
#FuseMountName=/media/thinclient_drives/%U/thinclient_drives
FuseMountName=thinclient_drives
; this value allows only the user to access their own mapped drives.
; Make this more permissive (e.g. 022) if required.
FileUmask=077
; Can be used to disable FUSE functionality - see sesman.ini(5)
#EnableFuseMount=false
; Uncomment this line only if you are using GNOME 3 versions 3.29.92
; and up, and you wish to cut-paste files between Nautilus and Windows. Do
; not use this setting for GNOME 4, or other file managers
#UseNautilus3FlistFormat=true
; sound redirection
; workaround for Microsoft mstsc.exe to suppress noise.
; SoundNumSilentFramesAAC | SoundNumSilentFramesMP3 silent frames are sent before SNDC_CLOSE is sent.
; during SoundMsecDoNotSend mS after SNDC_CLOSE is sent, sound data is not send.
; depending on the environment, it might be necessary to increase values.
; Defaults: SoundNumSilentFramesAAC=4, SoundNumSilentFramesMP3=2, SoundMsecDoNotSend=1000
; If set to 0, this workaround is not applied.
#SoundNumSilentFramesAAC=4
#SoundNumSilentFramesMP3=2
#SoundMsecDoNotSend=1000
[ChansrvLogging]
; Note: one log file is created per display and the LogFile config value
; is ignored. The channel server log file names follow the naming convention:
; xrdp-chansrv.${DISPLAY}.log
;
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
LogLevel=INFO
EnableSyslog=true
#SyslogLevel=INFO
#EnableConsole=false
#ConsoleLevel=INFO
#EnableProcessId=false
[ChansrvLoggingPerLogger]
; Note: per logger configuration is only used if xrdp is built with
; --enable-devel-logging
#chansrv.c=INFO
#main()=INFO
[SessionVariables]
PULSE_SCRIPT=/etc/xrdp/pulse/default.pa
/etc/xrdp/startwm.sh
#!/usr/bin/env bash
#
# This script is an example. You might need to edit this script
# depending on your distro if it doesn't work for you.
#
# Uncomment the following line for debug:
# exec xterm
# Execution sequence for interactive login shell - pseudocode
#
# IF /etc/profile is readable THEN
# execute /etc/profile
# END IF
# IF ~/.bash_profile is readable THEN
# execute ~/.bash_profile
# ELSE
# IF ~/.bash_login is readable THEN
# execute ~/.bash_login
# ELSE
# IF ~/.profile is readable THEN
# execute ~/.profile
# END IF
# END IF
# END IF
pre_start()
{
if [ -r /etc/profile ]; then
. /etc/profile
fi
if [ -r ~/.bash_profile ]; then
. ~/.bash_profile
else
if [ -r ~/.bash_login ]; then
. ~/.bash_login
else
if [ -r ~/.profile ]; then
. ~/.profile
fi
fi
fi
return 0
}
# When logging out from the interactive shell, the execution sequence is:
#
# IF ~/.bash_logout exists THEN
# execute ~/.bash_logout
# END IF
post_start()
{
if [ -r ~/.bash_logout ]; then
. ~/.bash_logout
fi
return 0
}
get_xdg_session_startupcmd()
{
# If DESKTOP_SESSION is set and valid then the STARTUP command will be taken from there
# GDM exports environment variables XDG_CURRENT_DESKTOP and XDG_SESSION_DESKTOP.
# This follows it.
if [ -n "$1" ] && [ -d /usr/share/xsessions ] \
&& [ -f "/usr/share/xsessions/$1.desktop" ]; then
STARTUP=$(grep ^Exec= "/usr/share/xsessions/$1.desktop")
STARTUP=${STARTUP#Exec=*}
XDG_CURRENT_DESKTOP=$(grep ^DesktopNames= "/usr/share/xsessions/$1.desktop")
XDG_CURRENT_DESKTOP=${XDG_CURRENT_DESKTOP#DesktopNames=*}
XDG_CURRENT_DESKTOP=${XDG_CURRENT_DESKTOP//;/:}
export XDG_CURRENT_DESKTOP
export XDG_SESSION_DESKTOP="$DESKTOP_SESSION"
fi
}
#start the window manager
wm_start()
{
if [ -r /etc/locale.conf ]; then
. /etc/locale.conf
export LANG LANGUAGE
fi
# arch user
if [ -r ~/.xinitrc ]; then
pre_start
. ~/.xinitrc
post_start
exit 0
fi
# arch
if [ -r /etc/X11/xinit/xinitrc ]; then
pre_start
. /etc/X11/xinit/xinitrc
post_start
exit 0
fi
# debian
if [ -r /etc/X11/Xsession ]; then
pre_start
# if you want to start preferred desktop environment,
# add following line,
# [ -n "$XRDP_SESSION" ] && export DESKTOP_SESSION=<your preferred desktop>
# in either of following file.
# 1. ~/.profile
# 2. create a file (any_filename.sh is OK) in /etc/profile.d
# <your preferred desktop> shall be one of "ls -1 /usr/share/xsessions/|cut -d. -f1"
# e.g. [ -n "$XRDP_SESSION" ] && export DESKTOP_SESSION=ubuntu
# STARTUP is the default startup command.
# if $1 is empty and STARTUP was not set
# /etc/X11/Xsession.d/50x11-common_determine-startup will fallback to
# x-session-manager
if [ -z "$STARTUP" ] && [ -n "$DESKTOP_SESSION" ]; then
get_xdg_session_startupcmd "$DESKTOP_SESSION"
fi
. /etc/X11/Xsession
post_start
exit 0
fi
# alpine
# Don't use /etc/X11/xinit/Xsession - it doesn't work
if [ -f /etc/alpine-release ]; then
if [ -f /etc/X11/xinit/xinitrc ]; then
pre_start
/etc/X11/xinit/xinitrc
post_start
else
echo "** xinit package isn't installed" >&2
exit 1
fi
fi
# el
if [ -r /etc/X11/xinit/Xsession ]; then
pre_start
. /etc/X11/xinit/Xsession
post_start
exit 0
fi
# suse
if [ -r /etc/X11/xdm/Xsession ]; then
# since the following script run a user login shell,
# do not execute the pseudo login shell scripts
. /etc/X11/xdm/Xsession
exit 0
elif [ -r /usr/etc/X11/xdm/Xsession ]; then
. /usr/etc/X11/xdm/Xsession
exit 0
fi
pre_start
xterm
post_start
}
#. /etc/environment
#export PATH=$PATH
#export LANG=$LANG
# change PATH to be what your environment needs usually what is in
# /etc/environment
#PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
#export PATH=$PATH
# for PATH and LANG from /etc/environment
# pam will auto process the environment file if /etc/pam.d/xrdp-sesman
# includes
# auth required pam_env.so readenv=1
wm_start
exit 1
/etc/X11/xrdp/xorg.conf
Section "ServerLayout"
Identifier "X11 Server"
Screen "Screen (xrdpdev)"
InputDevice "xrdpMouse" "CorePointer"
InputDevice "xrdpKeyboard" "CoreKeyboard"
EndSection
Section "ServerFlags"
# This line prevents "ServerLayout" sections in xorg.conf.d files
# overriding the "X11 Server" layout (xrdp #1784)
Option "DefaultServerLayout" "X11 Server"
Option "DontVTSwitch" "on"
Option "AutoAddDevices" "off"
Option "AutoAddGPU" "off"
EndSection
Section "Module"
Load "dbe"
Load "ddc"
Load "extmod"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
Load "xorgxrdp"
Load "fb"
EndSection
Section "InputDevice"
Identifier "xrdpKeyboard"
Driver "xrdpkeyb"
EndSection
Section "InputDevice"
Identifier "xrdpMouse"
Driver "xrdpmouse"
EndSection
Section "Monitor"
Identifier "Monitor"
Option "DPMS"
HorizSync 30-80
VertRefresh 60-75
ModeLine "1920x1080" 138.500 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync
ModeLine "1280x720" 74.25 1280 1720 1760 1980 720 725 730 750 +HSync +VSync
Modeline "1368x768" 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync
Modeline "1600x900" 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync
EndSection
Section "Device"
Identifier "Video Card (xrdpdev)"
Driver "xrdpdev"
Option "DRMDevice" "/dev/dri/renderD128"
Option "DRI3" "1"
EndSection
Section "Screen"
Identifier "Screen (xrdpdev)"
Device "Video Card (xrdpdev)"
# Comment out this line for xorg < 1.18.0
GPUDevice ""
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480" "800x600" "1024x768" "1280x720" "1280x1024" "1600x900" "1920x1080"
EndSubSection
EndSection
/etc/X11/xrdp/xorg_nvidia.conf
Section "ServerLayout"
Identifier "XRDP GPU Server"
Screen 0 "dGPU"
InputDevice "xrdpMouse" "CorePointer"
InputDevice "xrdpKeyboard" "CoreKeyboard"
EndSection
Section "ServerFlags"
# This line prevents "ServerLayout" sections in xorg.conf.d files
# overriding the "XRDP GPU Server" layout (xrdp #1784)
Option "DefaultServerLayout" "XRDP GPU Server"
Option "DontVTSwitch" "on"
Option "AutoAddDevices" "off"
EndSection
Section "Module"
Load "xorgxrdp"
EndSection
Section "InputDevice"
Identifier "xrdpKeyboard"
Driver "xrdpkeyb"
EndSection
Section "InputDevice"
Identifier "xrdpMouse"
Driver "xrdpmouse"
EndSection
Section "Screen"
Identifier "dGPU"
Device "dGPU"
Option "DPI" "96 x 96"
# T4 needs an entry here, this is not the desktop size
SubSection "Display"
Virtual 1920 1080
EndSubSection
EndSection
Section "Device"
Identifier "dGPU"
Driver "nvidia"
# T4 may need to comment out next line
Option "UseDisplayDevice" "none"
Option "ConnectToAcpid" "false"
BusID ""
EndSection
/var/log/xrdp.log
[2024-07-05T22:29:04.881-0400] [INFO ] Socket 14: connection accepted from [::ffff:172.23.64.1]:58939
[2024-07-05T22:29:04.884-0400] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-05T22:29:04.886-0400] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-05T22:29:04.888-0400] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-05T22:29:04.894-0400] [ERROR] SSL_read: I/O error
[2024-07-05T22:29:04.897-0400] [ERROR] libxrdp_force_read: header read error
[2024-07-05T22:29:04.899-0400] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[2024-07-05T22:29:04.902-0400] [ERROR] [MCS Connection Sequence] receive connection request failed
[2024-07-05T22:29:04.904-0400] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[2024-07-05T22:29:04.906-0400] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[2024-07-05T22:29:04.907-0400] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[2024-07-05T22:29:04.907-0400] [INFO ] Socket 14: connection accepted from [::ffff:172.23.64.1]:58940
[2024-07-05T22:29:04.910-0400] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[2024-07-05T22:29:04.913-0400] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[2024-07-05T22:29:04.916-0400] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[2024-07-05T22:29:04.918-0400] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[2024-07-05T22:29:04.921-0400] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[2024-07-05T22:29:04.927-0400] [INFO ] Connected client computer name: BATTLESTATION
[2024-07-05T22:29:04.929-0400] [WARN ] client requested gfx protocol with insufficient color depth
[2024-07-05T22:29:04.932-0400] [WARN ] Physical desktop dimensions (0x0) are invalid
[2024-07-05T22:29:04.934-0400] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-05T22:29:04.936-0400] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-05T22:29:04.939-0400] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x04], keyboard_subtype:[0x00], keylayout:[0x00000409]
[2024-07-05T22:29:04.941-0400] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [us] options []
[2024-07-05T22:29:04.943-0400] [INFO ] TLS connection established from [::ffff:172.23.64.1]:58940 TLSv1.3 with cipher TLS_AES_256_GCM_SHA384
[2024-07-05T22:29:04.951-0400] [INFO ] Client supports multi-screen resizes by xrdp
[2024-07-05T22:29:04.954-0400] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[2024-07-05T22:29:04.956-0400] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 7864320 MB cache entries 100
[2024-07-05T22:29:04.958-0400] [INFO ] xrdp_caps_process_codecs: NSCodec(CA8D1BB9-000F-154F-589F-AE2D1A87E2D6), codec id [1], properties len [3]
[2024-07-05T22:29:04.960-0400] [INFO ] xrdp_caps_process_codecs: Image RemoteFX(2744CCD4-9D8A-4E74-803C-0ECBEEA19C54), codec id [5], properties len [49]
[2024-07-05T22:29:04.961-0400] [INFO ] Client Capability: LARGE_POINTER_FLAG_96x96 supported
[2024-07-05T22:29:04.965-0400] [INFO ] Loading keymap file /etc/xrdp/km-00000409.ini
[2024-07-05T22:29:04.968-0400] [WARN ] local keymap file for 0x00000409 found and doesn't match built in keymap, using local keymap file
[2024-07-05T22:29:04.970-0400] [INFO ] Login screen monitor height is 1080 pixels over 268 mm (102 DPI)
[2024-07-05T22:29:07.500-0400] [WARN ] Ignoring obsolete SCP port value '3350'
[2024-07-05T22:29:07.503-0400] [INFO ] xrdp_wm_log_msg: sesman connect ok
[2024-07-05T22:29:07.513-0400] [INFO ] xrdp_wm_log_msg: Performing login request for fennel
[2024-07-05T22:29:07.556-0400] [INFO ] xrdp_wm_log_msg: login was successful - creating session
[2024-07-05T22:29:07.568-0400] [INFO ] xrdp_wm_log_msg: session is available on display 11 for user fennel
[2024-07-05T22:29:07.584-0400] [INFO ] xrdp_wm_log_msg: Connecting to session
[2024-07-05T22:29:07.586-0400] [INFO ] loaded module 'libxup.so' ok, interface size 10416, version 4
[2024-07-05T22:29:07.587-0400] [INFO ] lib_mod_connect: connecting via UNIX socket
[2024-07-05T22:29:07.589-0400] [INFO ] lib_mod_log_peer: xrdp_pid=5729 connected to Xorg_pid=3866 Xorg_uid=1000 Xorg_gid=1000 client=[::ffff:172.23.64.1]:58940
[2024-07-05T22:29:07.591-0400] [INFO ] xrdp_wm_log_msg: Connecting to chansrv
[2024-07-05T22:29:07.595-0400] [INFO ] Received memory_allocation_complete command. width: 3840, height: 1080
[2024-07-05T22:29:07.631-0400] [ERROR] lib_data_in: lib_mod_process_message failed
[2024-07-05T22:29:07.632-0400] [ERROR] Xorg server closed connection
/var/log/xrdp-sesman.log
[2024-07-05T22:29:07.503-0400] [INFO ] Socket 13: connection accepted from AF_UNIX
[2024-07-05T22:29:07.515-0400] [INFO ] Received system login request from xrdp for user: fennel IP: ::ffff:172.23.64.1
[2024-07-05T22:29:07.519-0400] [INFO ] starting xrdp-sesexec with pid 5730
[2024-07-05T22:29:07.552-0400] [INFO ] TerminalServerUsers group tsusers doesn't exist. Access granted for fennel
[2024-07-05T22:29:07.554-0400] [INFO ] Access permitted for user: fennel
[2024-07-05T22:29:07.556-0400] [INFO ] Received sys login status for fennel : logged in
[2024-07-05T22:29:07.563-0400] [INFO ] Received request from xrdp to create a session for user fennel
[2024-07-05T22:29:07.565-0400] [INFO ] ++ reconnected session: username fennel, display :11.0, session_pid 3862
[2024-07-05T22:29:07.565-0400] [INFO ] Starting session reconnection script on display 11: /etc/xrdp/reconnectwm.sh
[2024-07-05T22:29:07.568-0400] [INFO ] xrdp-sesexec pid 5730 is now logging out
/var/log/Xorg.0.log
[ 2407.870]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 2407.870] Current Operating System: Linux peregrinus 6.9.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 04:32:50 +0000 x86_64
[ 2407.870] Kernel command line: root=PARTUUID=92ec7584-1ef1-437c-b3e9-d7d8210a8cb5 rw initrd=\initramfs-linux.img
[ 2407.870]
[ 2407.870] Current version of pixman: 0.43.4
[ 2407.870] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2407.870] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2407.870] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 5 22:38:07 2024
[ 2407.870] (II) Module ABI versions:
[ 2407.870] X.Org ANSI C Emulation: 0.4
[ 2407.870] X.Org Video Driver: 25.2
[ 2407.870] X.Org XInput driver : 24.4
[ 2407.870] X.Org Server Extension : 10.0
[ 2407.870] (--) using VT number 2
[ 2407.870] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 2407.871] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 2407.871] (II) Platform probe for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0004:00/VMBUS:00/5620e0c7-8062-4dce-aeb7-520c7ef76171/drm/card1
[ 2407.871] (II) no primary bus or device found
[ 2407.871] falling back to /sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0004:00/VMBUS:00/5620e0c7-8062-4dce-aeb7-520c7ef76171/drm/card1
[ 2407.871] List of video drivers:
[ 2407.871] nvidia
[ 2407.871] xrdpdev
[ 2407.871] modesetting
[ 2407.871] (II) LoadModule: "nvidia"
[ 2407.871] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 2407.886] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 2407.886] compiled for 1.6.99.901, module version = 1.0.0
[ 2407.886] Module class: X.Org Video Driver
[ 2407.886] (II) LoadModule: "xrdpdev"
[ 2407.886] (II) Loading /usr/lib/xorg/modules/drivers/xrdpdev_drv.so
[ 2407.886] (EE) Failed to load /usr/lib/xorg/modules/drivers/xrdpdev_drv.so: /usr/lib/xorg/modules/drivers/xrdpdev_drv.so: undefined symbol: rdpRRModeDestroy
[ 2407.886] (EE) Failed to load module "xrdpdev" (loader failed, 0)
[ 2407.886] (II) LoadModule: "modesetting"
[ 2407.886] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2407.889] (II) Module modesetting: vendor="X.Org Foundation"
[ 2407.889] compiled for 1.21.1.13, module version = 1.21.1
[ 2407.889] Module class: X.Org Video Driver
[ 2407.889] ABI class: X.Org Video Driver, version 25.2
[ 2407.889] (WW) Falling back to old probe method for modesetting
[ 2407.889] No devices to configure. Configuration failed.
[ 2407.889] (EE) Server terminated with error (2). Closing log file.
Offline