Difference between revisions of "Azure/RDP from Ubuntu"
< Azure
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
# > Note: this version on Ubuntu 18.04 LTS does not support 'H264 GFX' as requires libfreedp2 | # > 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 | ||
# Install from PPA (Ubuntu 18.04) | # Install from PPA (Ubuntu 18.04) |
Revision as of 15:18, 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 # 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 Issue 1584
- stackexchange requested H264 GFX mode