I have Nvidia-515.48.07 but llvmpipe (LLVM 10.0.0, 256 bits) is getting detected (Red hat 7.6) nvidia-bug-report.log.gz (363.9 KB)
I am using the kernenl version, 3.10.0-1160.71.1.el7.x86_64 (Red hat 7)
[root@skkugeoth1 xorg.conf.d]# nvidia-smi
Wed Aug 3 13:37:02 2022
±----------------------------------------------------------------------------+
| NVIDIA-SMI 515.48.07 Driver Version: 515.48.07 CUDA Version: 11.7 |
|-------------------------------±---------------------±---------------------+
| 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 T4 Off | 00000000:08:00.0 Off | 0 |
| N/A 48C P8 16W / 70W | 2MiB / 15360MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
[root@skkugeoth1 xorg.conf.d]# glxinfo | grep -i opengl
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 7.0, 256 bits)
OpenGL version string: 2.1 Mesa 18.3.4
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 18.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
when I use nvidia-smi
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
whenuse lshw -c display
WARNING: you should run this program as super-user.
*-display
description: VGA compatible controller
product: SVGA II Adapter
vendor: VMware
physical id: 2
bus info: pci@0000:00:02.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: vga_controller bus_master rom
configuration: driver=vmwgfx latency=64
resources: irq:18 ioport:d010(size=16) memory:e0000000-e3ffffff memory:f0000000-f01fffff memory:c0000-dffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
@ruyik
You would have to use a completely different base system installed on the bare-metal hardware, e.g. Windows Server Hyper-V, Linux-KVM, VMware esxi.
Running a simple Windows system doesn’t make this possible.
@generix, two questions. 1) Does Tesla T4 has the monitor connection (RGB)? 2) how to create xorg.conf after connecting the monitor to my Nvidia T4? Thanks!
The T4 doesn’t have any monitor outputs. Sorry, I didn’t look after what model you were using. It will use a virtual monitor (NVIDIA VGX) when the xserver is configured to use it. It can then be used over X11vnc/vnc0server or the like.
What kind of setup are you trying to run?
I need to change Nvidia setting to “Performance mode” so that the system can detect Nvidia instead of LIvmpipe… Now in the “Nvidia Setting”, the tab “Prime profile” is not shown, from which I can select the GPU I would like to use. Simply, I am having a problem in rendering with my S/W as the LIvmpipe is getting detected instead of Nvidia. Thanks!
What would be the solution, then? Should I change the on-board graphic card for my monitor? Please list possible solutions to handle the problem. Thanks!
Hi, generix
I tried to use VMware, but the same problem happened.
Meanwhile, someone told me that only linux host will have pci passthrough, the window host will not.