Re: (Problem) Start Artix with NVIDIA open software driver from USB stick to try out
Reply #9 –
I didn't explain very well before.
Your card "NVIDIA GeForce GT 740" is not supported by the nvidia proprietary drivers on the iso.
There is the open source Nouveau driver on the iso but my experience was that failed to work for some reason (sddm?)
To get a GUI:
Login
artix
artix
then run this command
startx /usr/bin/startxfce4
Hopefully the GUI will start and you can install artix. But you may struggle a little as the resolution will only be 1024x768 probably.
If you get Artix installed you may have to repeat the above to get a GUI again.
Once you have done that update the system and install some packages needed to build the legacy nvidia drivers
sudo pacman -Syu base-devel
Next run
sudo pacman -S nvidia-470xx-dkms nvidia-470xx-utils
Reboot and hopefully that will work
That is almost exactly what I did to get Artix installed on the machine with the gtx 770 except I used the command to start plasma not xfce like you have.
(I actually got the drivers from the AUR but that's an extra complication you probably don't need at the moment)
From memory so I hope I've not made typo's