At the top of the page of this message is a set of breadcrumb links:
Forum > English > Get Technical Help Here > [Hardware](https://forums.opensuse.org/forumdisplay.php/672-Hardware) > LEAP 15 **Can't start Xorg on OpenSUSE 15.0 after video driver update**
Clicking that Hardware link brings up the list of posts with their start dates. ATM, that post (Problems with nVIdia drivers since update on 1st March](Problems with nVIdia drivers since update on 1st March - Hardware - openSUSE Forums)) is right below yours.
It seems my problem is more about OS setup correctness than the driver itself. The installer can’t compile the kernel modules.
I was asked to run the following test, which…
Compile config is not something I can help with.
[quote]Are you able to start Xorg when you boot the prior kernel?
I was, before another driver re-installation attempt. Now both options in GRUB menu leads to error.[/quote]This kind of trouble is why as soon as an initrd has worked as expected I chmod +i, so that only newly installed kernels get initrds built unless I so instruct. That might backfire when using proprietary drivers, but for me it has worked for a decade or more.
Xorg.0.log is in the file attached to my first message in that thread. I believe, other hardware-related information is also there. Should I attach it here?
I may have lost count how many Xorg.#.logs are in there, I think 1-4 both latest and current, so 8, plus dmesg, and a whole lot more. I’d wait on attaching it here. Others may want to see just a portion in a form that can be opened directly in a web browser rather than the whole thing. Gunzipping here produced 430kb of text.
Here is the line you want, I guess:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM107 [GeForce GTX 750] [10de:1381] (rev a2)
That’s it.
If I remove xorg.conf Xorg starts with nouveau,
None of your Xorg.#.logs show nouveau as the in-use DDX.
although xf86-video-nouveau is not installed. At least that’s what zypper tells me. I tried to uninstall Nvidia driver and reboot with the same result.
I’ve seen xf86-video-nouveau reported as installed after it’s been removed before. I’m not sure but I think it happens because the initrds were not rebuilt in conjunction with the proprietary driver uninstallation process. Your logs show two instances of ‘Failed to load module “nouveau” (module does not exist, 0)’, Xorg.0.log.old & Xorg.1.log. Also there are two instances of ‘Matched modesetting as autoconfigured driver 3’ but none of unloading it. What blocks its use I can’t tell. Does 10de1381 appear in /etc/X11/xorg_pci_ids/modesetting.ids? Maybe configuring it explicitly would work:
# /etc/X11/xorg.conf.d/50-device.conf
Section "Device"
Identifier "DefaultDevice"
Driver "modesetting"
EndSection
Normally on a brand new installation, as long as xf86-video-nouveau is not installed, modesetting will automagically be used.
Not sure how to purge Nvidia installation.
That depends on following the instructions shipped with the driver, which are supposed to cover both removal and installation. AIUI, installation typically generates /etc/X11/xorg.conf and/or changes content of /etc/X11/xorg.conf.d/, changes possibly grub.cfg and /etc/default/grub/, rebuilds initrds, and possibly changes one or more standard libraries, besides adding the DDX software itself.
/etc/default/grub has some redundancies that show up on your kernel cmdline:
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.12.14-lp150.12.48-default root=/dev/mapper/susevg-leaproot resume=/dev/susevg/suseswap splash=silent quiet showopts resume=/dev/susevg/suseswap splash=silent quiet showopts
You may want to clean it up when you think about it, but it shouldn’t be impacting your Xorg trouble. Showopts is totally inert, hasn’t been used since Grub Legacy Gfxboot.