Switch Back From NVIDIA to Nouveau
 · 2 min read
disable nvidia driver
- 
open terminal
 - 
check the current driver
lspci -k | grep -A 2 -E "(VGA|3D)"see the output like this:
Kernel driver in use: nvidia
 - 
switch to text mode
sudo systemctl set-default multi-user.target
sudo reboot - 
remove nvidia driver one by one
sudo modprobe -r nvidia*