Greetings EOS community.
I randomly get a green screen on my monitor after some time of using EOS and I don’t know where to start troubleshooting the issue. Here are the specifications:
OS: EndeavourOS rolling rolling
Kernel: x86_64 Linux 5.16.0-arch1-1
Uptime: 38m
Packages: 1166
Shell: zsh 5.8
Resolution: 1920x1200
DE: KDE 5.90.0 / Plasma 5.23.5
WM: KWin
GTK Theme: Flat-Remix-GTK-Green-Dark [GTK2/3]
Icon Theme: breeze-dark
Disk: 1.3T / 2.3T (57%)
CPU: AMD Ryzen 9 4900HS with Radeon Graphics @ 16x 3GHz
GPU: NVIDIA GeForce RTX 2060 with Max-Q Design
RAM: 2900MiB / 15477MiB
I ran memtest86 (4 runs) and it did not find any memory related issue. I read somewhere that it might just be related to the monitor, but I don’t know how to find the cause. Any advice would be appreciated.
Hardware information: https://clbin.com/MO5lf
Boot log: https://clbin.com/F0odM
❯ sudo fdisk -l
Disk /dev/nvme0n1: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors
Disk model: WDC PC SN530 SDBPNPZ-1T00-1002
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 6DC157F9-A954-9A4B-B804-31D732EC6F7D
Device Start End Sectors Size Type
/dev/nvme0n1p1 4096 1052671 1048576 512M EFI System
/dev/nvme0n1p2 1052672 2000397734 1999345063 953.4G Linux filesystem
GPT PMBR size mismatch (4035411 != 31283199) will be corrected by write.
The backup GPT table is not on the end of the device.
Disk /dev/sda: 14.92 GiB, 16016998400 bytes, 31283200 sectors
Disk model: USB Flash Drive
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 31323032-3830-4632-B230-303331313431
Device Start End Sectors Size Type
/dev/sda1 64 3834043 3833980 1.8G Linux filesystem
/dev/sda2 3834044 4034747 200704 98M EFI System
/dev/sda3 4034748 4035347 600 300K Microsoft basic data
❯ systemctl status systemd-fsck-root.service
○ systemd-fsck-root.service - File System Check on Root Device
Loaded: loaded (/usr/lib/systemd/system/systemd-fsck-root.service; enabled-runtime; vendor preset: disabled)
Active: inactive (dead)
Condition: start condition failed at Fri 2022-01-14 22:42:12 CST; 23s ago
└─ ConditionPathIsReadWrite=!/ was not met
Docs: man:systemd-fsck-root.service(8)
I have noticed that I have file system issues. So I have done sudo fsck -f /dev/...
as well as sudo fsck -p /dev/...
But those did not work. Any ideas why and where to start?
EDIT: Before yesterday, I was using the laptop with my monitor only, and after couple of updates (which included the kernel 5.16) I started getting frequent green screens on the monitor (at least one per day). Yesterday I have experienced an identical issue on the laptop, when it was not connected to the monitor, but this time it gave me a black screen, so I decided to change the title to avoid confusion, because they are the same issue. It seems as if the computer is still on (the fans continue working with the same manner), but hanged. I also cannot access the terminal. One time it happened when I was watching youtube, and instead of black/green screen, the screen got frozen with the picture and the audio stopped (or maybe it went into a short loop but because there was no sound at that point, I can’t tell).
Overnight I ran memtest86, the free version that runs 4 tests, but no issue was found.
I have just changed the kernel to lts. Hopefully that will help.