You are not logged in.

#1 2022-06-20 18:00:20

ioletsgo
Member
Registered: 2022-06-20
Posts: 7
Website

KDE Plasma/Graphics Drivers stop functioning at random intervals

Hi, I daily drive a 2021 81W0 IdeaPad 3 14ADA05 with an AMD Ryzen 5 3500U as the APU. At random intervals my screen will stop displaying graphics, it wouldn't "shut off" per-say, but it wouldn't display anything and I wouldn't be able to switch to a TTY. I assume it's a kernel parameter, but I'm not quite sure how I could test and fix this issue.

Last edited by ioletsgo (2022-07-06 14:05:12)

Offline

#2 2022-06-20 18:33:23

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: KDE Plasma/Graphics Drivers stop functioning at random intervals

Welcome to the boards.

Check/post a journal log when you get the issue

sudo journalctl -b 

If you can get it from the current boot, otherwise add -1 for the boot prior to your current one if you're forced to reboot. https://wiki.archlinux.org/title/List_o … n_services

Online

#3 2022-06-20 18:53:21

ioletsgo
Member
Registered: 2022-06-20
Posts: 7
Website

Re: KDE Plasma/Graphics Drivers stop functioning at random intervals

Output of

sudo journalctl -b -1 |cat

https://pastebin.com/J6pXcVEn

Offline

#4 2022-06-20 18:57:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: KDE Plasma/Graphics Drivers stop functioning at random intervals

That's not the entire thing but likely a terminal scrolls length. Do

sudo journalctl -b-1 | curl -F 'f:1=<-' ix.io 

you'll get a link.

Online

#5 2022-06-20 19:05:42

ioletsgo
Member
Registered: 2022-06-20
Posts: 7
Website

Re: KDE Plasma/Graphics Drivers stop functioning at random intervals

I couldn't get ix.io functioning but I did get 0x0.st working
http://0x0.st/ouGy.txt

Offline

#6 2022-06-21 18:19:38

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: KDE Plasma/Graphics Drivers stop functioning at random intervals

Nothing really problematic inherently but a whole bunch of random discord related error messages, are you running some custom version/extensions here? Can you reproduce this situation when discord isn't running? What's fetchcord.service exactly?

Online

#7 2022-06-21 23:31:36

ioletsgo
Member
Registered: 2022-06-20
Posts: 7
Website

Re: KDE Plasma/Graphics Drivers stop functioning at random intervals

Fetchcord is a program that displays my neofetch as a discord rich presence status.

Also I just got the issue again, I got the journalctl of the previous state, and I got

[drm] pstate TEST_DEBUG_DATA: 0x3EFE0000

pasted over and over at the end of the logs, right where the screen blackening occurred, and looking up the error, it appears that it isn't a unique issue, and other AMD APU, even previous gen users are experiencing a similar issue
https://forum.endeavouros.com/t/amd-apu … 10/12499/5

Last edited by ioletsgo (2022-06-21 23:33:30)

Offline

#8 2022-06-22 08:56:10

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: KDE Plasma/Graphics Drivers stop functioning at random intervals

You might be able to get better logs if you enable sysrq: https://wiki.archlinux.org/title/Keyboa … el_(SysRq) and use REISUB to try and reboot on a freeze. But yeah if this is down to the kernel, maybe try linux-mainline or so to test how the 5.19-rc kernels behave, maybe also linux-firmware-git if it's down to firmware issues.

Online

#9 2022-07-06 13:50:59

ioletsgo
Member
Registered: 2022-06-20
Posts: 7
Website

Re: KDE Plasma/Graphics Drivers stop functioning at random intervals

Sorry for necroposting, but I recently came across the crash again, however when I loaded the logs I got this baffling log where XRandR basically turns off the primary output for no reason

Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr: XRandR::setConfig
Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr: Needed CRTCs:  1
Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr: Actions to perform:
                                                                Primary Output: false
Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr:         Change Screen Size: false
Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr:         Disable outputs: false
Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr:         Change outputs: false
Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr:         Enable outputs: false
Jul 06 08:43:11 IdeaPad kscreen_backend_launcher[937]: kscreen.xrandr: XRandR::setConfig done!

Gonna update the thread title because of this information. Probably isn't a kernel issue, but a KDE Plasma issue.

Last edited by ioletsgo (2022-07-06 14:04:34)

Offline

Board footer

Powered by FluxBB