Difference between revisions of "Azure/RDP from Ubuntu"

From Ever changing code
Jump to navigation Jump to search
(Created page with "Neither rdp protocol or client is installed by default in Ubuntu. Thus do following to enable: <source lang=bash> sudo apt install remmina remmina-plugin-rdp # remmina-plugi...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Neither rdp protocol or client is installed by default in Ubuntu. Thus do following to enable:
Neither rdp protocol or client is installed by default in Ubuntu. Thus do following to enable:
<source lang=bash>
<source lang=bash>
# Install from Ubuntu servers (Ubuntu 20.04)
# > Note: this version on Ubuntu 18.04 LTS does not support 'H264 GFX' as requires libfreedp2
sudo apt install remmina remmina-plugin-rdp
sudo apt install remmina remmina-plugin-rdp
  # remmina-plugin-rdp - to enable rdp protocol connections
 
# Install from PPA (Ubuntu 18.04)
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret
sudo killall remmina
</source>
</source>


# Troubleshooting
= Troubleshooting =
<tt> You requested an H264 GFX mode for ser X@X.com, but your libfreedp does not support H264. Please check colour depth settings.</tt>
:[[File:ClipCapIt-200621-140118.PNG]]
:[[File:ClipCapIt-200621-140118.PNG]]
Check
* [https://gitlab.com/Remmina/Remmina/-/issues/1584 Remmina GitLab] Issue 1584
* [https://unix.stackexchange.com/questions/440803/remmina-cant-remote-into-windows-server stackexchange] requested H264 GFX mode

Latest revision as of 22:12, 26 July 2020

Neither rdp protocol or client is installed by default in Ubuntu. Thus do following to enable:

# Install from Ubuntu servers (Ubuntu 20.04)
# > Note: this version on Ubuntu 18.04 LTS does not support 'H264 GFX' as requires libfreedp2
sudo apt install remmina remmina-plugin-rdp

# Install from PPA (Ubuntu 18.04)
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret
sudo killall remmina

Troubleshooting

You requested an H264 GFX mode for ser X@X.com, but your libfreedp does not support H264. Please check colour depth settings.

ClipCapIt-200621-140118.PNG

Check