Recent content by chchia

  1. C

    Basic Desktop with 2 monitors, 2OS

    in my case i use nomachine, and nomachine can utilize the GPU for hardware encoding, however it cannot stretch to 2 monitor afaik. i have an iGPU passthrough to a Linux vm, and two nvidia passthrough to two windows 11, all with nomachine and able to utilize the H264 hardware encoding with the gpu.
  2. C

    Basic Desktop with 2 monitors, 2OS

    install the VM as you like, connect to the VM using VNC, or nomachine, or anydesk etc, make it full screen on your host.
  3. C

    No HDMI output when trying to passthrough Intel iGPU

    set the display to none, and make sure you copy the i915_vbt. display and igpu passthrough does not play well together in latest kernel.
  4. C

    Desperate with Proxmox 8.4 and GPU Passthrough Geforce GTX1650

    i have this same as yours /etc/modprobe.d/blacklist-nvidia.conf blacklist nouveau blacklist nvidia blacklist nvidiafb blacklist rivafb blacklist snd_hda_intel
  5. C

    Desperate with Proxmox 8.4 and GPU Passthrough Geforce GTX1650

    nvidia card is easy to passthrough without additional setting, i am passing through it to a windows 11 VM since PVE8 and now PVE9. simply adding it to your VM should work just fine.
  6. C

    Fresh Proxmox 9.0.10 install no renderd128 device

    did you by any chance blacklisted i915 driver? another potential problem is to check your bios, some motherboard default setting will disable igpu when a PCIE GPU is installed.
  7. C

    PROXMOX 9 GPU PASS THROUGH

    for those using latest kernel in Linux VM and failed with iGPU passthrough, read here https://forum.proxmox.com/threads/proxmox-9-gpu-pass-through.169151/post-787947 you need to get the i915_vbt https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12106
  8. C

    PROXMOX 9 GPU PASS THROUGH

    i am not using AMD so not sure if what i did for intel can apply for AMD, or not. below was my step https://forum.proxmox.com/threads/alderlake-direct-passthrough-to-linux-vm-is-working-with-hdmi-output.138049 although when i wrote it was using 12th gen alderlake, but i confirm it is working...
  9. C

    PROXMOX 9 GPU PASS THROUGH

    could be AMD specific, I have 2 nvidias and 1 intel igpu, all passthrough with working HDMI and audio output.
  10. C

    GPU passthrough stopped working after update of VM client from Ubuntu 22.04 LTS to 24.04 LTS

    I think you might be bump in to this https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12106 you need to manually solve it follow that discussion, and still latest 6.12 kernel still having this issues.
  11. C

    Solution: Intel iGPU passthrough to Linux VM but failed with Kernel 6.10 onward

    you can get the solution here https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12106 in summary, just get the i915_vbt from host (before passthrough activated) copy it the VM guest, and load it from there. ready through my post in gitlab then you should know how to do.
  12. C

    Intel IGP Passthrough - Invalid PCI ROM header signature

    https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12106#note_2553654 likely this is related.
  13. C

    IO delay troubleshooting

    for my experience, high IO delay only occur when intensive read write happen to HDD (but this can be solved if passthrough the SATA controller to VM).
  14. C

    Solution: Intel iGPU passthrough to Linux VM but failed with Kernel 6.10 onward

    This is just to share, if you are using intel iGPU passthrough to a Linux VM, you might encounter a problem that no HDMI output if you upgrade your Linux VM to kernel 6.10 onward. the solution will be here: https://bugzilla.kernel.org/show_bug.cgi?id=219193 i have Alderlake iGPU passthrough to...
  15. C

    GPU passthrough working but VM not using the GPU

    set the Display to none in VM hardware tab. i have 3 passthrough working correctly. 2 nvidia and 1 intel igpu.