-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
X error when running specific application through VirtualGL #260
Comments
Try setting |
No change, exact same error. |
Additionally, I tried using the wm (i3) started with vgl +wm in thinlinc, works perfectly, apps started normally are accelerated, however the app in question still fails in the same way. |
No idea, but I'm immediately suspicious of the fact that you are using a very old nVidia driver. If you can share the application and version of WINE you're using, then I can try to reproduce the issue. (I have an old GPU that can run 390.xx.) |
I'm using "Algodoo_2_1_0-Win32.exe" from http://www.algodoo.com/download/ Yeah GTX570 is certainly a terrible combination for linux. nvidia-smi only prints temperature and fan speed, no utilization nor process list |
Whenever I run this application through wine and set DISPLAY env to anything but physical, it fails with this error.
I'm running "vglrun +v sh kkss.sh" (in thinlinc/turbovnc), see the contents of kkss.sh below:
I've tested both thinlinc and turbovnc.
vglrun glxgears and vglrun glxspheres64 run exactly as expected
Nothing in dmesg or journalctl indicates a problem.
The application works without vgl (albeit over llvmpipe and thus slowly)
The application works on the physical (:0) display
Obviously this is a wine program.
nvidia-smi gives:
pacman -Qs nvid
No idea what the issue is here. I'm not sure what the X error means despite substantial googling. I can post the strace if someone wants. Happy to gather additional logs, any help is appreciated.
The text was updated successfully, but these errors were encountered: