Black screen with cursor after installing NVIDIA proprietary drivers

No, just some frozen text and a movable cursor.

then try Ctrl + Alt F2 to F8 to open a TTY

1 Like

Yeah, I’ve been using the tty2. I used it reinstall the Nvidia drivers earlier.

check if internet is on

inxi -Fza
sudo pacman-mirrors -c all 
sudo pacman -Syy
1 Like

Yeah, my internet is working just fine.

I think I want to try just reinstalling from proprietary drivers on the live USB and see if that works.

so
do this
clean install nvidia before

sudo mhwd -a pci free 0300
sudo mhwd -a pci nonfree 0300
1 Like

For both of those, it skips it saying they’re already installed.

check if nvidia-settings is installed

pacman -Qs nvidia-settings

if not add :

sudo pacman -S nvidia-settings
1 Like

Yes, it’s already installed.

what have you for

sudo mhwd -li

is there any video-linux ?

1 Like

Yes, there is both video-linux and video-nvidia.

then try

sudo mhwd -r pci video-linux
1 Like

Done. It’s removed. Do I reboot?

sudo mkinitcpio -P
cd /etc/X11/mhwd.d/

is there nvidia.conf ?

1 Like

Yes, it’s there.

then try to reboot ,

sudo reboot 
1 Like

Okay I rebooted. Same black screen.

so open TTY ( Ctrl + Alt + F2 to F8)
then

sudo journalctl -b0 | curl -F 'f:1=<-' ix.io 

and give link http return

1 Like

http://ix.io/4sAW

post additionaly to stephane logs pic from:
ls /etc/modprobe.d
mhwd -l -li
find /etc/X11/ -name "*.conf"

also run:
startx
and post output…

maybe enabling early loading of drivers could also help, but first the outputs

1 Like