(base) root@jackfruit:~# glxinfo | grep OpenGL
libGL error: failed to create dri screen
libGL error: failed to load driver: nouveau
libGL error: failed to get magic
libGL error: failed to load driver: nouveau
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.6
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 21.2.6
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
(base) root@jackfruit:~# prime-select query
nvidia
(base) root@jackfruit:~# prime-select query
nvidia
(base) root@jackfruit:~# lshw -c display
*-display
description: VGA compatible controller
product: ASPEED Graphics Family
vendor: ASPEED Technology, Inc.
physical id: 0
bus info: pci@0000:03:00.0
version: 41
width: 32 bits
clock: 33MHz
capabilities: pm msi vga_controller cap_list rom
configuration: driver=ast latency=0
resources: irq:17 memory:a9000000-a9ffffff memory:aa000000-aa01ffff ioport:3000(size=128) memory:c0000-dffff
*-display
description: 3D controller
product: GV100GL [Tesla V100 PCIe 16GB]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:65:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=nvidia latency=0
resources: iomemory:38b80-38b7f iomemory:38bc0-38bbf irq:164 memory:df000000-dfffffff memory:38b800000000-38bbffffffff memory:38bc00000000-38bc01ffffff
base) root@jackfruit:~# nvidia-smi
Wed Dec 21 15:19:03 2022
±----------------------------------------------------------------------------+
| NVIDIA-SMI 510.108.03 Driver Version: 510.108.03 CUDA Version: 11.6 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla V100-PCIE… Off | 00000000:65:00.0 Off | 0 |
| N/A 54C P0 29W / 250W | 38MiB / 16384MiB | 2% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 2598 G /usr/lib/xorg/Xorg 43MiB |
±----------------------------------------------------------------------------+
I’ve connected physical display with V100 and just taking remote access using windows rdp client for development purposes. I want opengl to work with nvidia graphics but nothing is working. Kindly help