Shekhar Sharma
Shekhar Sharma
Hi @ipaqmaster Thanks a lot for responding and thanks for creating this script! Here's a response from `sudo lsof /dev/dri/*` ``` COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME...
I killed gdm (I am logged in via ssh). ``` (base) shekhars@shekhars-desktop:~$ sudo systemctl stop display-manager (base) shekhars@shekhars-desktop:~$ systemctl status display-manager ● gdm.service - GNOME Display Manager Loaded: loaded (/lib/systemd/system/gdm.service;...
One final thing to add here: I followed your instructions on reddit (where I found this repo) to just try to unbind and rebind GPU. Unbind works but bind to...
@ipaqmaster I partly solved it. Your script seems to be fine. It just might be my environment. I threw kitchen sink at it. * Updated Ubuntu 20.10 -> 22.04 *...
To your questions: Does anything appear in dmesg after letting the command hang for a few minutes for kernel calls to start timing out? I see this (possibly) on attempt...
@ipaqmaster * You were right about virtio drivers. I thought I already installed them during the setup. I was wrong. Networks works OOB now. * I had already installed vendor-reset...
@ipaqmaster No worries. The core of the issue is resolved now. I can reliably bootup and shutdown the VM with GPU handoffs and reset working just fine. The only problem...
If you have any ideas on dealing with the error windows throws for the GPU, please let me know. :) @ipaqmaster
I found a couple of reddit posts (for AMD devices same series as mine) that solved their problem by passing a root PCI device like this: ``` -device pcie-root-port,bus=pci.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1 \...
Hey @Filimoa do you plan to add support for unitable anytime soon? Seems like the doc mentions it but the notebook does not have an example for it. Thanks for...