Ubuntu 14.04を搭載したLenovoラップトップでは、HDMIで接続されたモニターに現在の画面のものを表示できません。HDMIケーブルが両方ともラップトップとモニターに接続されており、モニターの電源が入っている。
に行く
Systems Settings -> Displays
[ディスプレイの検出]をクリックすると、標準のラップトップ画面のみが表示されます。外付けモニターは表示されません。
現在の画面をノートパソコンの画面とモニター画面の両方に表示するには、この問題をどのように修正すればよいですか?
また、画面がラップトップのサウンドを再生できるかどうかは重要ではありません。Windows OSでラップトップを起動するときに(ハードウェアやケーブルを変更せずに)正常に機能する外部モニターにも表示される可視画面出力のみが必要です...
追加情報:
xrandr
標準モニターのみを表示します。の完全な出力xrandr
はxrandr: Failed to get size of gamma for output default Screen 0: minimum 1600 x 900, current 1600 x 900, maximum 1600 x 900 default connected primary 1600x900+0+0 0mm x 0mm 1600x900 77.0*
Windows(デュアルブート)でラップトップを実行すると、HDMI接続は問題なく動作します
の行の出力
lspci
:00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller]) Subsystem: Lenovo Device 3977 Flags: bus master, fast devsel, latency 0, IRQ 7 Memory at c0000000 (64-bit, non-prefetchable) [size=4M] Memory at b0000000 (64-bit, prefetchable) [size=256M] I/O ports at 3000 [size=64] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied>
の出力
sudo lshw -C display
:*-display UNCLAIMED description: VGA compatible controller product: 3rd Gen Core processor Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 09 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list configuration: latency=0 resources: memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:3000(size=64)
また、パッケージを削除して再インストールしようとしました
xserver-xorg-video-intel
が、何も変更されませんでした(再起動後)。私は、1920 x 1080ピクセルの解像度を持つSamsung LS22B150NSモニターについて、ここに記載されている手順に従いました。しかし、エラーが発生しました
xrandr: cannot find output "VGA1"
:alex:~$ cvt 1920 1080 # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync alex:~$ xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr: Failed to get size of gamma for output default alex:~$ xrandr --addmode VGA1 1920x1080_60.00 xrandr: Failed to get size of gamma for output default xrandr: cannot find output "VGA1"
lshw -C display
グラフィックカードが1つしかないことを確認できますか?