-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about how to disable/avoid DRI #179
Comments
DRI is not active in your case, what's the problem? |
If DRI is not available due to permission issue of
|
Maybe this should work if you want to disable DRI explicitly. diff --git a/xrdpdev/xorg.conf b/xrdpdev/xorg.conf
index 8079ea8..6d48946 100644
--- a/xrdpdev/xorg.conf
+++ b/xrdpdev/xorg.conf
@@ -48,7 +48,7 @@ Section "Device"
Identifier "Video Card (xrdpdev)"
Driver "xrdpdev"
Option "DRMDevice" "/dev/dri/renderD128"
- Option "DRI3" "1"
+ Option "DRI3" "0"
EndSection
Section "Screen" |
Thanks for your help, but nothing changed
|
It seems dri client is running.
|
The error message comes from xorg-server. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a question about XorgXrdp to avoid DRI problem.
Is there any method to solve this problem?
This error occured on my local machine.
When I am logging to I met following error, Is there any method to disable/avoid DRI.
I am adding Option "NoDRI" on
/etc/X11/xrdp/xorg.conf
but it is still DRI works.And I saw the log following error appeared on
~/.xorgxrdp.1.log
The text was updated successfully, but these errors were encountered: