this post was submitted on 03 Mar 2024
19 points (100.0% liked)

Linux

48044 readers
787 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Lately, when booting up my linux machine (Fedora 39 KDE), everything looks good until about 30s after I log in. Then both screens go black with no output, and shortly after that they light up as if there is a signal but I don't seen anything.

I've tried accessing a TTY but nothing changes on the displays. The only solution I can find is pressing the reset button on the PC, and then I have no problem on the following boot. I'm not really too sure where to start looking regarding solutions. Would really appreciate any input you guys have to solving this problem.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago (1 children)

I updated kernel just now and maybe that will fix it. If not, then I will try reading the logs. Any ideas as to what to look for? I looked briefly through journalctl and I wasn't really too sure what to keep an eye out for. I know red is bad, but everything in red that I looked for didn't seem related (mostly networking stuff)

[–] [email protected] 2 points 8 months ago (2 children)

Just check all the usual suspects: Xorg, syslog, messages, journals for systemd services. Do you have integrated graphics, a card, or both? Trying switching to one over the other and see if you still have an issue.

[–] [email protected] 1 points 7 months ago (1 children)

Hey, I know this has been a while, but hoping you might be able to offer some help with what to do from here. I think this is the offending issue causing the issue (but I don't know for sure). Just wondering if you have any knowledge to share. If not, I can try to dig into this some more solo no problem. This link has the contents of my journalctl log with any mention of discord: https://pastebin.com/f9XGgiq5 Thanks a lot in advance!

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago) (1 children)

Install the ACTUAL package for your distro.

[–] [email protected] 1 points 7 months ago

I originally had the actual package for my distro. The issue is that it updates and then only provides me with the options of downloading a tar.gz or a deb file. I suppose I could just do a remove/install to get the updates, but I was kinda hoping to avoid having to do that

[–] [email protected] 1 points 8 months ago

I think it may have something to do with the way I have some apps starting up. I'm gonna investigate that further. Thank you for your help