Skip to content
Discussion options

You must be logged in to vote

So if anyone is struggling to set up xrdp in this environment:

  • Arch Linux
  • NVIDIA GPU and prefers to use the proprietary NVIDIA driver (GeForce GTX 1060 in my case)

Here's what I did to make it work:

  1. Make sure the required NVIDIA drivers are installed (see ArchWiki)
  2. Compile and install the devel branch of xrdp
  • Use xrdp-git AUR package
yay -S xrdp-git
  1. Compile and install the devel branch of xorgxrdp with --enable-lrandr
  • Get PKGBUILD from xorgxrdp-git AUR package and modify it to include --enable-lrandr
  CFLAGS="$CFLAGS -ffat-lto-objects" \
    ./configure --prefix=/usr \
-    --enable-glamor
+    --enable-glamor \
+    --enable-lrandr
makepkg -si
  1. devel build of xorgxrdp should c…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@KabanFriends
Comment options

@KabanFriends
Comment options

Answer selected by KabanFriends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3557 on July 07, 2025 08:38.