Package Details: xorgxrdp 0.10.0-5

Git Clone URL: https://aur.archlinux.org/xorgxrdp.git (read-only, click to copy)
Package Base: xorgxrdp
Description: Xorg drivers for xrdp
Upstream URL: https://github.com/neutrinolabs/xorgxrdp
Licenses: X11
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 14
Popularity: 0.99
First Submitted: 2018-02-06 14:30 (UTC)
Last Updated: 2024-03-14 11:36 (UTC)

Pinned Comments

Chocobo1 commented on 2022-11-10 16:23 (UTC) (edited on 2022-11-10 16:31 (UTC) by Chocobo1)

If you are having this error:

ERROR: One or more PGP signatures could not be verified!

Read the following for an explanation and how to temporarily workaround it: https://wiki.archlinux.org/title/Makepkg#Signature_checking

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

soaresluciano commented on 2021-09-21 16:42 (UTC) (edited on 2021-09-21 16:45 (UTC) by soaresluciano)

I'm trying 0.2.17-1, and I got the same issue as described by @jonandermb.

The previous suggestion of using "gpg --keyserver keys.gnupg.net --recv-keys 61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB" reports: "gpg: keyserver receive failed: Server indicated a failure"

jonandermb commented on 2021-08-21 00:21 (UTC) (edited on 2021-08-21 00:22 (UTC) by jonandermb)

-> 61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB, required by: xorgxrdp

==> Import? [Y/n]

:: Importing keys with gpg...

gpg: keyserver receive failed: Server indicated a failure

problem importing keys

Can someone help? I tried with the suggestions previously reported over here.

marlop352 commented on 2021-06-29 22:32 (UTC)

thanks for adding it @chocobo1!

s3micolon0 commented on 2021-06-27 06:01 (UTC) (edited on 2021-06-27 06:05 (UTC) by s3micolon0)

@Chocobo1 Thanks for updating! :)

And thanks to @marklop352 for testing this on the pi 4!

marlop352 commented on 2021-06-26 22:14 (UTC) (edited on 2021-06-26 22:15 (UTC) by marlop352)

@chocobo1, it seems to have built on my Pi 4 as it created the package with the only modification being that I added aarch64 to the arch list, I can verify if it's working if you tell me how to make sure.

(xrdp is working with the method selected being xorg)

Chocobo1 commented on 2021-06-13 03:58 (UTC)

could you add aarch64 to the arch list?

Can you confirm that it builds successfully?

marlop352 commented on 2021-06-12 19:10 (UTC)

could you add aarch64 to the arch list?

Jat commented on 2021-04-01 15:48 (UTC) (edited on 2021-05-03 14:36 (UTC) by Jat)

xorgxrdp with GPU support:

Intel and AMD: https://aur.archlinux.org/packages/xorgxrdp-glamor/

NVIDIA: https://aur.archlinux.org/packages/xorgxrdp-nvidia/

Excalibur commented on 2021-01-04 21:22 (UTC) (edited on 2021-01-04 21:24 (UTC) by Excalibur)

I build the package with glamor by changing the build():

build() {
  cd "$pkgname-$pkgver"
  ./configure \
    --prefix="/usr" \
    --enable-glamor
  make EXTRA_FLAGS="-I/usr/include/libdrm"
}

This seems to be enough for me.

sshaikh commented on 2020-11-17 20:48 (UTC)

For those interested in building with glamor, theres a fix here: https://bbs.archlinux.org/viewtopic.php?pid=1938115#p1938115