Skip to content

Instantly share code, notes, and snippets.

@jwoglom
Created February 22, 2025 00:47
Show Gist options
  • Save jwoglom/cd8a5fe315a019365a60de0a8fbdf12c to your computer and use it in GitHub Desktop.
Save jwoglom/cd8a5fe315a019365a60de0a8fbdf12c to your computer and use it in GitHub Desktop.
Optimized xfreerdp client options for Raspberry Pi Zero 2W
#!/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