Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 10034  / 1 Year ago, mon, january 23, 2023, 5:58:09

Here is my experience. I installed 22.04 the installed Chrome which started to use something called "keyring" which completely messed the RDP feature.


So I reninstalled VM quickly and tried to use RDP without adding any other software.



  1. I ran apt upgrade

  2. enabled Settings - Sharing

  3. tried to connect from W11 into Hyper-V Ubuntu 22.04.01


this is what I got:


Try RDP from Windows again - this time it asks for password and the RDP window opens but with another error inside it:


enter image description here


systemctl --user status gnome-remote-desktop.service - shows a lot of errors (you need to read them side-by-side):


enter image description here


enter image description here


enter image description here


More From » 22.04

 Answers
2

The error, that mstsc here shows is very generic. However, what seems to be clear is the following:



  1. The client is the one here disconnecting from the server

  2. The graphics pipeline ([MS-RDPEGFX]) is used.

  3. No frame is shown by mstsc.


There is a known bug in mstsc, that selecting a Color depth other than "32-bit", then using the graphics pipeline (which according to your logs successfully initialized (see the "CapsAdvertise" message)) fails, although the client accepted using the graphics pipeline.


The Color depth setting is only for ancient servers (WinXP era) and the graphics pipeline only uses 32-bit as colour format: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpegfx/80afb419-0cd5-49f8-8256-f77cc1787ec9


In the connecting screen of mstsc, go to the "Display" tab and under "Colors", select "Highest Quality (32 bit)".
I think that this might be the issue here.


[#271] Wednesday, January 25, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
diket

Total Points: 167
Total Questions: 124
Total Answers: 109

Location: Somalia
Member since Wed, Mar 15, 2023
1 Year ago
diket questions
Fri, Dec 24, 21, 22:31, 2 Years ago
Fri, Mar 31, 23, 02:30, 1 Year ago
Tue, Nov 1, 22, 02:02, 2 Years ago
Sat, Dec 31, 22, 11:43, 1 Year ago
;