Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
AMD Ryzen™ 9 6900HX & 680M blink in login and blank screen after login (kernel 6.1.x, 6.2.x)
Additional message:
With kernel 6.0.2-zen1-1-zen, I don't have this issue. But it has some other problem like random crash mentioned in other issue tickets.
@superm1
I have tried linux-next-git in Chaotic AUR, it doesn't help, but I'm also not sure if that one includes your patch.
I don't have experience in brew a kernel from source, do you have recommended tutorials? Which branch/tag should I choose for building a kernel?
URLhttp://www.kernel.org/Version20230210.r0.g6ba8a227fd19-1LicensesGPL2ProvidesVIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULEDepends Oncoreutils kmod initramfsOptional Depswireless-regdb : to set the correct wireless channels of your countrylinux-firmware : firmware images needed for some devicesmodprobed-db : Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfigDownload Size117.04 MiBInstalled Size116.62 MiBPackagerNico Jensch <dr460nf1r3@chaotic.cx>Architecturex86_64
I also tried linux-drm-tip-git that is updated several hours ago, I guess it contains the patch you mentioned? I got the same blink&blank.
linux-drm-tip-gitThe Linux kernel with bleeding-edge GPU drivers kernel and modulesURLhttps://cgit.freedesktop.org/drm-tipVersion6.2.r1156837.d09b2cf01d8c-1LicensesGPL2ProvidesVIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULEDepends Oncoreutils kmod initramfsOptional Depswireless-regdb : to set the correct wireless channels of your country [installed]linux-firmware : firmware images needed for some devices [installed]Replacesvirtualbox-guest-modules-arch wireguard-archInstalled Size174.72 MiBPackagerNico Jensch <dr460nf1r3@chaotic.cx>Architecturex86_64Build Date2023年2月11日星期六 CST 上午12:21:12Install Date2023年2月12日星期日 CST 上午9:05:45Install ReasonExplicitly installed
I tried the latest 6.2.0-rc8 (which contains the commit you mentioned) and the issue is still present.
So that commit went in, but was reverted. There is a module parameter now in 6.2-rc8 (amdgpu_sg_display). Can you please try to set amdgpu.amdgpu_sg_display=0 to confirm if it helps?
amdgpu.sg_display=0 works for me on 6.2-rc8 for 680M. One thing I'm slightly confused about is that the behaviour has been flip-flopping on the 6.2rc series. It was working earlier at some point, and again broke somewhere. Most recently, 6.2-rc7 was working fine for me, but 6.2-rc8 without amdgpu.sg_display=0 did not. Is that expected ?
I'll try. I have been trying Fedora Rawhide images regularly, and I just realized that rawhide doesn't use just the tagged versions, but also picks up from the stable tree. So what I remember as rc7 may actually have been rc7 + other commits. And my guess is that it was working after the original set of disable SG patches, but broke at rc8 due to the revert (and hence works again with sg_display = 0).