Installed GNOME with X11 using the Basic and X11 patterns on my laptop. Experiencing tearing when in fullscreen (youtube in ungoogled-chromium, native steam games). Complete GPU info:
Yes, as I said, the tearing is fullscreen-only (as in fullscreen video view - not when the window is just maximised, but when it covers the top status bar and doesn’t have a title bar). Everything works fine in IceWM, no tearing.
EDIT: I also tried adding Option “TearFree” to my X11 config files because that’s what fixed it on arch, but I guess things work differently in OpenSUSE because X wouldn’t start with that
Installing xdpyinfo would replace missing: xdpyinfo with additional information, not necessary now, but for when xdpyinfo itself is needed or inxi -Gaz is next needed. inxi -GSaz or inxi -Saz or cat /proc/cmdline or grep d\ line /var/log/Xorg.0.log are methods of including possibly relevant additional graphics info - kernel cmdline options. Are you using any kernel cmdline options that affect graphics?
That suggests a Gnome rather than an X issue. Does the problem exist if you use Gnome on Wayland instead of X11?
Failure to start shouldn’t happen just from using that option, and suggests need for a bug report. When you try tearfree, what (EE) lines appear in Xorg.0.log? Normally there are no /etc/X11/xorg.con* files affecting graphics in TW. If you have any, please show their content.
I’ve read the graphics information again, then I read the arch wiki again and realised I put the wrong driver in the config - intel instead of modesetting, which is the active one. This is confirmed by the X log saying that it can’t find the intel module.
The X server does indeed start now, but the tearing didn’t go anywhere.
My 20-intel.conf:
@MrDomocle FWIW I was running an Intel Arc A380 with the Xe driver rather than i915 on GNOME without any screen tearing either Xorg or Wayland without the need for any conf files.
After some more googling, it turns out that the tearing is a fullscreen-only issue because it happens on windows that don’t get processed by the compositor. By default in GNOME fullscreen windows bypass it, so I get screen tearing. I’ve found a shell extension that disables this and now the tearing is gone
@MrDomocle Hmmm an issue from 2011? I see the bug report is for a HP 4520s which I use to run way back them with openSUSE GNOME, but never had screen tearing issues…
I had screen tearing with Intel UHD 630 on GNOME 40-46 on Xorg with Dota 2, WoW, and Old School RuneScape all when fullscreen, and that unredirect fullscreen windows GNOME extension also solved it for me.
The DRI option was commonly 3, but since some change needs to be iris. iris was automatically used for me on openSUSE TW but I had to specify it on Fedora 40.
I have pre-Xe and don’t know how that’s handled on Xe, and I think there’s even a newer Xe-specific Xorg DDX driver too (which might have a different xf86-video- package to install along with needing a different name for MatchDriver "i915").