I installed 15.0 ‘successfully’ on an ASUS Z370-G + Intel i7 8700 box. It has an Nvidia Geforce 1050Ti card.
I installed the propriety Nvidia driver NVIDIA-Linux-x86_64-410.93.run after having add blacklisted the nouveau driver in /etc/modprobe.d/50-blacklist.conf by adding to the end of the file -
blacklist nouveau
options nouveau modeset=0
and running ‘mkinitrd’
After rebooting with runlevel 3 the Nvidia driver installed ok and my LXDE world is fine at 1920x1080.
However, I noticed 2 things happen -
The animated push button screen during boot is gone and is now a screen with 3 horizontal dots. Not fatal but why did this change and can I get the original screen back?
And console screen - TTY1, TTY2 etc - is now a very low resolution (80x24??). Where do I check for console resolution to get a higher res?
Bonus question, if the repos update the default kernel later on, do I need to rerun/reinstall the propriety Nvidia driver?
For 1 & 2: Try YaST > System > Bootloader > Kernelparameters, the option voor console resolution.
Re. the bonus question: Yes. On Leap 15, I’d rather use the nvidia repo.
Ah yes - how silly of me not to remember that. But I’m still curious as to why I lost the animated push button screen and why the resolution changed after installing the propriety Nvidia driver.
I do notice that with my tty’s at 1920x1080 res the screen refresh is VERY slow. I am considering moving to the nvidia repo as you suggested. Would these steps be correct for that?
Boot to runlevel 3 and use the uninstall option of the propriety driver.
Remove the entries
blacklist nouveau
options nouveau modeset=0
from /etc/modprobe.d/50-blacklist.conf.
3. Reboot.
4. Add appropriate nvidia repo and install relevant driver for my card.
5. Cross fingers and reboot.
Best to remove installed driver before adding new one. There should be instruction to remove on NVIDIA site. Should not need to mess with black lists since proper removal should reset that.
Been a whille but I think run the NVIDIAXXXX.run file with -uninstall parameter
Consider at this point giving the non-ancient default FOSS DDX driver a try. With neither proprietary drivers nor xf86-video-nouveau installed, and with no nouveau blacklisting or tainted libraries, it should be used automatically. As a result, Plymouth should work as expected, and you might see something resembling this:
Plymouth is still not working as expected (that is no animated push button screen during boot) but I don;t really care too much about that.The various TTY’s are ok but have developed the annoying habit of activating NumLock on my keyboard when selected - but I can live with that.