テレビのラップトップを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"
Intel Core i5とHDグラフィックス3000を使用しています。
この問題の回避策を知っている人はいますか?
ありがとう!
Intel HD Graphics 3000を使用していますが、問題なく動作します。
—
ジョンスコット
強制的に出力
—
Yaksha 2017年
HDMI1
を表示してみてください。Run xrandr --output HDMI1 --mode 1920x1080_60.00
Mayのヘルプ