https://pastebin.com/30Bh23EV and this:
DVfio.configuration = {
systemd.tmpfiles.rules = [
"f /tmp/enable-vfio-switch 0644 spiderunderurbed users -"
];
environment.variables = {
KWIN_DRM_DEVICES = lib.mkForce "";
};
environment.extraInit = ''
export KWIN_DRM_DEVICES=$(${vfio}/bin/vfio)
'';
};
So there is a issue with my configuration, so, you dont really need to understand nix, just like, look at my qemu hook script, its in plain sh, and the stuff above might be self explanitory, the issue is, my nvidia drivers are still being used, despite, setting KWIN_DRM_DEVICES to card0 so the logs of libvirtd looks something like this: https://pastebin.com/TaKrsY9S if setting kwin_drm_devices to my gpu card does not work, i dont know what does and can use help
You must log in or register to comment.