Strange background grid pattern appears on the compositor panel #92395

Open
opened 2021-10-21 21:01:14 +02:00 by Toby Yang · 16 comments

System Information

Graphics card: Version: Operating system: Owner: Report:
Intel(R) Iris(R) Plus Graphics Intel 4.5.0 27.20.100.9079 Windows-10-10.0.19041-SP0 64 Bits @tianer2820-2 #92395
Intel(R) UHD Graphics Intel 4.5.0 30.0.101.1994 Windows-10-10.0.19044-SP0 64 Bits @ner-1 #99064
Intel(R) Iris(R) Xe Graphics Intel 4.5.0 31.0.101.4885 Windows-10-10.0.22621-SP0 64 Bits @HidekiSaito #113317

Blender Version
Broken: version: 2.93.5, branch: master, commit date: 2021-10-05 12:04, hash: a791bdabd0
Worked: 2.91.2

Short description of error
Strange grid pattern appears on the compositor background when zooming in (when backdrop is on).

This is what it should looks like:
image.png

This is what it actually looks like:
image.png

And this only happens when I zoom in. At a very far-away view the background gradually becomes normal:
image.png
image.png
image.png

This does not happen on my other devices, so I think it might be a hardware compatibility problem. Also, I had the latest graphic driver installed and the graphic card supports OpenGL 4.6:
image.png

Exact steps for others to reproduce the error

  • Open blender
  • Switch to the compositor workspace,
  • Enable backdrop
  • zoom in.
**System Information** |Graphics card:|Version:|Operating system:|Owner:|Report:| |--|--|--|--|--| |Intel(R) Iris(R) Plus Graphics Intel 4.5.0|27.20.100.9079|Windows-10-10.0.19041-SP0 64 Bits|@tianer2820-2|#92395| |Intel(R) UHD Graphics Intel 4.5.0|30.0.101.1994|Windows-10-10.0.19044-SP0 64 Bits|@ner-1|#99064| |Intel(R) Iris(R) Xe Graphics Intel 4.5.0|31.0.101.4885|Windows-10-10.0.22621-SP0 64 Bits|@HidekiSaito|#113317| **Blender Version** Broken: version: 2.93.5, branch: master, commit date: 2021-10-05 12:04, hash: `a791bdabd0` Worked: 2.91.2 **Short description of error** Strange grid pattern appears on the compositor background when zooming in (when backdrop is on). This is what it should looks like: ![image.png](https://archive.blender.org/developer/F11371084/image.png) This is what it actually looks like: ![image.png](https://archive.blender.org/developer/F11371108/image.png) And this only happens when I zoom in. At a very far-away view the background gradually becomes normal: ![image.png](https://archive.blender.org/developer/F11371123/image.png) ![image.png](https://archive.blender.org/developer/F11371128/image.png) ![image.png](https://archive.blender.org/developer/F11371133/image.png) This does not happen on my other devices, so I think it might be a hardware compatibility problem. Also, I had the latest graphic driver installed and the graphic card supports OpenGL 4.6: ![image.png](https://archive.blender.org/developer/F11371233/image.png) **Exact steps for others to reproduce the error** - Open blender - Switch to the compositor workspace, - Enable backdrop - zoom in.

#99064 was marked as duplicate of this issue

#99064 was marked as duplicate of this issue
Member

Hi, thanks for the report. I am not reproduce on master: 05ab3356a719ca1991dc993e2a055962e24aa138 and 2.93.5

Are you able to recreate the issue with factory settings: {nav File > Defaults > Load Factory Settings} ?

Hi, thanks for the report. I am not reproduce on master: `05ab3356a719ca1991dc993e2a055962e24aa138` and 2.93.5 Are you able to recreate the issue with factory settings: {nav File > Defaults > Load Factory Settings} ?
Author

Yes, the same thing happens after loading the factory settings.

Yes, the same thing happens after loading the factory settings.
Author

Some additional info that might be related:
Blender occasionally freezes on this device when the 3D viewport is in the preview mode. Blender itself is still working, I can save files or do operations with keyboard shortcuts, but the window stops refreshing, and becomes black when it is resized. I can't stably reproduce this, but it consistently happens when I work with blender.

Some additional info that might be related: Blender occasionally freezes on this device when the 3D viewport is in the preview mode. Blender itself is still working, I can save files or do operations with keyboard shortcuts, but the window stops refreshing, and becomes black when it is resized. I can't stably reproduce this, but it consistently happens when I work with blender.
Member

I had the latest graphic driver installed

Hi, sorry for the late response. Probably you have checked for the update from device manager.

Checking from device manager will always say: Best driver for your device are already installed.
Please try to update it from here: https://www.intel.com/content/www/us/en/support/products/80939/graphics.html

(As this seems to be a driver related issue so updating will probably fix it)

> I had the latest graphic driver installed Hi, sorry for the late response. Probably you have checked for the update from device manager. Checking from device manager will always say: `Best driver for your device are already installed.` Please try to update it from here: https://www.intel.com/content/www/us/en/support/products/80939/graphics.html (As this seems to be a driver related issue so updating will probably fix it)
Author

No, the driver is up to date according to the website. Also, this does not happen in Blender 2.91.2 on the same device, so I'm not sure if the problem is in the graphics driver or in blender.

No, the driver is up to date according to the website. Also, this does not happen in Blender 2.91.2 on the same device, so I'm not sure if the problem is in the graphics driver or in blender.
Member

Does this happen with any of the other node editors?

Does this happen with any of the other node editors?
Author

In #92395#1312660, @OmarEmaraDev wrote:
Does this happen with any of the other node editors?

No, the shader editor and the geometry node editor don't have this problem.

> In #92395#1312660, @OmarEmaraDev wrote: > Does this happen with any of the other node editors? No, the shader editor and the geometry node editor don't have this problem.
Author

Update:
This problem still exists in the blender 3.0.1 release and on the Win11 platform.
However, this doesn't happen in Linux (Ubuntu21.10, Gnome, Wayland session) on the same device.

This might be a driver issue, since in the environment where this problem happens, Blender also freezes periodically when in 3DView preview mode.

Update: This problem still exists in the blender 3.0.1 release and on the Win11 platform. However, this doesn't happen in Linux (Ubuntu21.10, Gnome, Wayland session) on the same device. This might be a driver issue, since in the environment where this problem happens, Blender also freezes periodically when in 3DView preview mode.

Is it the same glitch seen on #92890?
If they are the same, I think we can merge this report into the other (since the other has steps that can be replicated on any GPU).

Is it the same glitch seen on #92890? If they are the same, I think we can merge this report into the other (since the other has steps that can be replicated on any GPU).
Author

No, I don't think they are the same. In my case, everything works fine (selecting, moving nodes) except the pattern in the background. Also, I noticed just now that this problem only appears when the backdrop is turned on.

No, I don't think they are the same. In my case, everything works fine (selecting, moving nodes) except the pattern in the background. Also, I noticed just now that this problem only appears when the backdrop is turned on.
Member

Hi, so far we are unable to reproduce this issue so moving this report to Unconfirmed

If 2 other people aren't able to redo the bug after 2 weeks, it will be closed.

We appreciate the effort that goes into making bug reports, but to be able to fix bugs we have to be able to redo them.
If there is anything you can provide to help others to reproduce the problem, be sure to include it.```
Hi, so far we are unable to reproduce this issue so moving this report to `Unconfirmed` ```The issue reported can't be reproduced so far, and has been moved to the *BF Blender: Unconfirmed* project. If 2 other people aren't able to redo the bug after 2 weeks, it will be closed. We appreciate the effort that goes into making bug reports, but to be able to fix bugs we have to be able to redo them. If there is anything you can provide to help others to reproduce the problem, be sure to include it.```
Member

Hi, is this still replicable with newer intel drivers (31.0.101.2111)?: https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html

Hi, is this still replicable with newer intel drivers (`31.0.101.2111`)?: https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html

Yes, I have updated my intel driver and it still happens

Yes, I have updated my intel driver and it still happens

Likely just another issue with iGPUs, I am afraid there is not much we can do about it.

Likely just another issue with iGPUs, I am afraid there is not much we can do about it.
Dalai Felinto added
Status
Confirmed
and removed
Status
Needs Triage
labels 2023-02-10 12:03:06 +01:00
Philipp Oeser added the
Module
EEVEE & Viewport
Interest
Nodes & Physics
labels 2023-02-20 09:54:28 +01:00

I guess for workaround until this is resolved somehow, is to set the Grid Level setting under Themes -> Node Editor to 0
image

I guess for workaround until this is resolved somehow, is to set the Grid Level setting under Themes -> Node Editor to 0 ![image](/attachments/82f18b59-ca3a-4937-a67a-97395baf223b)
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
8 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#92395
No description provided.