这是我又重新部署了另一台服务器,也是这个问题
Uploading: image.png…
dixn@x86:~$ sudo nvidia-xconfig --query-gpu-info
Number of GPUs: 6
GPU #0:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-d6c52a8d-5894-26fc-64d1-57bdde559abe
PCI BusID : PCI:2:0:0
Number of Display Devices: 0
GPU #1:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-99007fc8-2ae1-fdf8-f73f-1240de9db57c
PCI BusID : PCI:5:0:0
Number of Display Devices: 0
GPU #2:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-359a075b-ebe4-80be-7839-1db7e449cafc
PCI BusID : PCI:6:0:0
Number of Display Devices: 0
GPU #3:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-3e9b3b20-ac2e-07ea-fa0a-588ea798b881
PCI BusID : PCI:129:0:0
Number of Display Devices: 0
GPU #4:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-289fbaef-c411-bb04-6a1d-dc1763883fb0
PCI BusID : PCI:132:0:0
Number of Display Devices: 0
GPU #5:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-9c597f09-abd9-5839-ed39-bf685fc65540
PCI BusID : PCI:133:0:0
Number of Display Devices: 0
dixn@x86:~$ sudo nvidia-xconfig --busid=PCI:5:0:0 --allow-empty-initial-configuration
Using X configuration file: “/etc/X11/xorg.conf”.
Option “AllowEmptyInitialConfiguration” “True” added to Screen “Screen0”.
Backed up file ‘/etc/X11/xorg.conf’ as ‘/etc/X11/xorg.conf.backup’
New X configuration file written to ‘/etc/X11/xorg.conf’
dixn@x86:~$ sudo reboot
连接断开
连接主机…
连接主机成功
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.15.0-50-generic x86_64)
0 更新可以立即应用。
New release ‘22.04.1 LTS’ available.
Run ‘do-release-upgrade’ to upgrade to it.
Your Hardware Enablement Stack (HWE) is supported until April 2025.
Last login: Mon Oct 10 10:20:31 2022 from 192.168.96.127
dixn@x86:~$
dixn@x86:~$
dixn@x86:~$ sudo nvidia-xconfig --query-gpu-info
[sudo] dixn 的密码:
Number of GPUs: 6
GPU #0:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-d6c52a8d-5894-26fc-64d1-57bdde559abe
PCI BusID : PCI:2:0:0
Number of Display Devices: 0
GPU #1:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-99007fc8-2ae1-fdf8-f73f-1240de9db57c
PCI BusID : PCI:5:0:0
Number of Display Devices: 0
GPU #2:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-359a075b-ebe4-80be-7839-1db7e449cafc
PCI BusID : PCI:6:0:0
Number of Display Devices: 0
GPU #3:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-3e9b3b20-ac2e-07ea-fa0a-588ea798b881
PCI BusID : PCI:129:0:0
Number of Display Devices: 0
GPU #4:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-289fbaef-c411-bb04-6a1d-dc1763883fb0
PCI BusID : PCI:132:0:0
Number of Display Devices: 0
GPU #5:
Name : NVIDIA GeForce RTX 2080
UUID : GPU-9c597f09-abd9-5839-ed39-bf685fc65540
PCI BusID : PCI:133:0:0
Number of Display Devices: 0
dixn@x86:~$ cat /etc/X11/xorg.conf
nvidia-xconfig: X configuration file generated by nvidia-xconfig
nvidia-xconfig: version 510.85.02
Section “ServerLayout”
Identifier “Layout0”
Screen 0 “Screen0” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
EndSection
Section “Files”
EndSection
Section “InputDevice”
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section “InputDevice”
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section “Monitor”
Identifier “Monitor0”
VendorName “Unknown”
ModelName “Unknown”
Option “DPMS”
EndSection
Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BusID “PCI:5:0:0”
EndSection
Section “Screen”
Identifier “Screen0”
Device “Device0”
Monitor “Monitor0”
DefaultDepth 24
Option “AllowEmptyInitialConfiguration” “True”
SubSection “Display”
Depth 24
EndSubSection
EndSection