Site Loader
sudo apt install system76-driver-nvidia 


Test

sudo apt install mesa-utils
glxgears

check

lspci

of

sudo lshw -numeric -C display

verwijderen

sudo apt remove nvidia-340

recover

sudo apt install system76-driver-nvidia

switch

https://support.system76.com/articles/graphics-switch-pop/

sudo su 
for FILE in $(dpkg-divert --list | grep nvidia-340 | awk '{print $3}'); do dpkg-divert --remove $FILE; done
exit
sudo apt-get install -f
sudo apt-get update
sudo apt-get upgrade

Post Author: admin

Geef een reactie

Het e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *