526
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 05 Jun 2024
526 points (98.9% liked)
Technology
59148 readers
1932 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
You want "new features and more"?
Linux.
You're welcome.
I want old features and less. 😞
(I'm still switching to Linux.)
less
comes with all distributions I knowOld features and less? No problem. Just don't install X, a window manager, or a desktop environment. It'll be just like the DOS days!
I'm curious, could you skip a a DE and window manager and still run full screen graphical applications like games? Run it really like the DOS days when you just changed to the correct directory and ran the executable and then doom launches...?
Id imagine all games rely on at least the X server running to handle the display.
I know back in the day you could do some cool stuff with framebuffer, but I don't know if you'd get 3d acceleration today even if you installed the drivers, because they probably need a bunch of libraries that are packaged as part of DEs/WMs
If you just want the experience of launching graphical stuff from the CLI, that can be done. You'd still install all the packages for your chosen display server and WM/DE, then you can write a small bash script that launches a desktop session and starts your program, then closes the desktop session after you exit the program.