Ubuntu 检测不到 HDMI 连接

Ubuntu 检测不到 HDMI 连接

每当我尝试通过 HDMI 连接将笔记本电脑连接到电视时,它都不起作用(VGA 可以)。

以下是 的输出xrandr

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 173mm
   1366x768       60.1*+
   1360x768       59.8     60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
   1440x900_60.00   59.9  
HDMI1 disconnected (normal left inverted right x axis y axis)
   1920x1080_60.00   60.0  
DP1 disconnected (normal left inverted right x axis y axis)

HDMI1 上的分辨率来自我的.xprofile

xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr --addmode VGA1 "1440x900_60.00"
xrandr --addmode HDMI1 "1920x1080_60.00"

我正在使用带有 HD Graphics 3000 的 Intel Core i5。

有谁知道解决这个问题的方法吗?

谢谢!

答案1

我之前也遇到过这个问题,对我来说,问题有两个方面:

  1. 我的板载英特尔显卡无法识别我的 HDMI 端口;只能识别笔记本电脑内部屏幕和 VGA 端口。

    解决方案:

  2. 如果HDMI 电缆是好的,它需要牢固地插入端口。

    解决方案:

    推动电缆真的很难插入插槽。

相关内容