8

I have a MSI Laptop running on windows 10 and a plug and play Ubuntu 20.04 on a Samsung Portable SSD T5

When using Ubuntu, I am trying to use a second monitor via HDMI however nothing happens when I connect it.

I am new to Linux, What should I do?

Note: When I am using Windows, the HDMI port is working as expected

arnino
  • 260

6 Answers6

8

Check if you have the latest drivers

sudo ubuntu-drivers autoinstall

Then check for your additional drivers. Try to go to

  • Software & updates
  • reboot

This resolved my issue, I think because ubuntu did not recognize drivers because of some updates.

Inspired from this: https://askubuntu.com/a/1276794/1573261

arnino
  • 260
2

I've been through this problem for a few months. I tried all almost all answers in google and still could not solve it

[Solved] turns out that disabling secure boot in bios fixed the problem *please learn about secure boot before disabling it

1

When I updated to Ubuntu 22.04 I started getting ACPI errors and my HDMI port no longer was working on my newer Samsung laptop. The following hid the ACPI errors and curiously fixed my HDMI output. This was found on linux.org related only to ACPI errors but it worked for the HDMI issue too. I cannot explain why it worked but the errors occurred the same time my HDMI port stopped working.

  1. sudo gedit /etc/default/grub
  2. edit line with GRUB_CMDLINE_LINUX_DEFAULT and add loglevel=3, it should look like GRUB_CMDLINE_LINUX_DEFAULT='quiet splash loglevel=3'
  3. sudo update-grub related
  4. reboot

When I did this everything worked again, hope this helps someone it has been a frustrating problem.

Mi E
  • 11
1

In my case, one process was blocking ~/.config/monitors.xml file, so it was not writable. Only fresh monitors were working fine, old ones were ignored. I removed that file to reset all settings. Now the HDMI port works fluently with my displays.

My setup

  • Ubuntu 23.10
  • Gnome 45.2
  • Dell Precision 7520
  • Intel HD 630
  • Nvidia Quadro M2200
qba-dev
  • 424
0

My linux ubuntu version was outdated for the graphics card, so I updated to the latest linux ubuntu version through the command line and voila

0

In my case, I'm using Ubuntu 24.04, but I've been used Ubuntu 22.04 before.

I went to the Software & Updates , click on Additional Driver and chose nvidia-driver-535, and then restart the laptop again. It works for me, hope it helps.