Automatically builds xrdp (remote desktop server) with intel va-api hardware acceleration support and sets up a working VM environment for Debian/Ubuntu.
Intended for use with i915-sriov-dkms in libvirt/qemu virtual machines, but also applicable otherwise.
- Clone xrdp_vaapi repo:
git clone https://github.com/tabletseeker/xrdp_vaapi -b main
- Enter directory:
cd xrdp_vaapi
- Execute:
bash xrdp_vaapi.sh | tee build.log
Arg | Description | Value |
---|---|---|
--prefix | Build install directory | default: /usr/local |
--enable-x11 | Build with X11 enabled | default: on |
--dusavke-x11 | Build with X11 disabled | default: off |
DRIVER_NAME | LIBVA_DRIVER_NAME Env Variable | default: iHD |
BUILD_DIR | Build source directory | default: $HOME |