Created
February 22, 2025 00:47
-
-
Save jwoglom/cd8a5fe315a019365a60de0a8fbdf12c to your computer and use it in GitHub Desktop.
Optimized xfreerdp client options for Raspberry Pi Zero 2W
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
RDPHOST=$1 | |
RDPUSER=$2 | |
RDPPASS=$3 | |
xfreerdp /v:$RDPHOST /u:$RDPUSER /p:$RDPPASS /f /bpp:16 /rfx /gfx:AVC444 +glyph-cache +bitmap-cache +offscreen-cache +heartbeat +fonts +compression -wallpaper -themes -window-drag -menu-anims /audio-mode:0 /network:lan /auto-reconnect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment