Ubuntu Support Template
Ubuntu Version :26.04 LTS
Problem Description :
trying to connect external monitor using HDMI cable.
I’ve been trying to connect an external monitor to an old macbook pro11, but its not picking up the signal from the laptop.
I’ve tried pressing cmd+F1 to mirror the screen, and tried closing the laptop lid to put it into clamshell mode, but I’m not having any luck with it.
I also went into my Ubuntu settings, and looked for external monitor options but didn’t see anything to allow me to toggle between the laptop screen and the external monitor.
does anyone have any ideas I could try to get it working?
What is the output of
sudo lshw -C display
Also if you can switch to Xorg instead of Wayland is it better?
sudo lshw -C display
Actionparsnip:
prem@prem-MacBookPro11-3:~$ sudo lshw -C display
[sudo: authenticate] Password:
*-display
description: VGA compatible controller
product: GK107M [GeForce GT 750M Mac Edition]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: /dev/fb0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list fb
configuration: depth=32 latency=0 mode=2880x1800 resolution=2880,1800 visual=truecolor xres=2880 yres=1800
resources: memory:c0000000-c0ffffff memory:80000000-8fffffff memory:90000000-91ffffff ioport:2000(size=128) memory:c1000000-c107ffff
*-display
description: VGA compatible controller
product: Crystal Well Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 08
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:63 memory:c1400000-c17fffff memory:b0000000-bfffffff ioport:3000(size=64) memory:c0000-dffff
prem@prem-MacBookPro11-3:~$
what do you mean by, and how do I switch to Xorg from Wayland?
should I connect the external monitor with the HDMI and turn it on, then run that command.
Yeah can do. If you can also run
xrandr
and give that output too
Actionparsnip:
xrandr
prem@prem-MacBookPro11-3:~$ xrandr
Screen 0: minimum 16 x 16, current 2880 x 1800, maximum 32767 x 32767
None-1 connected primary 2880x1800+0+0 (normal left inverted right x axis y axis) 762mm x 476mm
2880x1800 59.97*+
2048x1536 59.95
1920x1440 59.97
1600x1200 59.87
1440x1080 59.99
1400x1050 59.98
1280x1024 59.89
1280x960 59.94
1152x864 59.96
1024x768 59.92
800x600 59.86
640x480 59.38
320x240 59.29
2560x1600 59.99
1920x1200 59.88
1680x1050 59.95
1440x900 59.89
1280x800 59.81
1152x720 59.97
960x600 59.63
928x580 59.88
800x500 59.50
768x480 59.90
720x480 59.71
640x400 59.95
320x200 58.14
2880x1620 59.96
2560x1440 59.96
2048x1152 59.90
1920x1080 59.96
1600x900 59.95
1368x768 59.88
1280x720 59.86
1024x576 59.90
864x486 59.92
720x400 59.27
640x350 59.28
I ran the first command again , but it just gave the exact same output.