notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
There is a known issue with processing of security/vuxml data. As a results, the "Lastest Vulnerabilities" box is out of date and new entries after 2025-Sep-02 are not shown.
Port details on branch 2025Q3
xorgxrdp X.Org driver enabling use through an RDP session with xrdp
0.10.4_2 x11-drivers on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.10.4_2Version of this port present on the latest quarterly branch.
Maintainer: meta@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-07-02 08:58:44
Last Update: 2025-07-08 04:32:54
Commit Hash: 06b0c1c
License: MIT
WWW:
https://www.xrdp.org/
Description:
xorgxrdp is a set of drivers that enables Xorg to use RDP session with xrdp.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/xorgxrdp-0.10.4_2/catalog.mk
  3. /usr/local/share/licenses/xorgxrdp-0.10.4_2/LICENSE
  4. /usr/local/share/licenses/xorgxrdp-0.10.4_2/MIT
  5. @dir /etc/X11/xrdp
  6. /etc/X11/xrdp/xorg.conf
  7. lib/xorg/modules/drivers/xrdpdev_drv.a
  8. lib/xorg/modules/drivers/xrdpdev_drv.so
  9. lib/xorg/modules/input/xrdpkeyb_drv.a
  10. lib/xorg/modules/input/xrdpkeyb_drv.so
  11. lib/xorg/modules/input/xrdpmouse_drv.a
  12. lib/xorg/modules/input/xrdpmouse_drv.so
  13. lib/xorg/modules/libxorgxrdp.a
  14. lib/xorg/modules/libxorgxrdp.so
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • xorgxrdp>0:x11-drivers/xorgxrdp
Conflicts:
CONFLICTS:
  • xorgxrdp-devel
To install the port:
cd /usr/ports/x11-drivers/xorgxrdp/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-drivers/xorgxrdp
  • pkg install xorgxrdp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: xorgxrdp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1751948905 SHA256 (xrdp/xorgxrdp-0.10.4.tar.gz) = c2585c73916d68123320c3b3d077d3596c50d71466dbd59e780ca247f9124f14 SIZE (xrdp/xorgxrdp-0.10.4.tar.gz) = 521041

Expand this list (2 items)

Collapse this list.

SHA256 (xrdp/xrdp-0.10.4.1.tar.gz) = 52eadf3e86c57be0de0b9d5c184b52a7946a070746d3eb04b5089dd6d42f8f5f SIZE (xrdp/xrdp-0.10.4.1.tar.gz) = 2468863

Collapse this list.


Packages (timestamps in pop-ups are UTC):
xorgxrdp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.4_20.10.4_20.2.150.10.4_20.10.4_2-0.2.15-
FreeBSD:13:quarterly0.10.4_20.10.4_2-0.10.4_20.10.4_20.9.19_30.9.19_30.9.19_3
FreeBSD:14:latest0.10.4_20.10.4_2-0.10.4_20.10.4_20.9.19-0.9.19
FreeBSD:14:quarterly0.10.4_20.10.4_2-0.10.4_20.10.4_20.9.19_30.9.19_30.9.19_3
FreeBSD:15:latest-0.10.4_2n/a0.10.4n/a0.9.19_40.9.19_40.9.19_4
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nasm : devel/nasm
  2. drm.h : graphics/libdrm
  3. libtool : devel/libtool
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. autoconf>=2.72 : devel/autoconf
  6. automake>=1.17 : devel/automake
  7. xorgproto>=0 : x11/xorgproto
  8. xorg-server.pc : x11-servers/xorg-server
Runtime dependencies:
  1. xauth : x11/xauth
  2. xorg-server.pc : x11-servers/xorg-server
Library dependencies:
  1. libepoxy.so : graphics/libepoxy
This port is required by:
for Run
  1. net/xrdp

Configuration Options:
===> The following configuration options are available for xorgxrdp-0.10.4_2: DEBUG=off: Build with debugging support DRI3=on: DRI3/Glamor OpenGL Support ===> Use 'make config' to modify these settings
Options name:
x11-drivers_xorgxrdp
USES:
autoreconf libtool:build localbase pkgconfig xorg
pkg-message:
For install:
xorgxrdp supports hardware acceleration as well as usual xorg-server. To configure hardware acceleration, follow the following steps. 1. Install drm-kmod # pkg install drm-kmod 2. Configure to load kernel module (either one of the following) # sysrc kld_list+="i915kms" # sysrc kld_list+="amdgpu" # sysrc kld_list+="radeonkms" 3. Ensure users who login via xrdp are members of the "video" group # pw groupmod video -m username || pw groupmod wheel -m username 4. Edit /etc/X11/xrdp/xorg.conf to fit your environment "/dev/dri/renderD128" might be different depending on your environment. Find the following line and change it to the actual path. Option "DRMDevice" "/dev/dri/renderD128" Change "0" to "1" of the following line (defaults to 1 now). Option "DRI3" "0" 5. Restart your system and login via xrdp See also handbook for detailed instructions: https://docs.freebsd.org/en/books/handbook/x11/ If hardware acceleration is properly configured, you will see logs like both of the following in ~/.local/share/xorg/xorgxrdp.10.log. 10 will be replaced with display number. "glamor X acceleration enabled on Mesa DRI Intel(R) Ivybridge Desktop"
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/neutrinolabs/xorgxrdp/releases/download/v0.10.4/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.4_2
08 Jul 2025 04:32:54
commit hash: 06b0c1cde278270d7b6d10c30971c8fbcf3d6548commit hash: 06b0c1cde278270d7b6d10c30971c8fbcf3d6548commit hash: 06b0c1cde278270d7b6d10c30971c8fbcf3d6548commit hash: 06b0c1cde278270d7b6d10c30971c8fbcf3d6548 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
x11-drivers/xorgxrdp: rebuild against xrdp 0.10.4.1

(cherry picked from commit 081ef6f080def3f22949535e00f190c9f09f50d0)
0.10.4_1
02 Jul 2025 08:54:10
commit hash: 9b476d9a890887441007e7e5a9e1198227a9af37commit hash: 9b476d9a890887441007e7e5a9e1198227a9af37commit hash: 9b476d9a890887441007e7e5a9e1198227a9af37commit hash: 9b476d9a890887441007e7e5a9e1198227a9af37 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
x11-drivers/xorgxrdp: rebuild against xrdp 0.10.4

(cherry picked from commit cd28a6ddf65573f27b68fcf24beddc5a9d857c00)

Number of commits found: 2