Bug 1217467 - Application Windows Flickering, black surrounding windows, or blank (black) app window
Summary: Application Windows Flickering, black surrounding windows, or blank (black) a...
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: openSUSE Kernel Bugs
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-24 02:51 UTC by Harry Stamper
Modified: 2023-11-27 15:55 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harry Stamper 2023-11-24 02:51:05 UTC
The latest update to 6.6.2 (?) completely breaks my application windows. Brave browser won't render any images, just displays some colors, or has window echoing. My VPN app doesn't generate at all, just a black window.

I'm using KDE. Gnome was way worse. Rolled back to 6.6.1-1, and don't have any issues. Attempted a reinstall of the update, and got same problem.

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Opal PRO [Radeon R7 M260X]
Comment 1 Harry Stamper 2023-11-24 19:57:47 UTC
This post help solved my issue (below). Had something to do with the gpu cache, and removing the folders for browser and vpn app fixed it. Here's the instructions I followed, but again a bit more detailed is linked.

> For each affected app, I had to delete the associated GPUCache sub-directory.
> There is quite a few to delete, search for them like this

> find ~/ -type d -name GPUCache

> (in the users home directory)

> They can all be deleted in one fell swoop with:

> find ~/ -type d -name GPUCache -exec rm -rf {} +

> … but do it at your own risk.

https://forums.opensuse.org/t/chromium-and-chromium-based-browsers-vivaldi-not-displaying-content-correctly/167660/2
Comment 2 Takashi Iwai 2023-11-27 15:55:55 UTC
FWIW, a similar report in bug 1217484