Problem with installing the nvidia driver on a laptop

Video card: Nvidia Geforce 920m

System: Debian 10 buster

Driver installation command: sudo su && apt-get install nvidia-driver nvidia-xconfig nvidia-settings

After I installed these drivers, my system started normally!

sudo su && nvidia-xconfig && apt-get install nvidia-smi

And after this command, I only have a black screen without everything at the start of the system, what should I do?

Author: Red Bull, 2020-06-21

1 answers

nvidia-xconfig creates a configuration file /etc/X11/xorg.conf - delete this file.

Also check if the driver matches the video card. What video card do you have?

 0
Author: eri, 2020-06-23 08:18:36