Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

Support for hyperv_drm kernel module under Hyper-v in Windows

Open z3ch5 opened this issue 9 months ago • 11 comments

Hyprland Version

Tested on NIXOS unstable + stable verison 23.11

Bug or Regression?

Bug

Description

I would like to see hyprland support under Hyper-v with hyperv_drm, Hyprland works okay with the old dated kernel module "hyperv_fb", but now it is outdated because it suffers from frame rates drop, hyperv_drm works like a charm and to support this protocol is a game changer for hyprland users, who have high end GPU and want to have windows as host machine. I really hope this scope would get serious attention from the maintainers, because the users could be good enough.

How to reproduce

using NixOS boot = { blacklistedKernelModules = [ "hyperv_fb" ]; # force to use hyperv_drm, because hyper_fb had low frame rates (see github issue) initrd.kernelModules = [ "hv_vmbus" "hv_storvsc" ]; virtualisation.hypervGuest = { enable = true; }; };

Crash reports, logs, images, videos

No response

z3ch5 avatar May 13 '24 21:05 z3ch5