• Crozekiel
    link
    fedilink
    English
    arrow-up
    3
    ·
    19 days ago

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

    • bitwaba@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      17 days 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.