#Naturist web developer, selfhosts as many things as possible.

#brony, #nudist, #bodypositive, #aspie, #fedi22

  • 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: July 22nd, 2023

help-circle
rss



  • @Pogogunner At least on Debian based distros, it’s all part of the driver installation.

    As for how it works at the hardware/kernel level the iGPU take some of system RAM to use as VRAM, so all the kernel has to do is give the dGPU a DMA buffer into that. The final piece is for the iGPU driver to send a synchronisation signal to the dGPU when it’s ready to receive the (partial-)frame.


  • @jeena @Pogogunner

    I’m going to assume that it is possible to put both the dedicated and integrated GPUs to work, though I’ve never seen this kind of setup.

    Every single laptop with a dGPU does that, as I’m typing this now only Minecraft is using the dGPU while everything else is on the iGPU. Everything is fully performant (including YT videos), and it greatly increases battery life.







  • @Tippon That is a big part of the point behind containers, you don’t have any long term state inside them. Migration is just a case of copying the configuration over along with the contents of any persistent volumes.

    It’s worth looking into Podman instead of Docker, the daemon-less architecture makes it more lightweight and secure as it’s easier to have rootless containers. Management can also be easer as being a Red Hat project it integrates well into Systemd.

    With your existing server on Xubuntu you may as well stick with Ubuntu Server or Debian for the familiarity.