I tried to connect my laptop with the second monitor, however, it displays on the second monitor that No HDMI signal from your device. When I checked the Displays setting, there is no monitor too. I use ASUS Gaming. This is the configuration of Ubuntu 20.04
When I checked xrandr
in the terminal:
I also updated to the kernel 5.6 but nothing changes Here is the setting of the software updates, there are no additional drives
I hope anyone can help me because I need to work on a big screen. Thanks in advance.
I had the same problem, and I solved it not 20 minutes ago. I will paste the solution from this question below: Cannot connect second monitor via HDMI cable in Ubuntu 20.04
OK so after a lot of internet scraping and unhelpful solutions, I have gotten it fixed in my case. I am running an AMD 400 series AMD graphics card. What is downloaded automatically in the drivers upon 20.04 installation is not sufficient. Below, I will outline briefly what I did, but since people have different computers with different specs, I can't get too specific without causing future viewers to install the wrong media and mess up their system.
Below is for an AMD system (If you have Intel processor, you will do a similar step, but on the intel driver site). OP YOU HAVE AN i5 SO YOU WILL HAVE TO GO TO THE INTEL DRIVER SITE
Go to https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-20-20
Select the software that matches your version of ubuntu/RHEL/SLED. For me, version 20.20 for Ubuntu 20.04.
Also look at the download instructions. This outlines the documentation that is important to understand what you are doing!
3A. Briefly, you will download a tar.bz file called amdgpu.blahblahblahb.tar.bz
3B. You will extract it.
3C. You will navigate to it.
3D. You will run the amdgpu-install script in the terminal. I just dragged and dropped it into my terminal and hit enter. I did get a problem here where it wouldn't install at first because there was a driver already partially installed (I think this may have been the automatically installed driver that ubuntu gave us upon installation). To hop around this, I added the keyword uninstall (/.amdgpu-install --uninstall), then re-ran the script again (./amdgpu-install)
Cheers!