Skip to content

Instantly share code, notes, and snippets.

@a290
a290 / buid-xrdp-glamor-annotated.sh
Created January 4, 2025 23:53 — forked from rcarmo/buid-xrdp-glamor-annotated.sh
Notes for installing XorgXrdp and Xrdp with GLAMOR support
#!/bin/bash
# Install Latest XRDP with XORGXRDP and GFX/Glamor server-side acceleration
# Tested on Ubuntu 22.04 LTS
BUILD_DIR=/tmp/xrdpbuild
echo "-> preparing $BUILD_DIR"
rm -f -r $BUILD_DIR
mkdir -p $BUILD_DIR