Difference between revisions of "Azure/RDP from Ubuntu"
< Azure
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...") |
|||
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 | # 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 = | |||
<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 | |||
* [Remmina GitLab https://gitlab.com/Remmina/Remmina/-/issues/1584] Issue 1584 |
Revision as of 15:14, 21 June 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 # 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
Troubleshooting
You requested an H264 GFX mode for ser X@X.com, but your libfreedp does not support H264. Please check colour depth settings.
Check
- [Remmina GitLab https://gitlab.com/Remmina/Remmina/-/issues/1584] Issue 1584