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:
parent
e6b0c3335c
commit
a680b208af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528270
@ -3,6 +3,7 @@
|
||||
PORTNAME= xorgxrdp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2.13
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= x11-drivers
|
||||
DIST_SUBDIR= xrdp
|
||||
|
||||
|
17
x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf
Normal file
17
x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf
Normal 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"
|
Loading…
Reference in New Issue
Block a user