Hello all, just made the switch to Zorin 16 from WIndows and i'm having an issue.
I experienced this issue on Ubuntu as well before installing Zorin.
My graphics card is a AMD Radeon RX 5500 XT 4GB and the system is AMD Ryzen 5 3600.
Whenever I start a video on youtube, scroll by a video on facebook feed or anything video related starts playing my monitor refreshes, turns off for a second or two and turns back on. If I skip ahead in a video it does it each skip. Also when Steam is open even in the background, it refreshes my monitor every 30 seconds or so randomly. Pretty annoying to say the least. I have one of the Onn brand monitors from walmart that I thought could be the issue but it never did that with Windows and i've also tested it on my TV etc and it does it with every monitor. My PC only has 1 HDMI out.
I see Zorin is supposed to have all the AMD drivers installed already so not sure what to do, or if its even a graphic driver issue or not.
Any leads appreciated. Thanks
AMD is tricky. The company openly states they support Open Source and provides some open source drivers. But they also keep some of their drivers as proprietary.
Just a side note. Please check your Software Updater is set to point to "Main Server" not a regional server.
Could you also edit your forum profile to indicate which edition of ZorinOS 16 you have e.g. Core, Lite etc.
uname -r
5.13.0-27-generic
xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1920 x 1080, maximum 1920 x 1080
default connected primary 1920x1080+0+0 0mm x 0mm
1920x1080 0.00*
1366x768 0.00
1280x720 0.00
640x480 0.00
Find the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
After the word splash you can add the parameter. In this case, let's try pass-through. Make it look like: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=on iommu=pt"
Once the change is made, ctrl+x to exit, then the y key to say yes to save, then the enter key to save as current configuration.
The terminal will revert to normal.
Now, you must run:
sudo update-grub
Reboot and test. If the above does not work, try: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=off iommu=pt" and remember to sudo update-grub to make the change take affect and test.
alright so the first grub line change fixed the issue when I click on a video directly in youtube, no refreshes. But for instance if I hover over a video in google, it refreshes. Odd.
Tried the second grub line you mentioned instead and it was back to where it was, all refreshes on any video playing.