nvidia-xconfig:nvidia-xconfig生成的X配置文件

nvidia-xconfig:nvidia-xconfig生成的X配置文件

我对 CentOS 不太熟悉,在启动 xserver 时遇到问题。这是一台带有额外 2 个 RTX 2080 Ti GPU 用于计算的英特尔机器。到目前为止我已经尝试过:

[abc@machine ~]$ startx xauth: 文件 /home/abc/.serverauth.4623 不存在 xauth: /home/abc/.xautha0gT95 不可写,更改将被忽略 xauth: 锁定权限文件 /home/abc 超时/.xautha0gT95 xauth:锁定权限文件 /home/abc/.xautha0gT95 中超时 xauth:锁定权限文件 /home/abc/.xautha0gT95 中超时

(EE) 致命服务器错误:(EE) PAM 身份验证失败,无法启动 X 服务器。也许您没有控制台所有权? (EE) (EE) 请咨询 X.Org 基金会支持:http://wiki.x.org 求助。 (EE) xinit: 放弃 xinit: 无法连接到 X 服务器:连接被拒绝 xinit: 服务器错误 xauth: 锁定权限文件 /home/abc/.xautha0gT95 超时 无法获取引用控制台的文件描述符


[abc@machine ~]$ sudo systemctl restart display-manager [sudo] abc 的密码:

注意:没有错误,但 GPU 卡中看不到 X 服务器进程。
[abc@machine ~]$ nvidia-smi 2021 年 1 月 30 日星期六 12:50:04
+-------------------------------- -----------------------------------------------------------+ | NVIDIA-SMI 455.23.04 驱动程序版本:455.23.04 CUDA 版本:11.1 | |------------------------------------------+----------------- ---+----------------------+ | GPU 名称持久性-M|总线 ID Disp.A |挥发性未校正。 ECC | |风扇温度性能功率:使用/上限|内存使用情况 | GPU-Util 计算 M。 | | |米格·M。 |================================+================== ====+========================| | 0 GeForce RTX 208...关闭 | 00000000:18:00.0 关闭 |不适用 | | 26% 44C P0 70W / 250W | 0MiB / 11019MiB | 0% 默认 | | | |不适用 | +--------------------------------------------+----------------- ---+----------------------+ | 1 GeForce RTX 208...关闭| 00000000:3B:00.0 关闭 |不适用 | | 30% 44C P0 41W / 250W | 0MiB / 11019MiB | 0% 默认 | | | |不适用 | +--------------------------------------------+----------------- ---+----------------------+

+------------------------------------------------ ----------------------------+ |流程:| | GPU GI CI PID 类型 进程名称 GPU 内存 | | ID ID 用途 | |=================================================== ============================| |找不到正在运行的进程 | +------------------------------------------------ ----------------------------+ [abc@machine ~]$


[abc@machine ~]$ cat /etc/X11/xorg.conf

nvidia-xconfig:nvidia-xconfig生成的X配置文件

nvidia-xconfig:版本 455.23.04

部分“ServerLayout”标识符“Layout0”屏幕 0“Screen0”0 0 InputDevice“Keyboard0”“CoreKeyboard”InputDevice“Mouse0”“CorePointer”EndSection

“文件”部分 EndSection

“输入设备”部分

# generated from default
Identifier     "Mouse0"
Driver         "mouse"
Option         "Protocol" "auto"
Option         "Device" "/dev/input/mice"
Option         "Emulate3Buttons" "no"
Option         "ZAxisMapping" "4 5"

结束部分

“输入设备”部分

# generated from default
Identifier     "Keyboard0"
Driver         "kbd"

结束部分

部分“监视器”标识符“Monitor0”供应商名称“未知”型号名称“未知”选项“DPMS”EndSection

部分“设备”标识符“Device0”驱动程序“nvidia”供应商名称“NVIDIA Corporation”EndSection

“Screen”部分 标识符“Screen0” 设备“Device0” 监视器“Monitor0” DefaultDepth 24 SubSection“Display”深度 24 EndSubSection EndSection

[abc@机器 ~]$

有人可以帮忙修复它吗?

相关内容