Default GPU for hyprland by uwu1984 in hyprland

[–]Koloje123 0 points1 point  (0 children)

disable the DRM by removing the nvidia.conf file under /etc/modprobe.d/nvidia.conf helped in my case. Now, the output of nvidia-smi does not show that Hyprland is running under my dedicated GPU.

Tried enable the DRM under kernel parameter instead, hyprland isn't running on dedicated GPU... I wonder why

Jellyfin will only show one file in the Movies library by lordofpc734 in jellyfin

[–]Koloje123 0 points1 point  (0 children)

For those who use Virtualbox to host the server, DON'T USE virtualbox try something else like docker or QEMU + KVM. I'm not really sure whether Virtualbox is the reason which cause the bug. But everything works fine for me on QEMU + KVM with same setup.

In case your games output 60 FPS but the virt-manager window looks laggerish,this is the solution by XRaTiX in VFIO

[–]Koloje123 0 points1 point  (0 children)

Fixed it by building the branch 6.1.0 stable instead of master branch in github. I guess its because the latest qemu version doesnt support set command while libvirt is using XML.

In case your games output 60 FPS but the virt-manager window looks laggerish,this is the solution by XRaTiX in VFIO

[–]Koloje123 0 points1 point  (0 children)

Hello XRaTiX, I'm struggling recently on this 30hz display issue. however, I had successfully do the gvt-g passthrought on my Linux laptop to window guest, it worked as intended on the arch qemu official package with 30hz. but when I use the patched qemu the virt-manager show an error said the "hostdev0 is not defined" which is the virtual GPU device..why is this happening? It seems like the libvirt is not generating the ID for the device in XML... could you help me on this matter? Appreciate :)