Why 42.2 responds to ctrl-alt-delete. Doesn’t this mean linux is up?
Has anyone seen a problem like this?
Is there any possibility that the 42.2 system can be recovered?
As a last resort, might 42.3 fix it?
-Jeff
Also tried entering password into the black screen - nothing…
V_idocq: ctrl+alt+F1 has no effect - I guess the drivers are hosed…
Miuku: Since nouveau is a no-no, it would seem to be impossible to install 42.2 on a machine with a 1080 Ti installed. Right?
Does anyone know of a way to force a text logon that doesn’t use either nouveau or nvidia drivers (this question may be nonsense, but I am at the end of my rope)?
You can still use the old “3” trick which boots straight into text mode by adding 3 to the linux line in your bootloader (you can edit it when starting the machine by pressing E as I recall, or was it ESC first and then E. Either way.) Find the line that says linux, has your kernel and showopts - then add 3 at the end.
Bottom of the screen then says what to press to boot with these new parameters.
Once you get to text mode, you could try the nVidia repository (yast -> software -> software repositories -> add -> community repositories -> checkmark nVidia -> OK -> OK -> Quit). From the Software Management, search for nVidia and install the nvidia-GFX04-kmp-default, it’ll pull the necessary dependencies. Reboot. Hope for the best.
Don’t be afraid, it is possible to install Open Suse 42.2 on a machine with a 1080 ti.
I have just successfully installed the NVidia driver and I have my card properly working.
From the raw distribution, just follow these steps:
Install Cuda 7 or Cuda 8 without installing the driver. Maybe, you will have to install devel versions of the following libraries: GLU, X11, Xi, Xmu and GL
Install gcc
Download driver 384.59, released on 07/24/2017
Install everything related to linux kernel sources asked by the driver (it would take you two or three failed installation attempts)
There is an issue with drm option that gets fixed with NVIDIA-Linux-x86_64.384.59.rpm --no-drm
This time it only took me one day and three failed operative system installations to have everything working. Not bad.
P.S. By the way, I also tried to install Ubuntu 16.04 and I got a black screen at reboot >:(