the HDMI port of my lenovo ideapad 500s with Ubuntu 18.04 LTS is not working.
I also executed the xrandr command, but only the primary monitor is detected.
How can I solve my problem?
How can I check that HDMI is not broken?
Thanks in advance.
the HDMI port of my lenovo ideapad 500s with Ubuntu 18.04 LTS is not working.
I also executed the xrandr command, but only the primary monitor is detected.
How can I solve my problem?
How can I check that HDMI is not broken?
Thanks in advance.
The same thing happened to me but I was able to solve it. My solution was:
What worked for me (Lenovo thinkpad x1 Carbon, Ubuntu 18.04 LTS), is either switching the display manager back and forth between gdm3 and lightdm
and/or reinstalling lightdm and reconfiguring it again instead of using gdm3
In case you using Nvidia graphics card the nvidia-driver could be a problem.
In my case, I've been using my Lenovo Y530(GTX 1050 ti) with Ubuntu 18.04 with nvidia-driver 415.xx which hasn't been supporting the secondary monitor through HDMI. I've tried in many ways with no luck. I finally upgraded the driver to 418.39 and the secondary monitor began to work! :)
But be careful in case you decided to go and install the driver but are not used to. There are some scenarios which can harm your system which would eventually lead you to format the system.
What happened to me was that i got a kernel driver dependency not updated/installed.
I discovered it by running
sudo ubuntu-drivers autoinstall
on my terminal and recieving the following error message:Simply installing the missing dependency (in my case
nvidia-kernel-source-470
) for my driver (nvidia-driver-470
) and running theautoinstall
again worked. So the steps were basically this:sudo apt install nvidia-kernel-source-470
sudo ubuntu-drivers autoinstall
again. Obs: Make sure you are using the correct driver, in my casenvidia-driver-470
My specs:
Hope it helped!
In my case it was broken VGA -> HDMI adapter (finally it just burned out).
I suggest this steps to troubleshoot your problem.
sudo reboot
lshw -C video
- check that you have HDMI there, if not - try to check:xrandr --listmonitors
- that you have another display theresudo systemctl status display-manager
sudo dpkg-reconfigure gdm3
Sharing my experience here, maybe it will help others.
My HDMI doesn't work after a BIOS update. I shut down the computer, and then manually disabled "Secure Boot" and "Fast Boot". I've disabled it before but it seems the BIOS update reset some settings.
Monitor works again after this.
In my case, the NVidia drivers where the trouble. When using the Noveau software the problem was solved! Thanks
Sharing my experience:
Form my situation (Ubuntu 20.04 Dell-5500) my problem was about UEFI Secure Boot.
Did these and worked for me:
1- Open a terminal (Ctrl + Alt + T), and execute
sudo mokutil --disable-validation
.2- Enter a temporary password between 8 to 16 digits. (For example, 12345678, we will use this password later
3- Enter the same password again to confirm.
4- Reboot the system and press any key when you see the blue screen (MOK management
5- Select Change Secure Boot state
6- Enter the password you had selected in Step 2 and press Enter.
7- Select Yes to disable Secure Boot in shim-signed.
8- Press Enter key to finish the whole procedure.
Lastly to re-enable Secure Boot validation in shim, simply run
sudo mokutil --enable-validation
.Solution link here : solution
Same problem was on my Ubuntu 18.04.5 on Dell G3 3790 laptop. Fixed by changing "Ubuntu Wayland" to "Ubuntu" when pressing a small cogwheel on login screen.