Ubuntu 未检测到 hdmi 连接

Mau*_*ano 9 intel-graphics 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)
Run Code Online (Sandbox Code Playgroud)

在 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"
Run Code Online (Sandbox Code Playgroud)

我正在使用带有高清显卡 3000 的英特尔酷睿 i5。

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

谢谢!

Fab*_*bby 2

我不久前也遇到了这个问题,对我来说问题有两个:

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

    解决方案:

    • 在我的 BIOS 中打开 nVidia 卡。
      (注意:Hybrid不起作用:它需要Intelor NVidia
    • 安装 nVidia 驱动程序
  2. 如果HDMI 线是好的,则需要将其牢固地插入端口。

    解决方案:

    将电缆用力推入插槽中。