编辑
没有备份,没有怜悯。我重新安装了整个系统,清除了安装。没有区别。看来这个问题要么是我的设置所特有的,要么与 Ubuntu 20.04 有关。
原来的
升级到 20.04 后,我的三显示器设置坏了。我现在只能激活主显示器。我正在运行 nvidia-driver-440 包。
如果我将刷新率设置为 144 Hz,主显示器分辨率将翻倍至 3840x1080 像素。我必须滚动才能到达屏幕的最左端或最右端。如果我将其设置为 60 Hz,分辨率将重置。
此外,我无法通过 ubuntu 显示设置或 nvidia-settings 打开其他两个屏幕。它们被列为显示器,我可以在菜单中激活它们,但应用配置后,它会重置为仅主显示器。显示器退出省电模式一次,然后恢复省电模式(电源按钮闪烁)。在启动过程中,所有屏幕都显示启动屏幕。
所有显示器都插入 nvidia 卡。
很高兴得到任何帮助。
兰德
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+ 144.00 119.98 99.93 84.90
1680x1050 59.95
1440x900 59.89
1280x1024 75.02 60.02
1280x960 60.00
1280x800 59.81
1280x720 60.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 59.94
HDMI-0 connected (normal left inverted right x axis y axis)
1920x1080 59.93 + 60.00 59.94 50.00 60.05 60.00 50.04
1680x1050 59.95
1280x1024 60.02
1280x960 60.00
1280x720 60.00 59.94 50.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93
HDMI-1 connected (normal left inverted right x axis y axis)
1920x1080 59.93 + 60.00 59.94 50.00 60.05 60.00 50.04
1680x1050 59.95
1280x1024 60.02
1280x960 60.00
1280x720 60.00 59.94 50.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
xorg配置文件
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 440.64
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
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"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection