-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programs crashing and system freezes with AMD graphics #7910
Comments
none of these are related to sway. though if they don't reproduce on another wayland compositor that would be interesting, but i bet it would be the same
do you have the |
|
ah right, you posted eglinfo already. yeah the driver is present there.. |
Confirming the same issue, tested on Asus PN50 with a Ryzen 4700U and integrated graphics. Computer completely freezes. |
ah, i forgot that chromium is still most likely depending on that. that explains all of those cases at least someone would have to tell the chromium developers about it |
For me it isn't really chromium-based applications (Discord on wayland works with HW acceleration) but more like an issue with xwayland - can't launch Cyberpunk, window would flash for a second and then disappear. The error I got is: |
I've observed this on 1.8.1, so that commit wasn't there in the first place. In my case, the whole system freezes on AMD. I've just switched to the AMD system and observed it for the first time in sway. |
The crash of electron apps you're observing is present on Intel as well, and I found it's correlated with high dpi screens where you use scaling, in combination of using Ozone. Running those apps on Xwayland doesn't crash them but makes them blurry. |
I was having freezes akin to this, I switched back to linux 6.6.10 and they went away |
Which kernel did you observe them on? |
the 6.7 series |
Since commit 7e69a70, all Vulkan application running through XWayland crash for me, saying that DRI3 is not available. Edit: |
Yeah, please try |
How can I try it ? |
Assuming that your version has commit 08a06a7, you just need to add that flag to your |
this is occurring with the current archlinux release of sway, which is pre-that commit for me, although I think it's a kernel issue since downgrading to 6.6.10 fixes it for me |
I discovered that creating swap stops the freezes. Apps still crash but system will not freeze. They just die quicker... I still call it progress |
Fixed in xwayland git so won't bother tracking. |
Update: I've replaced ram modules and crashes went away on that machine. memtest86 with the old memory wasn't completing, so I'll blame it on ram. |
Well, It turned out that these issues ware caused by faulty RAM even in my case. I can not prove it, but moving to another intel based laptop made these problems disappear. If someone can prove and decide if this was caused entirely by defective RAM feel free to close this issue. |
I moved my install from intel i7 + intel iris to AMD ryzen 5 + AMD radeon, by swaping SSDs. I experience these issues:
Symptoms
AMDGPU securedisplay: generic failrure
in log and this is in journalctl:journalctl
:Chromium browser straight up crashes immidietly on lauch:
More information
Specs:
This is list of installed packages containing
amd
:This is list of packages containing
radeon
:This is output of
lspci -nn
:Output of
lspci -k | grep -A 3 -E "(VGA|3D)"
:I have found this in
dmesg
log:...
this is output of
eglinfo -B
:These are my kernel parameters:
What I tried:
xf86-video-amdgpu
fwupdmgr
xf86-video-amdgpu
)amdvlk
drivers and installed radeon driversCONFIG_DRM_AMDGPU_CIK=Y
to kernel parameters. This results inUnknown kernel command line parameters "CONFIG_DRM_AMDGPU_CIK=Y", will be passed to user space.
in dmesg.radeon.dpm=0
andradeon.dpm=1
with no effect~/.cache/mesa
directoryNothing seems to resolve this issue.
Question
What should I do to get rid of this freezes and crashes ? Do you have any tips how to diagnose these kind of issues ?
Thank you for help
The text was updated successfully, but these errors were encountered: