Ubuntu 的 HDMI 延长器有颜色问题 – 其他操作系统运行正常

Ubuntu 的 HDMI 延长器有颜色问题 – 其他操作系统运行正常

我在 Ubuntu 22.04 LTS 系统上安装了 Mini HDMI Cat5e/6 扩展器 (Digitech AC-1726),以便在隔壁房间操作第二台显示器。一切正常,只是第二台显示器上现在出现了非常明显的偏色(洋红色)。当使用 HDMI 电缆代替扩展器以太网电缆时,不会出现这种偏色。如果我使用另一台 Ubuntu 计算机或更换显示器或使用其他以太网电缆,也会遇到同样的问题。仅将一台显示器与扩展器一起使用也会导致此问题。

为了进一步解决这个问题,我在电脑上安装了 Windows 11,偏色现象消失了,扩展器似乎工作正常。然后我在电脑上安装了 Pop!_OS(Ubuntu 衍生产品),偏色现象再次消失,扩展器似乎工作正常。

我甚至尝试了第三个驻留在 USB 拇指驱动器上的 Ubuntu 实例,当我使用扩展器时,我再次出现了偏色。Ubuntu 有什么问题导致使用扩展器时出现偏色,但使用 Windows 11 或 Pop!_OS 时没有问题?

对 VIDARLO 的反馈 感谢 xrandr @vidarlo 的提醒。我不知道该命令,我想我会在其他领域使用它。我包含了 4 个输出,以涵盖两种布线方案(DisplayPort 和扩展器/以太网)和两种操作系统(Ubuntu 和 Pop_OS)的范围。我无法通过比较输出找到线索,但也许更敏锐的眼睛可以。我确实观察到了一个有趣的结果,尽管我怀疑它是否是出了问题的线索。对于 Ubuntu,第一次尝试使用扩展器电缆连接到显示器会导致分辨率设置为 1920x1080。但是对于 Pop_OS,第一次尝试使用扩展器电缆连接到显示器会导致分辨率设置为 1280x720。然后我在两个操作系统上都尝试了这两种分辨率。结果是,当使用扩展器电缆时,Ubuntu 总是会出现偏色,而 Pop_OS 始终显示没有任何偏色的迹象。当使用 Diplayport 或 HDMI 电缆时,无论操作系统如何,都不会出现偏色。

1.  DP-Cable & Ubuntu:
zig@ubuntu:~$ xrandr
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   3840x2160     60.00*+  29.98  
   2560x1440     59.95  
   2048x1280     60.20  
   2048x1152     60.00  
   2048x1080     24.00  
   1920x1200     59.88  
   1920x1080     60.00    59.94    50.00    23.98  
   1680x1050     59.95  
   1600x1200     60.00  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    59.94    59.93  
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)
USB-C-0 disconnected (normal left inverted right x axis y axis)
zig@ubuntu:~$ 

2.  Extender Cable & Ubuntu:
zig@ubuntu:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 890mm x 500mm
   1280x720      60.00 +  59.94    50.00  
   1920x1080     59.94*   50.00    49.95    29.97    23.98  
   1280x1024     60.02  
   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)
USB-C-0 disconnected (normal left inverted right x axis y axis)
zig@ubuntu:~$

3.  DP-Cable & Pop!_OS
zig@pop-os:~$ xrandr
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   3840x2160     60.00*+  29.98  
   2560x1440     59.95  
   2048x1280     60.20  
   2048x1152     60.00  
   2048x1080     24.00  
   1920x1200     59.88  
   1920x1080     60.00    59.94    50.00    23.98  
   1680x1050     59.95  
   1600x1200     60.00  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    59.94    59.93  
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)
USB-C-0 disconnected (normal left inverted right x axis y axis)
zig@pop-os:~$ 

4.  Extender-Cable & Pop!OS – Change res to 1920x1080 then reboot:
zig@pop-os:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 890mm x 500mm
   1280x720      60.00 +  59.94    50.00  
   1920x1080     59.94*   50.00    49.95    29.97    23.98  
   1280x1024     60.02  
   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)
USB-C-0 disconnected (normal left inverted right x axis y axis)
zig@pop-os:~$ 

如果我调整伽玛和亮度以尝试扭转 Ubuntu 与 HDMI 扩展器结合引入的偏色影响,则使用命令行:

xrandr --output HDMI-0 --gamma 0.2:0.8:1.5 --brightness 1.5

我得到的色彩渲染更接近正常,但仍然不可接受。我提到这一点,并不是因为我认为这可能解决我的问题,而是为了说明偏色问题有多严重。通常伽玛设置为伽玛 R:G:B =

--gamma 1.0:1.0:1.0

相关内容