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.
Port details on branch 2023Q3
xorgxrdp X.Org driver enabling use through an RDP session with xrdp
0.10.4_2 x11-drivers on this many watch lists=3 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: 2017-03-28 19:15:02
Last Update: 2025-07-08 04:29:39
Commit Hash: 081ef6f
People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
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

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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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.

There are no commits on branch 2023Q3 for this port