ilayna / Single-GPU-passthrough-amd-nvidia

My way of doing single gpu passthrough the simplest way, I've gathered many sources together to make the perfect Single GPU passthrough guide the simplest and easiest way.
GNU General Public License v3.0
389 stars 39 forks source link

Revert.sh Nvidia Black Screen #26

Open JimmJam opened 1 year ago

JimmJam commented 1 year ago

GPU - RTX 3060 CPU - AMD Ryzen 5 3600X

For some reason on Arch with LightDM I'm able to use the startup script with the vm to boot into Windows and use it perfectly, but when shutting down I am met with my screens turning off as it appears Windows shuts down, releases the screens, and then Linux grabs the screens again and turns on. However, in this state where it appears the graphics drivers have loaded to some capacity, I'm unable to do anything from that point, no LightDM, no shortcuts to TTYs. Any debug commands I should run to try and figure this out?

fus10n75 commented 1 year ago

I had a similar problem.

Once i commented out the following line, my issues were solved.

nvidia-xconfig --query-gpu-info > /dev/null 2>&1

Slowdive1123 commented 4 months ago

I had a similar problem.

Once i commented out the following line, my issues were solved.

nvidia-xconfig --query-gpu-info > /dev/null 2>&1

Where did you find this line? I searched the teardown hook file and didn't see it. I'm having the same issue as a couple of people here and can't seem to find a solution. Thanks.