1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

x11-drivers/xorgxrdp: forgot to commit patch in r528263

This commit is contained in:
Koichiro Iwao 2020-03-12 05:16:55 +00:00
parent e6b0c3335c
commit a680b208af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528270
2 changed files with 18 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= xorgxrdp
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.13
PORTREVISION= 0
CATEGORIES= x11-drivers
DIST_SUBDIR= xrdp

View File

@ -0,0 +1,17 @@
diff --git xrdpdev/xorg.conf xrdpdev/xorg.conf
index 8079ea8..f0d44fb 100644
--- xrdpdev/xorg.conf
+++ xrdpdev/xorg.conf
@@ -47,8 +47,11 @@ EndSection
Section "Device"
Identifier "Video Card (xrdpdev)"
Driver "xrdpdev"
+ # Change this to your actual path
Option "DRMDevice" "/dev/dri/renderD128"
- Option "DRI3" "1"
+ # Change the below "0" to "1" to enable hardware acceleration
+ Option "DRI3" "0"
+ Option "DRI2" "0"
EndSection
Section "Screen"