You are not logged in.

#1 2021-04-20 23:39:18

ozooha
Member
Registered: 2009-09-29
Posts: 184

Image artifact on the monitor

I am attaching a video of the issue as I wasn't sure an image would capture the same.
video link
The artifact is on the left of the category letter on top of the video. It is a shimmering bunch of pixels bunched as vertical lines.
I have noticed that it occurs for the colors which are around the "red" region of the RGB spectrum.
My graphics card is - GPU: AMD ATI Radeon 540/540X/550/550X / RX 540X/550/550X and it uses the amdgpu open source driver.
How do I fix that, if ever it is related to the graphics driver?
Let me know if you require any other information.
Thanks for your time and attention.
OZooHA

Last edited by ozooha (2021-04-20 23:40:40)

Offline

#2 2021-04-21 06:32:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

https://bbs.archlinux.org/viewtopic.php … 9#p1967109 - seems a mesa regression.

Otherwise see https://wiki.archlinux.org/index.php/AM … cy_problem
Basically try passing

amdgpu.dc=0 amdgpu.audio=0 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0

to the kernel and see whether that fixes anything, then narrow down to the crucial parameter.

Last but not least, in case this is an external display: #1 of all weird stuff is still the cables ;-)

Online

#3 2021-04-23 01:33:58

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

So nothing worked here and yesterday had a recent mesa update.
OZooHA

Last edited by ozooha (2021-04-23 02:41:51)

Offline

#4 2021-04-23 05:59:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

Did you try to mesa-git as suggested in the linked thread?
Do the artifacts show up on screenshots?
What's the output of "xrandr -q"? Do they also show on lower resolutions?

Online

#5 2021-04-23 23:11:02

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

Yes I tried the mesa-git as well and the issue did not go away.

OZLinux :: ~ » xrandr -q                     
Screen 0: minimum 320 x 200, current 3600 x 1080, maximum 16384 x 16384
DisplayPort-0 connected 1920x1080+1680+0 (normal left inverted right x axis y axis) 1060mm x 626mm
   1920x1080     60.00*+  50.00    59.94    30.00    25.00    24.00    29.97    23.98  
   1680x1050     59.88  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1440x900      59.90  
   1366x768      59.79  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
HDMI-A-0 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 480mm x 270mm
   1680x1050     59.95*+
   1280x1024     75.02    60.02  
   1440x900      74.98    59.90  
   1280x960      60.00  
   1280x800      59.95  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DVI-D-0 disconnected (normal left inverted right x axis y axis)

Its the HDMI one which has the issue not the Display port.
I hope this helps.
OZooHA

Offline

#6 2021-04-24 07:31:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

Its the HDMI one which has the issue not the Display port.

quelle surprise…

So let's try to make it really easy for the system.

xrandr --output DisplayPort-0 --off
xrandr --output HDMI-A-0 --mode 1024x768 --rate 60.00

Still artifacts? If not, to they re-appear when activating the DP output

xrandr --output DisplayPort-0 --auto

Online

#7 2021-04-24 18:11:04

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

seth wrote:

Its the HDMI one which has the issue not the Display port.

quelle surprise…

So let's try to make it really easy for the system.

xrandr --output DisplayPort-0 --off
xrandr --output HDMI-A-0 --mode 1024x768 --rate 60.00

Still artifacts? If not, to they re-appear when activating the DP output

xrandr --output DisplayPort-0 --auto

Yes the artifacts don't go away despite making your suggested changes.
Also just updated it to the most current mesa version which showed up as an update.

Last edited by ozooha (2021-04-24 18:12:25)

Offline

#8 2021-04-24 20:21:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

seth wrote:

Do the artifacts show up on screenshots?

Online

#9 2021-04-24 21:34:26

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

seth wrote:
seth wrote:

Do the artifacts show up on screenshots?

here

Offline

#10 2021-04-24 21:37:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

No, I meant when you make a screenshot (eg. using scrot) are the artifacts on that screenshot (*not* on a recording of your display).

Online

#11 2021-04-25 00:03:11

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

No the screenshot doesn't give me the artifact since I viewed them on both my displays.
The issue appears on the HDMI whereas it doesn't on the DisplayPort.

Offline

#12 2021-04-25 07:03:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

Can you attach the hdmi output to a different system?
Does it happen w/ a completely different software stack (some live distro)?

Online

#13 2021-04-25 18:22:12

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

seth wrote:

Can you attach the hdmi output to a different system?
Does it happen w/ a completely different software stack (some live distro)?

I tried with a new live distro and it happens for the HDMI output.

Offline

#14 2021-04-25 19:55:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

Try an old one (or at least an old kernel, eg. grml, maybe a release from 2019) but this increasingly means output, cable or panel (hardware).

From the edited post I assume you already tried a different cable?
Does the HDMI monitor have other inputs (eg. VGA) that you could test?
Are there any adapters involved and if not, can you use the DPI out w/ an adapter to feed the HDMI monitor?

Online

#15 2021-04-25 21:41:39

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

seth wrote:

Try an old one (or at least an old kernel, eg. grml, maybe a release from 2019) but this increasingly means output, cable or panel (hardware).

I will try this out and get back to you - it might take longer unless I use downgrade to install an old one....any suggestions for trying this out quickly?

seth wrote:

From the edited post I assume you already tried a different cable?

Correct I have tried this option with no success.

seth wrote:

Does the HDMI monitor have other inputs (eg. VGA) that you could test?

It has a VGA, however I use the Graphics card which does not have one. It has, as mentioned, DisplayPort and HDMI.

seth wrote:

Are there any adapters involved and if not, can you use the DPI out w/ an adapter to feed the HDMI monitor?

The DisplayPort end uses an adapter which is is a DisplayPort-to-HDMI. I could try this I suppose.
Will revert back when I test this part which should be easy.

Thanks,
OZooHA

Offline

#16 2021-04-25 21:48:55

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

https://mirror.ungleich.ch/mirror/grml// - this isn't related to your arch installation and you don't have to downgrade that to get to an older grml image.

Online

#17 2021-04-25 22:15:20

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

seth wrote:

Are there any adapters involved and if not, can you use the DPI out w/ an adapter to feed the HDMI monitor?

The DisplayPort end uses an adapter which is is a DisplayPort-to-HDMI. I could try this I suppose.
This did not work I tried all the permutations.

Thanks,
OZooHA

Offline

#18 2021-04-25 22:16:48

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

seth wrote:

https://mirror.ungleich.ch/mirror/grml// - this isn't related to your arch installation and you don't have to downgrade that to get to an older grml image.

Pardon my ignorance.
Should I be using one of the 2019's version of this Distro's iso as a live Distro?
Thanks,
OZooHA

Offline

#19 2021-04-25 22:40:40

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

So I ran the grml as a live distro and still those artifacts are visible.
Please see the image. It manifests as a red arc on the right against the sky starting from the building top.

Thanks,
OZooHA

Last edited by ozooha (2021-04-25 22:41:17)

Offline

#20 2021-04-26 04:33:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Image artifact on the monitor

So it's the hardware, it's not the cable, I understand you tried attaching it to the displayport output with the adapter/cable that works fine w/ the outher monitor?
At this point you can try whether the VGA input shows the same problem (on some system w/ a VGA output, obvously) and get used to the idea that it's the panel itself :-(

Online

#21 2021-04-26 23:07:54

ozooha
Member
Registered: 2009-09-29
Posts: 184

Re: Image artifact on the monitor

I did a factory reset to the monitor and things diminished a lot.
Today after the linux-firmware upgrade  seems to have made that issue disappear.
This appearance and disappearance of the issue seems to have happened twice and likely due to package installation.
I am not sure whats happening, frankly.

Thanks for your help. Much appreciated. I guess I have to live with it and also this is a 13 year old monitor (brand name - HANNSPREE).
OZooHA

Last edited by ozooha (2021-04-27 01:11:05)

Offline

Board footer

Powered by FluxBB