Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shinister

Pages: [1]
1
Having some trouble getting Metashape Pro 1.6.1 trial running on a Linux server (Ubuntu 18.04.3) with 2 GPUs (TITAN V, Quadro P2000) via X11 forwarding.

After launching metashape, I get the following:

$ ./metashape.sh
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
QOpenGLWidget: Failed to create context
composeAndFlush: makeCurrent() failed
composeAndFlush: makeCurrent() failed
composeAndFlush: makeCurrent() failed
composeAndFlush: makeCurrent() failed
composeAndFlush: makeCurrent() failed
...

X11 window does open, and I get the option to activate a license or trial or demo. I select trial, and then see a blank white screen.

I am able to click on the X11 window and see right click context menus, and can also navigate through the file menus which become visible once they are activated.

glxgears shows:

$ glxgears
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  149 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  37
  Current serial number in output stream:  36

glxinfo shows:

name of display: localhost:10.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  149 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  31
  Current serial number in output stream:  30

nvidia-smi shows:

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.129                Driver Version: 390.129                   |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  TITAN V             Off  | 00000000:18:00.0 Off |                  N/A |
| 28%   40C    P8    24W / 250W |      0MiB / 12066MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   1  Quadro P2000        Off  | 00000000:3B:00.0  On |                  N/A |
| 45%   31C    P8     5W /  75W |    178MiB /  5055MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    1      1971      G   /usr/lib/xorg/Xorg                            90MiB |
|    1      2014      G   /usr/bin/gnome-shell                          86MiB |
+-----------------------------------------------------------------------------+

mesa-utils is installed and up to date.

I am still a Linux novice, and have exhausted my ability to troubleshoot this - can anyone offer suggestions or guidance on how to resolve this?

Pages: [1]