Revert.sh Nvidia Black Screen
Opened this issue · 2 comments
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?
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
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.