#[SOLVED] My arch get some bugs
18 messages · Page 1 of 1 (latest)
Can’t guarantee i’ll be able to help, but providing your laptop and DE would help anybody.
.s litany
Please follow the Standard Litany when asking a question:
• What was your environment? What was your operating system, configuration?
• What did you do? What did you run or test? Where?
• What actually happened? What were the exact results, complete log contents, exact error messages?
• What did you expect? What were you aiming to achieve? What result were you looking for?
Vague or superficial questions will yield vague or superficial answers. False information leads to false solutions.
Greeter, WM or DE and the hardware youre using, would be a minimum to go on. Your prefered session type and any info toward your SWAP would also be great
It's an Acer Aspire E15 and I'm using Arch Linux and Hyperland. I discovered the source of the problem: my Hyperlock, for some reason, its customizations disappeared and now only a black screen appears when I close the laptop screen and open it again.
This is the first problem
Check your hyprlock config file.
I checked, and man, what the heck happened? The monitor went unrecognized. I looked in other configuration files and the EDID disappeared, and I don't know why.
What is the output of grep . /sys/class/drm/*/status
connected
How about sudo cat /sys/class/drm/*eDP*/edid | hexdump -C
no such file or directory
That mean the kernel is not detecting the panel hardware
Okay.
Thanks for the help. U r fantastic