DIsable my nv video card driver in linux
- by Dahaka Wang
I'm trying to passthrough my nv video card to my domU, but I could not bind my video card to the pciback driver
I only have one video card with the pci number 0000:03:00.0, so I used the following command
echo -n "0000:03:00.0" > /sys/bus/pci/drivers/nouveau/bind
to unbind the nouveau driver from my video card.
The screen went black because…