我尝试使用 HDMI 转 Cat6 延长器将我的第二台显示器连接到我的 PC。该解决方案由一个发射器和接收器单元组成,它们通过 Cat6 电缆连接在一起。然后,每端都使用 HDMI 电缆连接到 PC 和电视。计划将此屏幕放在与我的 PC 不同的房间。
连接好所有设备后,我的操作系统会将屏幕作为 3D 显示器。但是,即使屏幕在显示管理器中可见,它仍处于待机模式。这几乎就像操作系统看到了设备,但无法与其通信一样。
两根 HDMI 电缆都经过测试,发现可以正常工作。已将 cat6 电缆换成已知可以正常工作的电缆。更改分辨率/刷新率没有改善。
我在 ArchLinux 上使用 Gnome 显示管理器,但也在 Windows 7 笔记本电脑上尝试过,结果同样失败。以下是来自 xrandr 的一些信息:
Screen 0: minimum 8 x 8, current 3360 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected 1440x900+1920+180 (normal left inverted right x axis y axis) 890mm x 500mm
1920x1080 60.00 + 59.94 50.00 29.97 25.00 23.97 60.00 50.04
1680x1050 59.95
1600x1200 60.00
1440x900 74.98* 59.89
1360x768 60.02
1280x1024 75.02 60.02
1280x960 60.00
1280x800 59.81
1280x720 59.94 50.00
1152x864 75.00
1024x768 75.03
800x600 75.00 60.32
720x576 50.00 50.08
720x480 59.94 60.05
640x480 59.94 59.93
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 160mm x 90mm
1920x1080 60.00*+ 59.94 50.00 29.97 25.00 23.97 60.05 60.00 50.04
1680x1050 59.95
1600x900 60.00
1440x900 59.89
1366x768 59.79
1280x1024 75.02 60.02
1280x800 59.81
1280x720 60.00 59.94 50.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32
720x576 50.00 50.08
720x480 59.94 60.05
640x480 75.00 72.81 59.94
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
我的 Xorg.conf 文件:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 343.36 (buildmeister@swio-display-x86-rhel47-09) Mon Dec 1 16:46:59 PST 2014
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
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"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "SAMSUNG"
HorizSync 15.0 - 81.0
VertRefresh 24.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Tech Concepts 3DTV"
HorizSync 26.0 - 81.0
VertRefresh 24.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 760"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 760"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
# Removed Option "nvidiaXineramaInfoOrder" "CRT-0"
# Removed Option "metamodes" "DVI-I-0: nvidia-auto-select +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
Option "metamodes" "HDMI-0: nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
# Removed Option "metamodes" "HDMI-0: nvidia-auto-select +0+0"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "DVI-I-1: nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
关于我可以尝试什么来实现这一点,您有什么想法吗?如果我可以提供更多信息,请告诉我。
答案1
在与支持人员一起调试情况后,结果发现接收器单元可能已损坏。如果事实并非如此,将更新问题。