Live data from Hacker News

Viewing profile — luzeal

luzeal

HN member
Joined
Sun, Jul 18, 2021, 10:14 AM UTC
HN karma
16
Public activity
4 items

About luzeal

No profile information was provided.

Recent public activity

  1. comment
    Comment #29429699

    The port I had in mind is this one [1], and the use case is to make it possible to run 3D accelerated Linux guests on macOS hosts. I may have wrongly believed that it would be usef…

  2. comment
    Comment #29428498

    By complicated, I mean that you have to modify your the default behavior of your host OS (which by default will grab any hardware) and pick a GPU that is supported by the guest OS.…

  3. comment
    Comment #29427820

    I believe the most promising route is to not try to do passthrough but to use a "virtual" gpu, aka a paravirtualized device. Thanks to the contributions of an open-source developer…

  4. comment
    Comment #27871879

    It depends on your internal GPU. If it's an Intel GPU, you could use vfio-mdev, which allows you to split your physical GPU into smaller counterparts. It will only work with the ma…