Ubuntu 无法识别 HDMI 端口

Ubuntu 无法识别 HDMI 端口

我正在运行 Ubuntu(elementary OS),连接到一台普通显示器,运行正常。我现在正尝试通过 HDMI 端口将其连接到电视,但电视无法接收任何信号。请帮帮我。

输出:sudo lshw -C 显示

  *-display               
   description: VGA compatible controller
   product: RS780L [Radeon 3000]
   vendor: Hynix Semiconductor (Hyundai Electronics)
   physical id: 5
   bus info: pci@0000:01:05.0
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi vga_controller bus_master cap_list rom
   configuration: driver=radeon latency=0
   resources: irq:18 memory:d0000000-dfffffff ioport:d000(size=256) memory:feaf0000-feafffff memory:fe900000-fe9fffff

输出兰德

\Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
VGA-0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
1366x768       59.8*+
1024x768       75.1     60.0  
800x600        75.0     60.3  
640x480        75.0     60.0  
720x400        70.1  
DVI-0 disconnected (normal left inverted right x axis y axis)

兰德根本不显示 HDMI。这是个问题吗

监视器

输出sudo get-edid |解析-edid

parse-edid: parse-edid version 2.0.0
get-edid: get-edid version 2.0.0

Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful

VBE version 300
VBE string at 0xc01d0 "ATI ATOMBIOS"

VBE/DDC service about to be called
Report DDC capabilities

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful

Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination supports DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
    Read EDID

    Performing real mode VBE call
    Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
    Function supported
    Call successful

parse-edid: EDID checksum passed.

# EDID version 1 revision 3
Section "Monitor"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
Identifier "DELL IN1930"
VendorName "DEL"
ModelName "DELL IN1930"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
HorizSync 30-83
VertRefresh 56-75
# Max dot clock (video bandwidth) 90 MHz
# DPMS capabilities: Active off:yes  Suspend:yes  Standby:yes

Mode    "1366x768"  # vfreq 59.790Hz, hfreq 47.712kHz
    DotClock    85.500000
    HTimings    1366 1436 1579 1792
    VTimings    768 771 774 798
    Flags   "+HSync" "+VSync"
EndMode
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
EndSection

我不明白这里需要做什么。你能解释一下吗?我仍然不确定我的电脑是否发送部分输出通过 HDMI 端口。 请帮助!

答案1

如果您尝试使用双显示器,请查看“系统设置”中的“屏幕显示”。通常有一个“镜像显示”(两个屏幕上显示相同内容)或“扩展显示”(让您的桌面使用两个屏幕)的设置。在许多安装中,仅插入第二个屏幕并不能打开这些设置。

如果这是单显示器并且您尝试用电视替换显示器,请确保:

  • 您的电视可以处理显卡尝试输出的分辨率和刷新率
  • 您的电视已设置为您插入的正确 HDMI 输出(我的电视有 4 个,您可以使用遥控器上的“输入”按钮循环切换)
  • 尝试电视上的另一个 HDMI 接口
  • 确保您的显卡通过 HDMI 发送信号。您可能需要xorg.conf为此编辑文件,详情请见此处

相关内容