Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: coyotl on 27 August 2020, 22:10:03

Title: installed nvidia-lts ---and system now fails at X startup Solved
Post by: coyotl on 27 August 2020, 22:10:03
Installed the package for the driver and assumed that was it  :)  Reboot and system fails when lightdm tries to start X it seems.

Did i miss some steps    :-[    
Title: Re: installed nvidia-lts ---and system now fails at X startup
Post by: SGOrava on 27 August 2020, 23:00:41
provide logs from xorg, lightdm, maybe even dmesg.
Title: Re: installed nvidia-lts ---and system now fails at X startup
Post by: alium on 27 August 2020, 23:15:25
nvidia-lts is from archlinux and for archlinux's kernel, not for artix kernel. It will fail everytime , because is not compiled for artix.
Use nvidia-dkms instead:

Code: [Select]
pacman -R nvidia-lts
Code: [Select]
pacman -S nvidia-dkms
Title: Re: installed nvidia-lts ---and system now fails at X startup Solved
Post by: coyotl on 28 August 2020, 00:46:49
Thanks! I did consider using this package but tried the wrong one..  Fixed now.