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 개의 그래픽 카드 만 있는지 확인하기 위해 출력을 게시 할 수 있습니까 ?