http://bugzilla.suse.com/show_bug.cgi?id=1097207 Bug ID: 1097207 Summary: Resize issues with GLX windows with i965 and sw drivers Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org Assignee: xorg-maintainer-bugs@forge.provo.novell.com Reporter: fvogt@suse.com QA Contact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- There are weird redraw issued when resizing qmlscene windows on i965 machines and with LIBGL_ALWAYS_SOFTWARE=1. To reproduce, write import QtQuick 2.0 Rectangle { width: 200 height: 200 color: "red" } into test.qml and run qmlscene test.qml. When maximizing the window and restoring the size again, the window turns white. Resizing the window results in artifacts in many cases. Dragging the window onto a different monitor fixes it until the next resize. This does not happen on a nvidia workstation with the nouveau driver. It happens there with LIBGL_ALWAYS_SOFTWARE=1 though. On a machine with i965 and nouveau, the bug appears with LIBGL_ALWAYS_SOFTWARE=1, DRI_PRIME=1 and no envars. I'm not sure where in the stack the bug is as I was unable to collect any meaningful information on this behaviour. -- You are receiving this mail because: You are on the CC list for the bug.