this post was submitted on 05 Jun 2024
525 points (99.1% liked)

Technology

57435 readers
3585 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 2 months ago (2 children)

I want old features and less. 😞

(I'm still switching to Linux.)

[–] [email protected] 6 points 2 months ago

less comes with all distributions I know

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

Old 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!

[–] Crozekiel 3 points 2 months ago (1 children)

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...?

[–] [email protected] 2 points 2 months ago

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.