-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Glamor and GPU #1939
Comments
Hi @EvilDevRu There is no glamor option for xrdp. Did you mean to raise this against xorgxrdp ? |
I compiled by this https://gist.github.com/rkkoszewski/aa531cee7126edf329b76bdd0546f502 |
If you run You need to build xorgxrdp with Does that make sense? |
Yes, I compiled xorgrdp with glamor, sorry my english. But this no effect. |
Hi. I have similar problems. I'm running Ubuntu 20.4 on Proxmox. I have configured PCI passthrough for an Nvidia GTX 1080Ti. Nvidia-smi can see the card, CUDA works as it should, but I'm unable to get GL support for xrdp. I have compiled xrdp and xorgxrdp with glmaor. In my log I see: I have read and tried everything I can find google. |
glamor needs to have access to /dev/dri/renderD128 so make sure your user can open it. You might have to add your user to 'video' group or 'render' group. xorgxrdp glamor does not need access to /dev/dri/card0. |
My user is a member of both video and render group. |
Using NVidia is a work in progress so you will need patience. |
Thanks you. |
Working! Thanks. |
Hi. I tested glxgears by 3 videocard:
I compiled xrdp with glamor option but dont see effect. What am I doing wrong or where can I find information about this?
Google ask me that xrdp work with amd and intel gpu but I dont see performance.
The text was updated successfully, but these errors were encountered: