this post was submitted on 02 Jul 2025
22 points (100.0% liked)

Linux

55983 readers
1515 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 6 years ago
MODERATORS
 

Any way to force the desktop to load regardless? I know, typing startx isn't hard, but I would like not to. Tnx!

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 4 points 2 days ago (1 children)

It still starts the KDE session, but it's probably on another term output. Hit ALT+F1 and see if it shows, but it depends on the distro, so it could F1, F6, F7...etc

[–] some_random_nick@lemmy.world 1 points 1 day ago (1 children)

F1 is just a blank conosle with a blinking curses and you can't type anything into it. F2/3/4 open a new terminal from where I can log in, but none seem to have a KDE session running. Gotta check out the other F keys. Just in case none of the work, is there a solution you know of?

[–] just_another_person@lemmy.world 1 points 1 day ago (1 children)

I'm guessing it's similar to this: https://discuss.kde.org/t/plasma-doesnt-start-when-external-monitors-are-plugged-in/17350

You're probably on a laptop and have multiple GPUs enabled at the same time. If not, you're defining Nvidia drivers with something trying to be smart about when to enable the actual outputs or not.

You can either make sure to have the display turned on, or make it super clear to the drivers to always enable a display regardless of whether it detects a display.

[–] some_random_nick@lemmy.world 1 points 1 day ago (1 children)

I should have provided more details about my setup, but I was kinda hoping that it turns out to be trivial. I am on a desktop PC, AMD gpu, Mesa drivers, one 1440p monitor. Nothing special about the setup. I'll have a look at the URL you provided and try a few things tomorrow.