


It should save the file, close nano, and bring you back to the terminal. Save the file and exit nano text editor by pressing CTRL+ X then Y (you can follow at the bottom what it does). To do that, create the file /etc/X11//nf from terminal: sudo nano /etc/X11//nfĪdd the following content to this newly created file: Section "Files" To bypass incompatibility with the current xorg, the IgnoreABI option needs to be added to xorg config.

Then compile all packages with makepkg: cd nvidia-340xx-utils & makepkg -siĬd. You need to get the sources first: git clone then you may want to install your proper kernel headers: sudo pacman -S $(mhwd-kernel -li | grep '*' | cut -d ' ' -f5 | awk '' | sed s'/ //'g).you may want to install development tools: sudo pacman -S git base-devel.
