Jump to content

Linux Mint HDMI Issue

Go to solution Solved by Cloudy Canadian,

Seems like it was fixed by going into Driver Manager and setting the GPU driver to "Do not use the device". 

I am new to Linux but just installed Linux Mint 19.2 onto my laptop, and made to sure check on the option to also install 3rd party drivers when I was doing so. I tried to update it and now seem to be running version 4.2.3 of Cinnamon and Linux Kernel 4.15.0-55-generic.
I am using a HP Pavilion dv7 notebook that has an AMD Radeon HD 5650/5750 / 6530M/6550M GPU.

My problem is that when I plug a HDMI cable into my TV it only works for about 30 seconds before loses signal. Then after another short amount of time it pops back up again. I have tried going to Driver Manager but the only option is allows me to apply is "bcmwl-kernel-source version 6.30.223.271+bdcom-0ubuntu4". (I also restarted the PC after applying, but still having the same problem.)

I have tried different HDMI cables, short and no adapters, and used to have no issues when the laptop ran Windows 7. The worst part is that it works for a moment but then keeps switching on its own between "both", "extended", "TV only", and "laptop only"... I don't want to have to install another whole OS just to solve this but I am really fed up. 

Link to comment
https://linustechtips.com/topic/1092303-linux-mint-hdmi-issue/
Share on other sites

Link to post
Share on other sites

14 minutes ago, Sauron said:

I don't mean to be a pain but how would I go about doing that? Thank you for your suggestion though, probably would solve my issue. 

Link to comment
https://linustechtips.com/topic/1092303-linux-mint-hdmi-issue/#findComment-12794480
Share on other sites

Link to post
Share on other sites

20 minutes ago, Cloudy Canadian said:

I don't mean to be a pain but how would I go about doing that? Thank you for your suggestion though, probably would solve my issue. 

I don't know what else to tell you other than link the exact commands you need to run, which I did :P if you want I can list them here

sudo apt update
sudo apt install vdpau-va-driver vdpauinfo mesa-vdpau-drivers libvdpau-va-gl1 xserver-xorg-video-amdgpu libdrm-amdgpu1
sudo cd /usr/lib/x86_64-linux-gnu/dri/
sudo ln -s vdpau_drv_video.so radeonsi_drv_video.so
sudo ln -s vdpau_drv_video.so r600_drv_video.so

 

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/1092303-linux-mint-hdmi-issue/#findComment-12794541
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×