Hi everyone, I’m planning to experiment with my first home server (jellyfin,nextcloud,bitwarden etc) running on a “old” Thinkcentre i5-7th. I’m thinking using proxmox in order to experiment with different configuration and I was wondering if it’s possible to have a single container/vr (with Libreelec) output HDMI to my TV, and keep other VM’s headless and controlled from another PC when needed.

Are there some particular setting or nwebie suggestion that could help me achieve that? Also, do you think proxmox is a good choice, or it’s better stick to a single debian/ubuntu server OS?

  • mindfive@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    Last time I had a vm with physical output was years ago, and it was an involved process. The thing you are looking for is PCI pass-through. Unless you are thinking closer to just running something like virtual box full screen?

    Did you need your server to have hdmi output instead of running a normal jellyfin client? Would you consider a desktop os running server containers in docker or podman?

  • Rand0mA@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    11 months ago

    I do this with proxmox on a Lenovo tinypc. However I’m using a Nvidia gpu for passthrough. Was awhile ago I set it all up. I remember it being fairly complex. Here is a super basic instruction for it. Possibly incomplete.

    Check you have iommu enabled in efi/bios. (For Intel - enable vt-d)

    Install drivers if necessary (again nvidia)

    Blacklist device on proxmox host

    Setup GPU passthrough (vfio) - assign the card video and audio to the guest vm.

    Start vm and test

    If you are using onboard card, you can probably blacklist it and use it for your vm… I’m not entirely sure how proxmox deals with losing its primary display… I expect it’ll cope ok. SSH for everything. Probably need to use virtio drivers. Install within guest…

    Really… prob best hosting a media server and having a client on the TV end.

  • candyman337@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Never tried anything line that before but I feel like you’d be better off setting up VNC for it and connecting something lightweight to your TV and just interacting with the VM via VNC