# GPU-Accelerated Remote Desktop on Linux from macOS - the Hard Way

DevFeed: [GPU-Accelerated Remote Desktop on Linux from macOS - the Hard Way](<https://devfeed.tech/articles/gpu-accelerated-remote-desktop-on-linux-from-macos-the-hard-way-10539.md>)

Original publisher: [Read original article](<https://technotim.com/posts/gpu-accelerated-rdp/>)

Author: Techno Tim

Published: 2026-04-13T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [macOS](<https://devfeed.tech/topics/macos.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [Blackwell](<https://devfeed.tech/topics/blackwell.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>)

Tags: [blackwell](<https://devfeed.tech/tags/blackwell.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [latency](<https://devfeed.tech/tags/latency.md>), [linux](<https://devfeed.tech/tags/linux.md>), [macos](<https://devfeed.tech/tags/macos.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

## AI overview

This article documents the troubleshooting process for achieving GPU-accelerated H264 encoding over RDP from Ubuntu 24.04 ARM64 systems with NVIDIA GB10 Grace-Blackwell hardware to macOS. It compares xrdp's software-rendering path with GNOME Remote Desktop's CUDA-backed encoding and describes connection problems encountered with Microsoft's Windows App on macOS.

## Source excerpt

What started as "just set up RDP" turned into an all day rabbit hole about how Linux remote desktop actually works, why most of it doesn't work with NVIDIA on ARM64, and what it actually takes to get GPU-accelerated H264 encoding over RDP from an Ubuntu machine to a Mac. What I was trying to do I have two ASUS Ascent GX10 machines running Ubuntu 24.04. They are ARM64 systems built around th...