HDMI external monitor not working [Linux Lite 4.2] - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Video Cards (https://www.linuxliteos.com/forums/forumdisplay.php?fid=22) +--- Thread: HDMI external monitor not working [Linux Lite 4.2] (/showthread.php?tid=5797) |
HDMI external monitor not working [Linux Lite 4.2] - lite noob - 11-19-2018 Kernel: 4.15.0-38-generic x86_64 Hardware: Dell latitude 7270 OS: Linux Lite 4.2 I've had this problem with my current distro of Linux Lite 4.2 and with a prior distro of Linux Mint 18.3 Sylvia. When I connect my HDMI cable to my TV, it's not detected by the computer. Then I learned that you have to boot with the HDMI cable already plugged in. I do see the DELL logo while in the POST, but after that the image on the TV fades and it goes back to my laptop and shows me the log in screen. After logging in, the computer doesn't detect the TV. I'm even able to see GRUB on the TV if I access it. But when it tries to load the Linux OS, the image switches from displaying on the TV to the laptop screen. Also tried booting from other live distros, with no luck. I've read on other forums that I have to switch between some nVidia video drivers, but I don't think that applies to my configuration because my video card is from Intel, and the BIOS has no video settings I can play with to switch drivers. On [url=http://"https://askubuntu.com/questions/927639/external-monitor-hdmi-does-not-work-with-intel-hd5500-ubuntu-16-04"]this thread[/url] it was suggested to update to kernel 4.15.18-041518-generic, which didn't work for me. Code: $sudo lshw -c video Code: $xrandar Code: $lspci -k -s 00:02.0 Question #1: How can I get the external HDMI port to work? Question #2: Is it true that you HAVE to connect the HDMI cable to your computer BEFORE booting the Linux distro? Thanks Re: HDMI external monitor not working [Linux Lite 4.2] - PRafael - 11-21-2018 Good mornig. My hardware is diferente (I use a Toshiba) and I can see the HDMI display without problems. Just to ask...have you switch monitors usin FN + F Key (I don't know the Dell key to execute this...on my Toshiba is F3) so I press FN+F3 tho have the HDMI image. See your manual to select the right FN Key. About the cable...the computer detect the HDMI entry even if a plug the cable after booting the computer...just using the FN + F Key combination. Regards Paulo Re: HDMI external monitor not working [Linux Lite 4.2] - firenice03 - 11-21-2018 Have you checked "display" to enable the monitor/tv (display 2) and either extend/duplicate/present to the display?? Re: HDMI external monitor not working [Linux Lite 4.2] - lite noob - 11-21-2018 [member=7893]PRafael[/member] Yes. In my computer, It's Fn + F8 to switch the display. This brings the "Display" window, which is what [member=5414]firenice03[/member] is talking about. And the only option there is "Laptop". Any more suggestions? Re: HDMI external monitor not working [Linux Lite 4.2] - Valtam - 11-23-2018 Try this PPA here: Code: sudo add-apt-repository ppa:oibaf/graphics-drivers Reboot. Re: HDMI external monitor not working [Linux Lite 4.2] - lite noob - 12-03-2018 (11-23-2018, 06:19 AM)Jerry link Wrote:Try this PPA here: Thanks, but that didn't work out. Is there a way I can check that those drivers are the ones my system is using? My lspci -k -s 00:02.0 command is still reading I have the i915 driver even after adding that ppa and upgrading it. Also, I tried out with a newer TV, which actually worked fine. Back when my laptop had Windows on it, I was able to duplicate and extend the screen with my "old" (non-working) TV. So this has to be something with the drivers. |