dots/bin/bin/nvidia-deactivate

7 lines
172 B
Bash
Executable File

#!/usr/bin/env bash
DEVICE_BUS_ID=$(lspci | grep "VGA compatible controller: NVIDIA" | awk '{print $1}')
sudo tee /sys/bus/pci/devices/0000:${DEVICE_BUS_ID}/remove <<<1