Nislaco

Results 11 comments of Nislaco

I do want to report that the softgpu works with Q35 as well for both VGA and VMware devices. This is when using either -device X or -VGA X. I...

Also softgpu works on qemu within a docker image on Oracle cloud arm server via Pterodactyl. Was helping someone else get 9x going and that's what they were using as...

You would still need to move over the driver files from the host to guest. This should accommodate this: Run as a script from powershell as admin: ``` $username="username" $ip="10.0.0.XX"...

You might want to check out https://github.com/staralt/dxgkrnl-dkms ; That is what my scripts were based on as well as info here. With either, I used files from my windows hosts...

I can confirm the same issues you are having on my end with various Nvidia cards on separate hosts using my scripts. However, using seflerZ's scripts for an Ubuntu 22.04.1...

![Image](https://github.com/user-attachments/assets/cb71bda3-5a0f-4bb7-95ea-e26b1032edd2) https://gist.github.com/Nislaco/ce7ec314bdf0cf519ff0fb2fffc55107 ``` ssh user@ip "sudo -S mkdir -p $(echo /usr/lib/wsl/drivers/)" scp -r /usr/lib/wsl/lib user@ip\:~ scp -r /usr/lib/wsl/drivers user@ip\:~ ssh user@ip "sudo -S mv ~/lib/* /usr/lib;sudo -S ln -s /lib/libd3d12core.so...

Thanks for the update and patience! You are correct that it does come down to missing files and path issues. This did work previously with just files from LXSS but...

Glad to hear it is working again and thank you for bringing this up. This did previously work without any issues other than an occasional Ioctl error in console and...

One thing to try is switching out the libcuda_loader.so, as GPU-PV might not need to use the WSL stubbed version. Check if you are using the stubbed version of libcuda.so.1.1/libcuda_loader.so...

No, unfortunately the issue with needing to reenable-disable graphics passthrough for moonlight on a Linux guest is still present. Depending on what you need QEMU is fairly mature for modern...