Recently I reinstalled Gentoo (+ rootfs encryption) and started receiving a error i did not with any of my previous Gentoo installations.
My XFCE4 freezes, seemingly at random, except for my mouse cursor and audio.
If i switch tty (with ctrl+ alt + F1-12) and switch back without doing anything else, it stops being frozen until the next random soft crash (which can be hours or minutes).
I've reinstalled Gentoo again to see if it'd fix the issue. It did not.
I have a suspicion this error in Xorg.0.log is the cause.
Code: Select all
[ 53.443] (WW) AMDGPU(0): flip queue failed: Invalid argument
[ 53.443] (WW) AMDGPU(0): Page flip failed: Invalid argumentI'm unsure if it resolved the crashing issue as i did not test for very long due to aforementioned issues.
/etc/X11/xorg.conf.d/20-amdgpu.conf
Code: Select all
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
Option "PageFlip" "false"
EndSectionI have two monitors, a 240hz (via Display Port into GPU), and a 60hz (via HDMI into Motherboard).
The user i startx with is in the groups : tty disk wheel floppy video kvm input users pipewire user
Xorg.0.log :
https://paste.gentoo.zip/YtP8w9aT
Maybe it's related to the kernel or i did something improperly?
I'm unsure the reason, I did not have this issue on my previous Gentoo installation or on a liveUSB (of gentoo or mint).
I'm at a loss and haven't really found much helpful info about it online.
While writing this post I found this forum post which seems to have a similar issue without being resolved.
Apologies if this is the improper avenue to receive support or i did not include proper information.
Thank you for your time.

