Graphical glitches on om-welcome

Hello,

Requirements:

I have Searched the forum for my issue and found nothing related or helpful
I have checked the Resources category (Resources Index)
I have reviewed the Wiki for relevant information
I have read the the Release Notes and Errata

OpenMandriva Lx version:
6

Desktop environment (KDE, LXQT…):
Plasma Wayland

Description of the issue (screenshots if relevant):
I have this graphical glitch in om-welcome


anyone got the same thing ? the glitch was there on the live USB then an update made it go away then the latest update made it come back

it seem like om-welcome is the only thing affected by that on my system

Relevant informations (hardware involved, software version, logs or output…):
RX 9070 XT graphics card

I opened an issue about that graphical glitches on om-welcome RX 9070 XT (maybe mesa related) · Issue #3241 · OpenMandrivaAssociation/distribution · GitHub

Please post the output of

dnf info om-welcome
1 Like

How about this?

1 Like
Installed Packages
Name         : om-welcome
Version      : 2.9.13
Release      : 2
Architecture : noarch
Size         : 5.3 M
Source       : om-welcome-2.9.13-2.src.rpm
Repository   : @System
From repo    : rock-updates-znver1
Summary      : OpenMandriva Lx Welcome Page
URL          : https://github.com/OpenMandrivaAssociation/om-welcome
License      : GPLv2
Description  : Startup and configuration tool for OpenMandriva Lx.

same graphical glitches on qutebrowser so I think it affects the QtWebEngine

That was what happened the first time as well.

any idea how it got fixed the first time ? I still have this problem

I don’t know. Hopefully, one of our devs will weigh in on this.

There was an update in Rock to address it from an upstream patch if I recall correctly.

sudo dnf dsync --refresh --allowerasing

every day I update my system with that command sudo dnf clean all ; dnf clean all ; dnf repolist ; sudo dnf distro-sync --allowerasing

I am up to date and the problem is back (came back around the time when I filed the github issue)

Does the issue occur with X11?

yea same thing on X11

This may help with both:

It also includes upstreams. @bero will probably need to patch Qt again.

setting env variable QTWEBENGINE_FORCE_USE_GBM to 0 works

maybe we should set that var to zero by default in OpenMandriva ? Not many people would complain about not having gpu acceleration in that one welcome script but they will complain if the thing straight up doesn’t work

related bug report in Qt Loading...

This will be something for @rugyada to consider.

Uhm… I mostly take care of the GUI, and the scripts (with @bero 's help).
If it’s something related to the engine or the Qt stuff under the hood that’s not exactly my field.

1 Like

We could set it to zero in the context of om-welcome for sure, no heavy rendering involved there… But setting it globally would slow down falkon, qutebrowser etc. significantly.

Would be nice to know what conditions are needed to trigger this, given we see a few complaints about this while it seems to work as expected for most.

No issues here with a Radeon RX 550 or an onboard Intel Iris Xe.

2 Likes

The card I had issues with was an actual ATi HD 4250.

1 Like

yea setting it to zero in htmlscript/om-welcome would probably be enough

I tried the live USB on my GPD Win 4 (Ryzen 7 6800U) and I got no glitches, that same USB stick got glitches on my RX 9070XT

2 Likes

I sent a pull request to om-welcome force CPU rendering (fix graphical glitches on AMD GPUs) by vulonkaaz · Pull Request #73 · OpenMandrivaSoftware/om-welcome · GitHub

it fixes the graphical glitches by setting the QTWEBENGINE_FORCE_USE_GBM var in om-welcome’s launch scripts

2 Likes