Skip to content

Why can't I run multiple sessions for single user on CentOS Stream 8 & 9? #2319

Closed Answered by zhenrong-wang
zhenrong-wang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there,

After months, I finally found a good way to avoid the problems described above. Here is my practice:

  1. Install xrdp using yum.
  2. Edit the /etc/xrdp/xrdp.ini:

uncomment the line: ; (1 = ExtendedDesktopSize) by deleting the ';' at the beginning
uncomment the line: #xserverbpp=24 by deleting the '#' at the beginning

  1. Restart the xrdp service: sudo systemctl restart xrdp

After the modification, no extra sessions will be created when you change the size or color depth from your RDP client. Therefore, no conflict will occur when you change the device you are using. For example,

  1. You log in with Microsoft RDP client by using 1980*1020 and 32 bpp first, and then (without logging out)
  2. Y…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@zhenrong-wang
Comment options

@matt335672
Comment options

@zhenrong-wang
Comment options

Comment options

You must be logged in to vote
2 replies
@issuefiler
Comment options

@zhenrong-wang
Comment options

Answer selected by zhenrong-wang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2317 on July 19, 2022 09:53.