每当我尝试通过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"
我正在使用具有高清显卡3000的英特尔酷睿i5。
有谁知道解决此问题的方法?
谢谢!
我有一个Intel HD Graphics 3000,它工作正常。
—
约翰·斯科特
尝试强行
—
Yaksha
HDMI1
显示ouptut。跑步 xrandr --output HDMI1 --mode 1920x1080_60.00
可能会有所帮助