Hi, I was trying to get GPU passthrough working on my PC. I was using the AUR package gpu-passthrough-manager to do so. After selecting the GTX 1650 for vfio I dont get a video Output at all on both GPUs. How can I fix this, so that I get video output again?
GitHub - uwzis/GPU-Passthrough-Manager: GPU passthrough made easy.
They say that you need to chroot
.
Boot from usb, manjaro-chroot -a
and remove the file vfio.conf
from /etc/modprobe.d/
and also restore /etc/default/grub
and then update-grub
Perhaps also regenerate the initrd:
mkinitcpio -P
is the command to do it if I recall correctly
Help others to help you.
Please provide system information as described (below) along with any other specific details that might be useful.
Regards.
Welcome to the Manjaro community
As a new or infrequent forum user, please take some time to familiarise yourself with Forum requirements, and the many ways to use the forum to your benefit:
Update Announcements
The Update Announcements contain important information and a Known Issues and Solutions section that should generally be checked before posting a request for support.
System Information
While information from *-fetch
type apps might be fine for someone wishing to buy your computer, for Support purposes it’s better to ask your system directly;
Output of the inxi
command with appropriate parameters will achieve this (naturally, formatted according to forum guidelines) and will generally be more useful for those wishing to help:
inxi --filter --verbosity=8
or the short form:
inxi -zv8
- inxi man pages (Arch Manual)
Be prepared to provide output from other commands whenever asked. It’s equally important to provide as much actionable information as possible in your first post, rather than simply indicating there is a problem.