Just wanted to say thanks to everyone who has written about Nvidia driver installation in the forums and those who put together the wiki. What might be helpful to those who are wondering exactly how to do it, I offer how I did it according to the wiki in this sequence:
- In the console, I put in the devel kernel:
zypper install -t pattern devel_C_C++ devel_kernel
-
Then I logged out, press ctr-alt-F1 to get to the console again.
-
Log in as root:
$ su -
Then I blacklisted the nouveau drivers. I was concerned that I would brick my computer, but it worked well. I knew that it went well at the reboot when all the graphics and text were huge.
echo “blacklist nouveau” >> /etc/modprobe.d/50-blacklist.conf && mkinitrd && reboot
-
After reboot, log back out and press ctr-alt-f1 again.
-
Log in as root:
$ su -
I placed the Nvidia driver in my home folder so all I had to do was:
sh NVIDIA-Linux-x86_64-367.57.run -aq
The a and q is to accept license and answer yes to questions.
- Reboot by typing:
$ reboot
Worked great.
Thanks again to all. Now my next project is to get the google drive kio thing working. Need help with that because the git hub explination is a little hard to understand for me.