Screen flickering with intel

When i change the volume screen is flickering/flashing in vlc, full screen or windowed.
Its not only vlc, when you open dolphin home in places are highlighted and when you change the volume its flashing (blue color, home - places menu)

I dont see any screen tearing only this problem with the volume. Compositor on/off dont change anything. Direct rendering: yes

Same with latest versions of xorg/intel driver and plasma updates.

Anyone have any ideas?

I have Intel and no such issues

It’s usually worth reporting your repositories for all to see
As often users get these mixed up

zypper lr -d

The repositories are not mixed up.
I have a hardware volume control at the side on my laptop, like a wheel.
Its when i use that this flashing comes when osd pops up.
But in all other linux distros i use and tried its working perfectly, opensuse is the only distro i have this problem
and i cant find a solution for this.

#  | Alias         | Name                        | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                  
                                                 | Service
---+---------------+-----------------------------+---------+-----------+---------+----------+--------+------------------------------------------------------
-------------------------------------------------+--------
 1 | alien         | alien                       | No      | ----      | No      |   99     | rpm-md | http://download.opensuse.org/repositories/utilities/o
penSUSE_Tumbleweed/                              |         
 2 | devtools      | devtools                    | Yes     | (r ) Yes  | No      |   99     | rpm-md | http://download.opensuse.org/repositories/devel:/tool
s/openSUSE_Tumbleweed/                           |         
 3 | games         | games                       | Yes     | (r ) Yes  | No      |   99     | rpm-md | http://download.opensuse.org/repositories/games/openS
USE_Tumbleweed/                                  |         
 4 | gcrypt        | gcrypt                      | Yes     | (r ) Yes  | No      |   99     | rpm-md | http://download.opensuse.org/repositories/home:/Funky
Penguin/openSUSE_Tumbleweed/                     |         
 5 | google-chrome | google-chrome               | No      | ----      | No      |   99     | rpm-md | http://dl.google.com/linux/chrome/rpm/stable/x86_64  
                                                 |         
 6 | nordicruler   | nordicruler                 | Yes     | (r ) Yes  | No      |    2     | rpm-md | http://download.opensuse.org/repositories/home:/nordi
cruler:/infinality-ultimate/openSUSE_Tumbleweed/ |         
 7 | packman       | packman                     | Yes     | (r ) Yes  | No      |   98     | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSU
SE_Tumbleweed/                                   |         
 8 | repo-non-oss  | openSUSE-Tumbleweed-Non-Oss | Yes     | (r ) Yes  | No      |   99     | yast2  | http://ftp4.gwdg.de/pub/opensuse/tumbleweed/repo/non-
oss/                                             |         
 9 | repo-oss      | openSUSE-Tumbleweed-Oss     | Yes     | (r ) Yes  | No      |   99     | yast2  | http://ftp4.gwdg.de/pub/opensuse/tumbleweed/repo/oss/
                                                 |         
10 | repo-update   | openSUSE-Tumbleweed-Update  | Yes     | (r ) Yes  | No      |   99     | rpm-md | http://download.opensuse.org/update/tumbleweed/   

Hi
Maybe drop back to sna and add the tear free option to the i915 driver?

Create a file /etc/X11/xorg.conf.d/20-intel.conf containing;


Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod" "sna"
   Option      "TearFree"    "true"
EndSection

Else try just the tearfree option.

I already have that added.

Flickering is gone, solution was to change video output from opengl glx to X11 output in vlc.

Were you able to fix the flickering on Dolphin?