Difference between revisions of "Azure/RDP from Ubuntu"
< Azure
		
		
		
		Jump to navigation
		Jump to search
		m (Pio2pio moved page Azure/Connect from Ubuntu to Azure/RDP from Ubuntu)  | 
				|||
| (3 intermediate revisions by the same user not shown) | |||
| 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)  | ||
| Line 17: | Line 16: | ||
:[[File:ClipCapIt-200621-140118.PNG]]  | :[[File:ClipCapIt-200621-140118.PNG]]  | ||
Check  | 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 21: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.
Check
- Remmina GitLab Issue 1584
 - stackexchange requested H264 GFX mode